#F0EF7D

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

Shades of Texas #F0EF7D

Tints of Texas #F0EF7D

Color information

#F0EF7D (or 0xF0EF7D) is unknown color: approx Texas. HEX triplet: F0, EF and 7D. RGB value is (240,239,125). Sum of RGB (Red+Green+Blue) = 240+239+125=604 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.74% from 604); Green value is 239 (93.75% from 255 or 39.57% from 604); Blue value is 125 (49.22% from 255 or 20.70% from 604); Max value from RGB is 240 - color contains mainly: red. Hex color #F0EF7D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F0EF7D is #0F1082. Grayscale: #E2E2E2. Windows color (decimal): -987267 or 8253424. OLE color: 8253424.

HSL color Cylindrical-coordinate representation of color #F0EF7D: hue angle of 59.48º 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 #F0EF7D is Cyan = 0, Magento = 0.00, Yellow = 0.48 and Black (K on CMYK) = 0.06.

Color convert

RGB240239125-
CMYK00.000.480.06
HSL59.48º79.31%71.57%-
HSV(B)59.48º47.92%94.12%-
XYZ70.581.7431.46-
YUV226.370.83137.77-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 39.74%
GREEN value IS 239 (93.75% from 255) = 39.57%
BLUE value IS 125 (49.22% from 255) = 20.70%
R=39.74%
G=39.57%
B=20.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.48
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24023912500.000.480.0659.4879.3171.57
HexF0EF7D003063b4f48
Octal3603571750060673117110
Binary111100001110111111111010011000011011101110011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0EF7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0EF7D; }

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

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

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

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

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

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

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

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