Html Css Color HEX #F0E572 Texas

📋 copy color: '#F0E572'

red 240 ◦ green 229 ◦ blue 114

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

Shades of Texas #F0E572

Tints of Texas #F0E572

RGB

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

 GREEN value IS 229 (89.84% from 255) = 39.28%

 BLUE value IS 114 (44.92% from 255) = 19.55%

R = 41.17%
G = 39.28%
B = 19.55%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.52

 K value IS 0.06

RGB Variations

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

Color information

#F0E572 (or 0xF0E572) is known color: Texas. HEX triplet: F0, E5 and 72. RGB value is (240,229,114). Sum of RGB (Red+Green+Blue) = 240+229+114=583 (77% of max value = 765). Red value is 240 (94.14% from 255 or 41.17% from 583); Green value is 229 (89.84% from 255 or 39.28% from 583); Blue value is 114 (44.92% from 255 or 19.55% from 583); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E572 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0E572 is #0F1A8D. Grayscale: #DBDBDB. Windows color (decimal): -989838 or 7529968. OLE color: 7529968.

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

Color convert

RGB 240 229 114 -
CMYK 0 0.05 0.52 0.06
HSL 54.76º 0.81% 0.69% -
HSV(B) 54.76º 0.53% 0.94% -
XYZ 66.99 75.78 27.02 -
YUV 219.18 68.64 142.85 -
System Red Green Blue C M Y K H S L
Decimal 240 229 114 0 0.05 0.52 0.06 54.76 0.81 0.69
Hex F0 E5 72 0 5 34 6 37 51 45
Octal 360 345 162 0 5 64 6 67 121 105
Binary 11110000 11100101 1110010 0 101 110100 110 110111 1010001 1000101

Color Harmonies of #F0E572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0E572

Black with #F0E572

Text Example


Text Example

White with #F0E572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0E572; }

 p { color: rgb(240,229,114); }

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

background-color css

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

 a { background-color: rgb(240,229,114); }

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

border-color css

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

 span { border-color: rgb(240,229,114); }

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