#F2E983

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

Shades of Texas #F2E983

Tints of Texas #F2E983

Color information

#F2E983 (or 0xF2E983) is unknown color: approx Texas. HEX triplet: F2, E9 and 83. RGB value is (242,233,131). Sum of RGB (Red+Green+Blue) = 242+233+131=606 (80% of max value = 765). Red value is 242 (94.92% from 255 or 39.93% from 606); Green value is 233 (91.41% from 255 or 38.45% from 606); Blue value is 131 (51.56% from 255 or 21.62% from 606); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E983 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2E983 is #0D167C. Grayscale: #E0E0E0. Windows color (decimal): -857725 or 8645106. OLE color: 8645106.

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

Color convert

RGB242233131-
CMYK00.040.460.05
HSL55.14º81.02%73.14%-
HSV(B)55.14º45.87%94.9%-
XYZ69.8578.7933-
YUV224.0675.48140.79-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 39.93%
GREEN value IS 233 (91.41% from 255) = 38.45%
BLUE value IS 131 (51.56% from 255) = 21.62%
R=39.93%
G=38.45%
B=21.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.46
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24223313100.040.460.0555.1481.0273.14
HexF2E983042E5375149
Octal3623512030456567121111
Binary111100101110100110000011010010111010111011110100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2E983

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2E983; }

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

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

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

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

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

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

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

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