#F2EE81

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

Shades of Texas #F2EE81

Tints of Texas #F2EE81

Color information

#F2EE81 (or 0xF2EE81) is unknown color: approx Texas. HEX triplet: F2, EE and 81. RGB value is (242,238,129). Sum of RGB (Red+Green+Blue) = 242+238+129=609 (80% of max value = 765). Red value is 242 (94.92% from 255 or 39.74% from 609); Green value is 238 (93.36% from 255 or 39.08% from 609); Blue value is 129 (50.78% from 255 or 21.18% from 609); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EE81 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2EE81 is #0D117E. Grayscale: #E3E3E3. Windows color (decimal): -856447 or 8515314. OLE color: 8515314.

HSL color Cylindrical-coordinate representation of color #F2EE81: hue angle of 57.88º degrees, saturation: 0.81, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F2EE81 is Cyan = 0, Magento = 0.02, Yellow = 0.47 and Black (K on CMYK) = 0.05.

Color convert

RGB242238129-
CMYK00.020.470.05
HSL57.88º81.29%72.75%-
HSV(B)57.88º46.69%94.9%-
XYZ71.1581.6132.77-
YUV226.7772.83138.86-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 39.74%
GREEN value IS 238 (93.36% from 255) = 39.08%
BLUE value IS 129 (50.78% from 255) = 21.18%
R=39.74%
G=39.08%
B=21.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.47
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24223812900.020.470.0557.8881.2972.75
HexF2EE81022F53a5149
Octal3623562010257572121111
Binary11110010111011101000000101010111110111101010100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2EE81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2EE81; }

 p { color: rgb(242,238,129); }

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

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

 a { background-color: rgb(242,238,129); }

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

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

 span { border-color: rgb(242,238,129); }

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