#F0EB81

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

Shades of Texas #F0EB81

Tints of Texas #F0EB81

Color information

#F0EB81 (or 0xF0EB81) is unknown color: approx Texas. HEX triplet: F0, EB and 81. RGB value is (240,235,129). Sum of RGB (Red+Green+Blue) = 240+235+129=604 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.74% from 604); Green value is 235 (92.19% from 255 or 38.91% from 604); Blue value is 129 (50.78% from 255 or 21.36% from 604); Max value from RGB is 240 - color contains mainly: red. Hex color #F0EB81 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F0EB81 is #0F147E. Grayscale: #E0E0E0. Windows color (decimal): -988287 or 8514544. OLE color: 8514544.

HSL color Cylindrical-coordinate representation of color #F0EB81: hue angle of 57.3º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F0EB81 is Cyan = 0, Magento = 0.02, Yellow = 0.46 and Black (K on CMYK) = 0.06.

Color convert

RGB240235129-
CMYK00.020.460.06
HSL57.3º78.72%72.35%-
HSV(B)57.3º46.25%94.12%-
XYZ69.6179.5332.45-
YUV224.4174.16139.12-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 39.74%
GREEN value IS 235 (92.19% from 255) = 38.91%
BLUE value IS 129 (50.78% from 255) = 21.36%
R=39.74%
G=38.91%
B=21.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.46
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24023512900.020.460.0657.378.7272.35
HexF0EB81022E6394f48
Octal3603532010256671117110
Binary11110000111010111000000101010111011011100110011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0EB81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0EB81; }

 p { color: rgb(240,235,129); }

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

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

 a { background-color: rgb(240,235,129); }

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

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

 span { border-color: rgb(240,235,129); }

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