#F8B159

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

Shades of Texas Rose #F8B159

Tints of Texas Rose #F8B159

Color information

#F8B159 (or 0xF8B159) is unknown color: approx Texas Rose. HEX triplet: F8, B1 and 59. RGB value is (248,177,89). Sum of RGB (Red+Green+Blue) = 248+177+89=514 (68% of max value = 765). Red value is 248 (97.27% from 255 or 48.25% from 514); Green value is 177 (69.53% from 255 or 34.44% from 514); Blue value is 89 (35.16% from 255 or 17.32% from 514); Max value from RGB is 248 - color contains mainly: red. Hex color #F8B159 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F8B159 is #074EA6. Grayscale: #BCBCBC. Windows color (decimal): -478887 or 5878264. OLE color: 5878264.

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

Color convert

RGB24817789-
CMYK00.290.640.03
HSL33.21º91.91%66.08%-
HSV(B)33.21º64.11%97.25%-
XYZ56.2452.1216.55-
YUV188.272.02170.66-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 48.25%
GREEN value IS 177 (69.53% from 255) = 34.44%
BLUE value IS 89 (35.16% from 255) = 17.32%
R=48.25%
G=34.44%
B=17.32%

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
Decimal2481778900.290.640.0333.2191.9166.08
HexF8B15901D403215c42
Octal370261131035100341134102
Binary1111100010110001101100101110110000001110000110111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8B159

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8B159; }

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

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

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

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

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

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

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

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