#F1ED81

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

Shades of Texas #F1ED81

Tints of Texas #F1ED81

Color information

#F1ED81 (or 0xF1ED81) is unknown color: approx Texas. HEX triplet: F1, ED and 81. RGB value is (241,237,129). Sum of RGB (Red+Green+Blue) = 241+237+129=607 (80% of max value = 765). Red value is 241 (94.53% from 255 or 39.70% from 607); Green value is 237 (92.97% from 255 or 39.04% from 607); Blue value is 129 (50.78% from 255 or 21.25% from 607); Max value from RGB is 241 - color contains mainly: red. Hex color #F1ED81 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F1ED81 is #0E127E. Grayscale: #E2E2E2. Windows color (decimal): -922239 or 8515057. OLE color: 8515057.

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

Color convert

RGB241237129-
CMYK00.020.460.05
HSL57.86º80%72.55%-
HSV(B)57.86º46.47%94.51%-
XYZ70.5280.8532.66-
YUV225.8873.33138.78-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 39.70%
GREEN value IS 237 (92.97% from 255) = 39.04%
BLUE value IS 129 (50.78% from 255) = 21.25%
R=39.70%
G=39.04%
B=21.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.46
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24123712900.020.460.0557.868072.55
HexF1ED81022E53a5049
Octal3613552010256572120111
Binary11110001111011011000000101010111010111101010100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1ED81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1ED81; }

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

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

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

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

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

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

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

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