#F5B059

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

Shades of Texas Rose #F5B059

Tints of Texas Rose #F5B059

Color information

#F5B059 (or 0xF5B059) is unknown color: approx Texas Rose. HEX triplet: F5, B0 and 59. RGB value is (245,176,89). Sum of RGB (Red+Green+Blue) = 245+176+89=510 (67% of max value = 765). Red value is 245 (96.09% from 255 or 48.04% from 510); Green value is 176 (69.14% from 255 or 34.51% from 510); Blue value is 89 (35.16% from 255 or 17.45% from 510); Max value from RGB is 245 - color contains mainly: red. Hex color #F5B059 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F5B059 is #0A4FA6. Grayscale: #BBBBBB. Windows color (decimal): -675751 or 5878005. OLE color: 5878005.

HSL color Cylindrical-coordinate representation of color #F5B059: hue angle of 33.46º 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 #F5B059 is Cyan = 0, Magento = 0.28, Yellow = 0.64 and Black (K on CMYK) = 0.04.

Color convert

RGB24517689-
CMYK00.280.640.04
HSL33.46º88.64%65.49%-
HSV(B)33.46º63.67%96.08%-
XYZ54.9851.1816.43-
YUV186.7172.86169.57-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 48.04%
GREEN value IS 176 (69.14% from 255) = 34.51%
BLUE value IS 89 (35.16% from 255) = 17.45%
R=48.04%
G=34.51%
B=17.45%

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
Decimal2451768900.280.640.0433.4688.6465.49
HexF5B05901C404215941
Octal365260131034100441131101
Binary11110101101100001011001011100100000010010000110110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5B059

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5B059; }

 p { color: rgb(245,176,89); }

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

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

 a { background-color: rgb(245,176,89); }

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

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

 span { border-color: rgb(245,176,89); }

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