Html Css Color HEX #F0E472 Sweet Corn

📋 copy color: '#F0E472'

red 240 ◦ green 228 ◦ blue 114

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

Shades of Sweet Corn #F0E472

Tints of Sweet Corn #F0E472

RGB

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

 GREEN value IS 228 (89.45% from 255) = 39.18%

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

R = 41.24%
G = 39.18%
B = 19.59%

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

#F0E472 (or 0xF0E472) is known color: Sweet Corn. HEX triplet: F0, E4 and 72. RGB value is (240,228,114). Sum of RGB (Red+Green+Blue) = 240+228+114=582 (77% of max value = 765). Red value is 240 (94.14% from 255 or 41.24% from 582); Green value is 228 (89.45% from 255 or 39.18% from 582); Blue value is 114 (44.92% from 255 or 19.59% from 582); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E472 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0E472 is #0F1B8D. Grayscale: #DBDBDB. Windows color (decimal): -990094 or 7529712. OLE color: 7529712.

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

Color convert

RGB 240 228 114 -
CMYK 0 0.05 0.52 0.06
HSL 54.29º 0.81% 0.69% -
HSV(B) 54.29º 0.53% 0.94% -
XYZ 66.72 75.23 26.92 -
YUV 218.59 68.98 143.27 -
System Red Green Blue C M Y K H S L
Decimal 240 228 114 0 0.05 0.52 0.06 54.29 0.81 0.69
Hex F0 E4 72 0 5 34 6 36 51 45
Octal 360 344 162 0 5 64 6 66 121 105
Binary 11110000 11100100 1110010 0 101 110100 110 110110 1010001 1000101

Color Harmonies of #F0E472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0E472

Black with #F0E472

Text Example


Text Example

White with #F0E472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0E472; }

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

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

background-color css

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

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

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

border-color css

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

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

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