#F5B15C

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

Shades of Texas Rose #F5B15C

Tints of Texas Rose #F5B15C

Color information

#F5B15C (or 0xF5B15C) is unknown color: approx Texas Rose. HEX triplet: F5, B1 and 5C. RGB value is (245,177,92). Sum of RGB (Red+Green+Blue) = 245+177+92=514 (68% of max value = 765). Red value is 245 (96.09% from 255 or 47.67% from 514); Green value is 177 (69.53% from 255 or 34.44% from 514); Blue value is 92 (36.33% from 255 or 17.90% from 514); Max value from RGB is 245 - color contains mainly: red. Hex color #F5B15C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F5B15C is #0A4EA3. Grayscale: #BCBCBC. Windows color (decimal): -675492 or 6074869. OLE color: 6074869.

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

Color convert

RGB24517792-
CMYK00.280.620.04
HSL33.33º88.44%66.08%-
HSV(B)33.33º62.45%96.08%-
XYZ55.3151.6317.18-
YUV187.6474.03168.91-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 47.67%
GREEN value IS 177 (69.53% from 255) = 34.44%
BLUE value IS 92 (36.33% from 255) = 17.90%
R=47.67%
G=34.44%
B=17.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.62
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2451779200.280.620.0433.3388.4466.08
HexF5B15C01C3E4215842
Octal36526113403476441130102
Binary1111010110110001101110001110011111010010000110110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5B15C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5B15C; }

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

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

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

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

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

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

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

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