Html Css Color HEX #F0DC73 Sweet Corn

📋 copy color: '#F0DC73'

red 240 ◦ green 220 ◦ blue 115

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

Shades of Sweet Corn #F0DC73

Tints of Sweet Corn #F0DC73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 20%

R = 41.74%
G = 38.26%
B = 20%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.52

 K value IS 0.06

RGB Variations

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

Color information

#F0DC73 (or 0xF0DC73) is known color: Sweet Corn. HEX triplet: F0, DC and 73. RGB value is (240,220,115). Sum of RGB (Red+Green+Blue) = 240+220+115=575 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.74% from 575); Green value is 220 (86.33% from 255 or 38.26% from 575); Blue value is 115 (45.31% from 255 or 20% from 575); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DC73 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0DC73 is #0F238C. Grayscale: #D6D6D6. Windows color (decimal): -992141 or 7593200. OLE color: 7593200.

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

Color convert

RGB 240 220 115 -
CMYK 0 0.08 0.52 0.06
HSL 50.4º 0.81% 0.7% -
HSV(B) 50.4º 0.52% 0.94% -
XYZ 64.62 70.95 26.51 -
YUV 214.01 72.13 146.54 -
System Red Green Blue C M Y K H S L
Decimal 240 220 115 0 0.08 0.52 0.06 50.4 0.81 0.7
Hex F0 DC 73 0 8 34 6 32 51 46
Octal 360 334 163 0 10 64 6 62 121 106
Binary 11110000 11011100 1110011 0 1000 110100 110 110010 1010001 1000110

Color Harmonies of #F0DC73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0DC73

Black with #F0DC73

Text Example


Text Example

White with #F0DC73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0DC73; }

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

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

background-color css

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

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

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

border-color css

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

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

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