#F0E780

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

Shades of Texas #F0E780

Tints of Texas #F0E780

Color information

#F0E780 (or 0xF0E780) is unknown color: approx Texas. HEX triplet: F0, E7 and 80. RGB value is (240,231,128). Sum of RGB (Red+Green+Blue) = 240+231+128=599 (79% of max value = 765). Red value is 240 (94.14% from 255 or 40.07% from 599); Green value is 231 (90.62% from 255 or 38.56% from 599); Blue value is 128 (50.39% from 255 or 21.37% from 599); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E780 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F0E780 is #0F187F. Grayscale: #DEDEDE. Windows color (decimal): -989312 or 8447984. OLE color: 8447984.

HSL color Cylindrical-coordinate representation of color #F0E780: hue angle of 55.18º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F0E780 is Cyan = 0, Magento = 0.04, Yellow = 0.47 and Black (K on CMYK) = 0.06.

Color convert

RGB240231128-
CMYK00.040.470.06
HSL55.18º78.87%72.16%-
HSV(B)55.18º46.67%94.12%-
XYZ68.4177.2431.72-
YUV221.9574.98140.88-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 40.07%
GREEN value IS 231 (90.62% from 255) = 38.56%
BLUE value IS 128 (50.39% from 255) = 21.37%
R=40.07%
G=38.56%
B=21.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.47
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24023112800.040.470.0655.1878.8772.16
HexF0E780042F6374f48
Octal3603472000457667117110
Binary111100001110011110000000010010111111011011110011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0E780

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0E780; }

 p { color: rgb(240,231,128); }

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

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

 a { background-color: rgb(240,231,128); }

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

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

 span { border-color: rgb(240,231,128); }

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