#F0ED81

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

Shades of Texas #F0ED81

Tints of Texas #F0ED81

Color information

#F0ED81 (or 0xF0ED81) is unknown color: approx Texas. HEX triplet: F0, ED and 81. RGB value is (240,237,129). Sum of RGB (Red+Green+Blue) = 240+237+129=606 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.60% from 606); Green value is 237 (92.97% from 255 or 39.11% from 606); Blue value is 129 (50.78% from 255 or 21.29% from 606); Max value from RGB is 240 - color contains mainly: red. Hex color #F0ED81 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F0ED81 is #0F127E. Grayscale: #E2E2E2. Windows color (decimal): -987775 or 8515056. OLE color: 8515056.

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

Color convert

RGB240237129-
CMYK00.010.460.06
HSL58.38º78.72%72.35%-
HSV(B)58.38º46.25%94.12%-
XYZ70.1880.6832.64-
YUV225.5873.49138.28-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 39.60%
GREEN value IS 237 (92.97% from 255) = 39.11%
BLUE value IS 129 (50.78% from 255) = 21.29%
R=39.60%
G=39.11%
B=21.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.46
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24023712900.010.460.0658.3878.7272.35
HexF0ED81012E63a4f48
Octal3603552010156672117110
Binary1111000011101101100000010110111011011101010011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0ED81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0ED81; }

 p { color: rgb(240,237,129); }

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

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

 a { background-color: rgb(240,237,129); }

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

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

 span { border-color: rgb(240,237,129); }

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