#F0E57D

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

Shades of Texas #F0E57D

Tints of Texas #F0E57D

Color information

#F0E57D (or 0xF0E57D) is unknown color: approx Texas. HEX triplet: F0, E5 and 7D. RGB value is (240,229,125). Sum of RGB (Red+Green+Blue) = 240+229+125=594 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.40% from 594); Green value is 229 (89.84% from 255 or 38.55% from 594); Blue value is 125 (49.22% from 255 or 21.04% from 594); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E57D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0E57D is #0F1A82. Grayscale: #DCDCDC. Windows color (decimal): -989827 or 8250864. OLE color: 8250864.

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

Color convert

RGB240229125-
CMYK00.050.480.06
HSL54.26º79.31%71.57%-
HSV(B)54.26º47.92%94.12%-
XYZ67.6676.0430.51-
YUV220.4374.14141.96-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 40.40%
GREEN value IS 229 (89.84% from 255) = 38.55%
BLUE value IS 125 (49.22% from 255) = 21.04%
R=40.40%
G=38.55%
B=21.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.48
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24022912500.050.480.0654.2679.3171.57
HexF0E57D05306364f48
Octal3603451750560666117110
Binary11110000111001011111101010111000011011011010011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0E57D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0E57D; }

 p { color: rgb(240,229,125); }

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

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

 a { background-color: rgb(240,229,125); }

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

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

 span { border-color: rgb(240,229,125); }

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