#F8B059

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

Shades of Texas Rose #F8B059

Tints of Texas Rose #F8B059

Color information

#F8B059 (or 0xF8B059) is unknown color: approx Texas Rose. HEX triplet: F8, B0 and 59. RGB value is (248,176,89). Sum of RGB (Red+Green+Blue) = 248+176+89=513 (67% of max value = 765). Red value is 248 (97.27% from 255 or 48.34% from 513); Green value is 176 (69.14% from 255 or 34.31% from 513); Blue value is 89 (35.16% from 255 or 17.35% from 513); Max value from RGB is 248 - color contains mainly: red. Hex color #F8B059 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F8B059 is #074FA6. Grayscale: #BCBCBC. Windows color (decimal): -479143 or 5878008. OLE color: 5878008.

HSL color Cylindrical-coordinate representation of color #F8B059: hue angle of 32.83º degrees, saturation: 0.92, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F8B059 is Cyan = 0, Magento = 0.29, Yellow = 0.64 and Black (K on CMYK) = 0.03.

Color convert

RGB24817689-
CMYK00.290.640.03
HSL32.83º91.91%66.08%-
HSV(B)32.83º64.11%97.25%-
XYZ56.0451.7316.48-
YUV187.6172.35171.07-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 48.34%
GREEN value IS 176 (69.14% from 255) = 34.31%
BLUE value IS 89 (35.16% from 255) = 17.35%
R=48.34%
G=34.31%
B=17.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.64
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2481768900.290.640.0332.8391.9166.08
HexF8B05901D403215c42
Octal370260131035100341134102
Binary1111100010110000101100101110110000001110000110111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8B059

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8B059; }

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

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

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

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

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

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

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

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