Html Css Color HEX #F0EC7C Texas

📋 copy color: '#F0EC7C'

red 240 ◦ green 236 ◦ blue 124

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

Shades of Texas #F0EC7C

Tints of Texas #F0EC7C

RGB

 RED value IS 240 (94.14% from 255) = 40%

 GREEN value IS 236 (92.58% from 255) = 39.33%

 BLUE value IS 124 (48.83% from 255) = 20.67%

R = 40%
G = 39.33%
B = 20.67%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.48

 K value IS 0.06

RGB Variations

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

Color information

#F0EC7C (or 0xF0EC7C) is known color: Texas. HEX triplet: F0, EC and 7C. RGB value is (240,236,124). Sum of RGB (Red+Green+Blue) = 240+236+124=600 (79% of max value = 765). Red value is 240 (94.14% from 255 or 40% from 600); Green value is 236 (92.58% from 255 or 39.33% from 600); Blue value is 124 (48.83% from 255 or 20.67% from 600); Max value from RGB is 240 - color contains mainly: red. Hex color #F0EC7C is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F0EC7C is #0F1383. Grayscale: #E0E0E0. Windows color (decimal): -988036 or 8187120. OLE color: 8187120.

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

Color convert

RGB 240 236 124 -
CMYK 0 0.02 0.48 0.06
HSL 57.93º 0.79% 0.71% -
HSV(B) 57.93º 0.48% 0.94% -
XYZ 69.57 79.97 30.84 -
YUV 224.43 71.33 139.11 -
System Red Green Blue C M Y K H S L
Decimal 240 236 124 0 0.02 0.48 0.06 57.93 0.79 0.71
Hex F0 EC 7C 0 2 30 6 3A 4F 47
Octal 360 354 174 0 2 60 6 72 117 107
Binary 11110000 11101100 1111100 0 10 110000 110 111010 1001111 1000111

Color Harmonies of #F0EC7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0EC7C

Black with #F0EC7C

Text Example


Text Example

White with #F0EC7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0EC7C; }

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

 H1.HeaderClassName
 {
   color: #F0EC7C;
 }
 .AnyTagClassName
 {
   color: #F0EC7C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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