#F0ED7C

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

Shades of Texas #F0ED7C

Tints of Texas #F0ED7C

Color information

#F0ED7C (or 0xF0ED7C) is unknown color: approx Texas. HEX triplet: F0, ED and 7C. RGB value is (240,237,124). Sum of RGB (Red+Green+Blue) = 240+237+124=601 (79% of max value = 765). Red value is 240 (94.14% from 255 or 39.93% from 601); Green value is 237 (92.97% from 255 or 39.43% from 601); Blue value is 124 (48.83% from 255 or 20.63% from 601); Max value from RGB is 240 - color contains mainly: red. Hex color #F0ED7C is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F0ED7C is #0F1283. Grayscale: #E1E1E1. Windows color (decimal): -987780 or 8187376. OLE color: 8187376.

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

Color convert

RGB240237124-
CMYK00.010.480.06
HSL58.45º79.45%71.37%-
HSV(B)58.45º48.33%94.12%-
XYZ69.8680.5530.93-
YUV225.0270.99138.69-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 39.93%
GREEN value IS 237 (92.97% from 255) = 39.43%
BLUE value IS 124 (48.83% from 255) = 20.63%
R=39.93%
G=39.43%
B=20.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.48
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24023712400.010.480.0658.4579.4571.37
HexF0ED7C013063a4f47
Octal3603551740160672117107
Binary111100001110110111111000111000011011101010011111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0ED7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0ED7C; }

 p { color: rgb(240,237,124); }

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

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

 a { background-color: rgb(240,237,124); }

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

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

 span { border-color: rgb(240,237,124); }

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