Html Css Color HEX #F0ED7C Texas

📋 copy color: '#F0ED7C'

red 240 ◦ green 237 ◦ blue 124

#F0ED7C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Texas #F0ED7C

Tints of Texas #F0ED7C

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 value IS 0

 M value IS 0.01

 Y value IS 0.48

 K value IS 0.06

RGB Variations

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

Color information

#F0ED7C (or 0xF0ED7C) is known color: 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

RGB 240 237 124 -
CMYK 0 0.01 0.48 0.06
HSL 58.45º 0.79% 0.71% -
HSV(B) 58.45º 0.48% 0.94% -
XYZ 69.86 80.55 30.93 -
YUV 225.02 70.99 138.69 -
System Red Green Blue C M Y K H S L
Decimal 240 237 124 0 0.01 0.48 0.06 58.45 0.79 0.71
Hex F0 ED 7C 0 1 30 6 3A 4F 47
Octal 360 355 174 0 1 60 6 72 117 107
Binary 11110000 11101101 1111100 0 1 110000 110 111010 1001111 1000111

Color Harmonies of #F0ED7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0ED7C

Black with #F0ED7C

Text Example


Text Example

White with #F0ED7C

Text Example


Text Example

HTML Codes & Css Web 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>