#F0E37A

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

Shades of Texas #F0E37A

Tints of Texas #F0E37A

Color information

#F0E37A (or 0xF0E37A) is unknown color: approx Texas. HEX triplet: F0, E3 and 7A. RGB value is (240,227,122). Sum of RGB (Red+Green+Blue) = 240+227+122=589 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.75% from 589); Green value is 227 (89.06% from 255 or 38.54% from 589); Blue value is 122 (48.05% from 255 or 20.71% from 589); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E37A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0E37A is #0F1C85. Grayscale: #DBDBDB. Windows color (decimal): -990342 or 8053744. OLE color: 8053744.

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

Color convert

RGB240227122-
CMYK00.050.490.06
HSL53.39º79.73%70.98%-
HSV(B)53.39º49.17%94.12%-
XYZ66.9274.8729.34-
YUV218.9273.31143.04-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 40.75%
GREEN value IS 227 (89.06% from 255) = 38.54%
BLUE value IS 122 (48.05% from 255) = 20.71%
R=40.75%
G=38.54%
B=20.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.49
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24022712200.050.490.0653.3979.7370.98
HexF0E37A05316355047
Octal3603431720561665120107
Binary11110000111000111111010010111000111011010110100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0E37A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0E37A; }

 p { color: rgb(240,227,122); }

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

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

 a { background-color: rgb(240,227,122); }

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

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

 span { border-color: rgb(240,227,122); }

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