#F5ED81

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

Shades of Texas #F5ED81

Tints of Texas #F5ED81

Color information

#F5ED81 (or 0xF5ED81) is unknown color: approx Texas. HEX triplet: F5, ED and 81. RGB value is (245,237,129). Sum of RGB (Red+Green+Blue) = 245+237+129=611 (80% of max value = 765). Red value is 245 (96.09% from 255 or 40.10% from 611); Green value is 237 (92.97% from 255 or 38.79% from 611); Blue value is 129 (50.78% from 255 or 21.11% from 611); Max value from RGB is 245 - color contains mainly: red. Hex color #F5ED81 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F5ED81 is #0A127E. Grayscale: #E3E3E3. Windows color (decimal): -660095 or 8515061. OLE color: 8515061.

HSL color Cylindrical-coordinate representation of color #F5ED81: hue angle of 55.86º degrees, saturation: 0.85, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F5ED81 is Cyan = 0, Magento = 0.03, Yellow = 0.47 and Black (K on CMYK) = 0.04.

Color convert

RGB245237129-
CMYK00.030.470.04
HSL55.86º85.29%73.33%-
HSV(B)55.86º47.35%96.08%-
XYZ71.981.5732.72-
YUV227.0872.65140.78-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 40.10%
GREEN value IS 237 (92.97% from 255) = 38.79%
BLUE value IS 129 (50.78% from 255) = 21.11%
R=40.10%
G=38.79%
B=21.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.47
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24523712900.030.470.0455.8685.2973.33
HexF5ED81032F4385549
Octal3653552010357470125111
Binary11110101111011011000000101110111110011100010101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5ED81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5ED81; }

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

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

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

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

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

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

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

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