Html Css Color HEX #F0DE70 Sweet Corn

📋 copy color: '#F0DE70'

red 240 ◦ green 222 ◦ blue 112

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

Shades of Sweet Corn #F0DE70

Tints of Sweet Corn #F0DE70

RGB

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

 GREEN value IS 222 (87.11% from 255) = 38.68%

 BLUE value IS 112 (44.14% from 255) = 19.51%

R = 41.81%
G = 38.68%
B = 19.51%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.53

 K value IS 0.06

RGB Variations

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

Color information

#F0DE70 (or 0xF0DE70) is known color: Sweet Corn. HEX triplet: F0, DE and 70. RGB value is (240,222,112). Sum of RGB (Red+Green+Blue) = 240+222+112=574 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.81% from 574); Green value is 222 (87.11% from 255 or 38.68% from 574); Blue value is 112 (44.14% from 255 or 19.51% from 574); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DE70 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0DE70 is #0F218F. Grayscale: #D7D7D7. Windows color (decimal): -991632 or 7397104. OLE color: 7397104.

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

Color convert

RGB 240 222 112 -
CMYK 0 0.08 0.53 0.06
HSL 51.56º 0.81% 0.69% -
HSV(B) 51.56º 0.53% 0.94% -
XYZ 64.98 71.94 25.79 -
YUV 214.84 69.96 145.94 -
System Red Green Blue C M Y K H S L
Decimal 240 222 112 0 0.08 0.53 0.06 51.56 0.81 0.69
Hex F0 DE 70 0 8 35 6 34 51 45
Octal 360 336 160 0 10 65 6 64 121 105
Binary 11110000 11011110 1110000 0 1000 110101 110 110100 1010001 1000101

Color Harmonies of #F0DE70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0DE70

Black with #F0DE70

Text Example


Text Example

White with #F0DE70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0DE70; }

 p { color: rgb(240,222,112); }

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

background-color css

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

 a { background-color: rgb(240,222,112); }

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

border-color css

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

 span { border-color: rgb(240,222,112); }

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