#F1EA80

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

Shades of Texas #F1EA80

Tints of Texas #F1EA80

Color information

#F1EA80 (or 0xF1EA80) is unknown color: approx Texas. HEX triplet: F1, EA and 80. RGB value is (241,234,128). Sum of RGB (Red+Green+Blue) = 241+234+128=603 (79% of max value = 765). Red value is 241 (94.53% from 255 or 39.97% from 603); Green value is 234 (91.80% from 255 or 38.81% from 603); Blue value is 128 (50.39% from 255 or 21.23% from 603); Max value from RGB is 241 - color contains mainly: red. Hex color #F1EA80 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F1EA80 is #0E157F. Grayscale: #E0E0E0. Windows color (decimal): -923008 or 8448753. OLE color: 8448753.

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

Color convert

RGB241234128-
CMYK00.030.470.05
HSL56.28º80.14%72.35%-
HSV(B)56.28º46.89%94.51%-
XYZ69.5979.132.02-
YUV224.0173.82140.12-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 39.97%
GREEN value IS 234 (91.80% from 255) = 38.81%
BLUE value IS 128 (50.39% from 255) = 21.23%
R=39.97%
G=38.81%
B=21.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.47
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24123412800.030.470.0556.2880.1472.35
HexF1EA80032F5385048
Octal3613522000357570120110
Binary11110001111010101000000001110111110111100010100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1EA80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1EA80; }

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

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

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

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

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

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

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

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