#F5B158

Color #F5B158 Texas Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Texas Rose #F5B158

Tints of Texas Rose #F5B158

Color information

#F5B158 (or 0xF5B158) is unknown color: approx Texas Rose. HEX triplet: F5, B1 and 58. RGB value is (245,177,88). Sum of RGB (Red+Green+Blue) = 245+177+88=510 (67% of max value = 765). Red value is 245 (96.09% from 255 or 48.04% from 510); Green value is 177 (69.53% from 255 or 34.71% from 510); Blue value is 88 (34.77% from 255 or 17.25% from 510); Max value from RGB is 245 - color contains mainly: red. Hex color #F5B158 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F5B158 is #0A4EA7. Grayscale: #BBBBBB. Windows color (decimal): -675496 or 5812725. OLE color: 5812725.

HSL color Cylindrical-coordinate representation of color #F5B158: hue angle of 34.01º degrees, saturation: 0.89, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F5B158 is Cyan = 0, Magento = 0.28, Yellow = 0.64 and Black (K on CMYK) = 0.04.

Color convert

RGB24517788-
CMYK00.280.640.04
HSL34.01º88.7%65.29%-
HSV(B)34.01º64.08%96.08%-
XYZ55.1451.5616.28-
YUV187.1972.03169.24-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 245 (96.09% from 255) = 48.04%
GREEN value IS 177 (69.53% from 255) = 34.71%
BLUE value IS 88 (34.77% from 255) = 17.25%
R=48.04%
G=34.71%
B=17.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.64
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2451778800.280.640.0434.0188.765.29
HexF5B15801C404225941
Octal365261130034100442131101
Binary11110101101100011011000011100100000010010001010110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5B158

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5B158; }

 p { color: rgb(245,177,88); }

 H1.HeaderClassName
 {
   color: #F5B158;
 }
 .AnyTagClassName
 {
   color: #F5B158;
 }
</style>
background-color css

<style>
 a { background-color: #F5B158; }

 a { background-color: rgb(245,177,88); }

 div.DivClassName
 {
   background-color: #F5B158;
 }
 .BgClassName
 {
   background-color: #F5B158;
 }
</style>
border-color css

<style>
 span { border-color: #F5B158; }

 span { border-color: rgb(245,177,88); }

 td.TdClassName
 {
   border-color: #F5B158;
 }
 .TagClassName
 {
   border-color: #F5B158;
 }
</style>