Html Css Color HEX #F0DC70 Sweet Corn

📋 copy color: '#F0DC70'

red 240 ◦ green 220 ◦ blue 112

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

Shades of Sweet Corn #F0DC70

Tints of Sweet Corn #F0DC70

RGB

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

 GREEN value IS 220 (86.33% from 255) = 38.46%

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

R = 41.96%
G = 38.46%
B = 19.58%

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

#F0DC70 (or 0xF0DC70) is known color: Sweet Corn. HEX triplet: F0, DC and 70. RGB value is (240,220,112). Sum of RGB (Red+Green+Blue) = 240+220+112=572 (75% of max value = 765). Red value is 240 (94.14% from 255 or 41.96% from 572); Green value is 220 (86.33% from 255 or 38.46% from 572); Blue value is 112 (44.14% from 255 or 19.58% from 572); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DC70 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0DC70 is #0F238F. Grayscale: #D6D6D6. Windows color (decimal): -992144 or 7396592. OLE color: 7396592.

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

Color convert

RGB 240 220 112 -
CMYK 0 0.08 0.53 0.06
HSL 50.63º 0.81% 0.69% -
HSV(B) 50.63º 0.53% 0.94% -
XYZ 64.45 70.88 25.61 -
YUV 213.67 70.63 146.78 -
System Red Green Blue C M Y K H S L
Decimal 240 220 112 0 0.08 0.53 0.06 50.63 0.81 0.69
Hex F0 DC 70 0 8 35 6 33 51 45
Octal 360 334 160 0 10 65 6 63 121 105
Binary 11110000 11011100 1110000 0 1000 110101 110 110011 1010001 1000101

Color Harmonies of #F0DC70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0DC70

Black with #F0DC70

Text Example


Text Example

White with #F0DC70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0DC70; }

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

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

background-color css

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

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

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

border-color css

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

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

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