Html Css Color HEX #F0E06E Sweet Corn

📋 copy color: '#F0E06E'

red 240 ◦ green 224 ◦ blue 110

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

Shades of Sweet Corn #F0E06E

Tints of Sweet Corn #F0E06E

RGB

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

 GREEN value IS 224 (87.89% from 255) = 39.02%

 BLUE value IS 110 (43.36% from 255) = 19.16%

R = 41.81%
G = 39.02%
B = 19.16%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.54

 K value IS 0.06

RGB Variations

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

Color information

#F0E06E (or 0xF0E06E) is known color: Sweet Corn. HEX triplet: F0, E0 and 6E. RGB value is (240,224,110). Sum of RGB (Red+Green+Blue) = 240+224+110=574 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.81% from 574); Green value is 224 (87.89% from 255 or 39.02% from 574); Blue value is 110 (43.36% from 255 or 19.16% from 574); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E06E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0E06E is #0F1F91. Grayscale: #D8D8D8. Windows color (decimal): -991122 or 7266544. OLE color: 7266544.

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

Color convert

RGB 240 224 110 -
CMYK 0 0.07 0.54 0.06
HSL 52.62º 0.81% 0.69% -
HSV(B) 52.62º 0.54% 0.94% -
XYZ 65.41 72.96 25.39 -
YUV 215.79 68.3 145.27 -
System Red Green Blue C M Y K H S L
Decimal 240 224 110 0 0.07 0.54 0.06 52.62 0.81 0.69
Hex F0 E0 6E 0 7 36 6 35 51 45
Octal 360 340 156 0 7 66 6 65 121 105
Binary 11110000 11100000 1101110 0 111 110110 110 110101 1010001 1000101

Color Harmonies of #F0E06E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0E06E

Black with #F0E06E

Text Example


Text Example

White with #F0E06E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0E06E; }

 p { color: rgb(240,224,110); }

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

background-color css

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

 a { background-color: rgb(240,224,110); }

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

border-color css

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

 span { border-color: rgb(240,224,110); }

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