Html Css Color HEX #F0DC77 Sweet Corn

📋 copy color: '#F0DC77'

red 240 ◦ green 220 ◦ blue 119

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

Shades of Sweet Corn #F0DC77

Tints of Sweet Corn #F0DC77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 20.55%

R = 41.45%
G = 38%
B = 20.55%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.50

 K value IS 0.06

RGB Variations

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

Color information

#F0DC77 (or 0xF0DC77) is known color: Sweet Corn. HEX triplet: F0, DC and 77. RGB value is (240,220,119). Sum of RGB (Red+Green+Blue) = 240+220+119=579 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.45% from 579); Green value is 220 (86.33% from 255 or 38.00% from 579); Blue value is 119 (46.88% from 255 or 20.55% from 579); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DC77 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0DC77 is #0F2388. Grayscale: #D6D6D6. Windows color (decimal): -992137 or 7855344. OLE color: 7855344.

HSL color Cylindrical-coordinate representation of color #F0DC77: hue angle of 50.08º degrees, saturation: 0.8, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F0DC77 is Cyan = 0, Magento = 0.08, Yellow = 0.50 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 220 119 -
CMYK 0 0.08 0.50 0.06
HSL 50.08º 0.8% 0.7% -
HSV(B) 50.08º 0.5% 0.94% -
XYZ 64.86 71.04 27.75 -
YUV 214.47 74.13 146.21 -
System Red Green Blue C M Y K H S L
Decimal 240 220 119 0 0.08 0.50 0.06 50.08 0.8 0.7
Hex F0 DC 77 0 8 32 6 32 50 46
Octal 360 334 167 0 10 62 6 62 120 106
Binary 11110000 11011100 1110111 0 1000 110010 110 110010 1010000 1000110

Color Harmonies of #F0DC77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0DC77

Black with #F0DC77

Text Example


Text Example

White with #F0DC77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0DC77; }

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

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

background-color css

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

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

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

border-color css

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

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

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