#F1EA84

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

Shades of Texas #F1EA84

Tints of Texas #F1EA84

Color information

#F1EA84 (or 0xF1EA84) is unknown color: approx Texas. HEX triplet: F1, EA and 84. RGB value is (241,234,132). Sum of RGB (Red+Green+Blue) = 241+234+132=607 (80% of max value = 765). Red value is 241 (94.53% from 255 or 39.70% from 607); Green value is 234 (91.80% from 255 or 38.55% from 607); Blue value is 132 (51.95% from 255 or 21.75% from 607); Max value from RGB is 241 - color contains mainly: red. Hex color #F1EA84 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F1EA84 is #0E157B. Grayscale: #E0E0E0. Windows color (decimal): -923004 or 8710897. OLE color: 8710897.

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

Color convert

RGB241234132-
CMYK00.030.450.05
HSL56.15º79.56%73.14%-
HSV(B)56.15º45.23%94.51%-
XYZ69.8679.2133.44-
YUV224.4675.82139.79-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 39.70%
GREEN value IS 234 (91.80% from 255) = 38.55%
BLUE value IS 132 (51.95% from 255) = 21.75%
R=39.70%
G=38.55%
B=21.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.45
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24123413200.030.450.0556.1579.5673.14
HexF1EA84032D5385049
Octal3613522040355570120111
Binary11110001111010101000010001110110110111100010100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1EA84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1EA84; }

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

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

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

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

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

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

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

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