#F1E481

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

Shades of Texas #F1E481

Tints of Texas #F1E481

Color information

#F1E481 (or 0xF1E481) is unknown color: approx Texas. HEX triplet: F1, E4 and 81. RGB value is (241,228,129). Sum of RGB (Red+Green+Blue) = 241+228+129=598 (79% of max value = 765). Red value is 241 (94.53% from 255 or 40.30% from 598); Green value is 228 (89.45% from 255 or 38.13% from 598); Blue value is 129 (50.78% from 255 or 21.57% from 598); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E481 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1E481 is #0E1B7E. Grayscale: #DDDDDD. Windows color (decimal): -924543 or 8512753. OLE color: 8512753.

HSL color Cylindrical-coordinate representation of color #F1E481: hue angle of 53.04º degrees, saturation: 0.8, 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 #F1E481 is Cyan = 0, Magento = 0.05, Yellow = 0.46 and Black (K on CMYK) = 0.05.

Color convert

RGB241228129-
CMYK00.050.460.05
HSL53.04º80%72.55%-
HSV(B)53.04º46.47%94.51%-
XYZ67.9875.7731.81-
YUV220.676.31142.55-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 40.30%
GREEN value IS 228 (89.45% from 255) = 38.13%
BLUE value IS 129 (50.78% from 255) = 21.57%
R=40.30%
G=38.13%
B=21.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.46
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24122812900.050.460.0553.048072.55
HexF1E481052E5355049
Octal3613442010556565120111
Binary111100011110010010000001010110111010111010110100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1E481

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1E481; }

 p { color: rgb(241,228,129); }

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

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

 a { background-color: rgb(241,228,129); }

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

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

 span { border-color: rgb(241,228,129); }

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