#F1E880

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

Shades of Texas #F1E880

Tints of Texas #F1E880

Color information

#F1E880 (or 0xF1E880) is unknown color: approx Texas. HEX triplet: F1, E8 and 80. RGB value is (241,232,128). Sum of RGB (Red+Green+Blue) = 241+232+128=601 (79% of max value = 765). Red value is 241 (94.53% from 255 or 40.10% from 601); Green value is 232 (91.02% from 255 or 38.60% from 601); Blue value is 128 (50.39% from 255 or 21.30% from 601); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E880 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F1E880 is #0E177F. Grayscale: #DFDFDF. Windows color (decimal): -923520 or 8448241. OLE color: 8448241.

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

Color convert

RGB241232128-
CMYK00.040.470.05
HSL55.22º80.14%72.35%-
HSV(B)55.22º46.89%94.51%-
XYZ69.0377.9731.83-
YUV222.8474.48140.96-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 40.10%
GREEN value IS 232 (91.02% from 255) = 38.60%
BLUE value IS 128 (50.39% from 255) = 21.30%
R=40.10%
G=38.60%
B=21.30%

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
Decimal24123212800.040.470.0555.2280.1472.35
HexF1E880042F5375048
Octal3613502000457567120110
Binary111100011110100010000000010010111110111011110100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1E880

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1E880; }

 p { color: rgb(241,232,128); }

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

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

 a { background-color: rgb(241,232,128); }

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

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

 span { border-color: rgb(241,232,128); }

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