#F0E977

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

Shades of Texas #F0E977

Tints of Texas #F0E977

Color information

#F0E977 (or 0xF0E977) is unknown color: approx Texas. HEX triplet: F0, E9 and 77. RGB value is (240,233,119). Sum of RGB (Red+Green+Blue) = 240+233+119=592 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.54% from 592); Green value is 233 (91.41% from 255 or 39.36% from 592); Blue value is 119 (46.88% from 255 or 20.10% from 592); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E977 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F0E977 is #0F1688. Grayscale: #DEDEDE. Windows color (decimal): -988809 or 7858672. OLE color: 7858672.

HSL color Cylindrical-coordinate representation of color #F0E977: hue angle of 56.53º degrees, saturation: 0.8, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F0E977 is Cyan = 0, Magento = 0.03, Yellow = 0.50 and Black (K on CMYK) = 0.06.

Color convert

RGB240233119-
CMYK00.030.500.06
HSL56.53º80.13%70.39%-
HSV(B)56.53º50.42%94.12%-
XYZ68.478.1428.93-
YUV222.169.82140.77-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 40.54%
GREEN value IS 233 (91.41% from 255) = 39.36%
BLUE value IS 119 (46.88% from 255) = 20.10%
R=40.54%
G=39.36%
B=20.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.50
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24023311900.030.500.0656.5380.1370.39
HexF0E97703326395046
Octal3603511670362671120106
Binary1111000011101001111011101111001011011100110100001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0E977

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0E977; }

 p { color: rgb(240,233,119); }

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

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

 a { background-color: rgb(240,233,119); }

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

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

 span { border-color: rgb(240,233,119); }

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