#F2E981

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

Shades of Texas #F2E981

Tints of Texas #F2E981

Color information

#F2E981 (or 0xF2E981) is unknown color: approx Texas. HEX triplet: F2, E9 and 81. RGB value is (242,233,129). Sum of RGB (Red+Green+Blue) = 242+233+129=604 (80% of max value = 765). Red value is 242 (94.92% from 255 or 40.07% from 604); Green value is 233 (91.41% from 255 or 38.58% from 604); Blue value is 129 (50.78% from 255 or 21.36% from 604); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E981 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2E981 is #0D167E. Grayscale: #E0E0E0. Windows color (decimal): -857727 or 8514034. OLE color: 8514034.

HSL color Cylindrical-coordinate representation of color #F2E981: hue angle of 55.22º 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 #F2E981 is Cyan = 0, Magento = 0.04, Yellow = 0.47 and Black (K on CMYK) = 0.05.

Color convert

RGB242233129-
CMYK00.040.470.05
HSL55.22º81.29%72.75%-
HSV(B)55.22º46.69%94.9%-
XYZ69.7278.7432.29-
YUV223.8374.48140.96-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 40.07%
GREEN value IS 233 (91.41% from 255) = 38.58%
BLUE value IS 129 (50.78% from 255) = 21.36%
R=40.07%
G=38.58%
B=21.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.47
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24223312900.040.470.0555.2281.2972.75
HexF2E981042F5375149
Octal3623512010457567121111
Binary111100101110100110000001010010111110111011110100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2E981

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2E981; }

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

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

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

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

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

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

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

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