Html Css Color HEX #F2DD76 Sweet Corn

📋 copy color: '#F2DD76'

red 242 ◦ green 221 ◦ blue 118

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

Shades of Sweet Corn #F2DD76

Tints of Sweet Corn #F2DD76

RGB

 RED value IS 242 (94.92% from 255) = 41.65%

 GREEN value IS 221 (86.72% from 255) = 38.04%

 BLUE value IS 118 (46.48% from 255) = 20.31%

R = 41.65%
G = 38.04%
B = 20.31%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.51

 K value IS 0.05

RGB Variations

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

Color information

#F2DD76 (or 0xF2DD76) is known color: Sweet Corn. HEX triplet: F2, DD and 76. RGB value is (242,221,118). Sum of RGB (Red+Green+Blue) = 242+221+118=581 (76% of max value = 765). Red value is 242 (94.92% from 255 or 41.65% from 581); Green value is 221 (86.72% from 255 or 38.04% from 581); Blue value is 118 (46.48% from 255 or 20.31% from 581); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DD76 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2DD76 is #0D2289. Grayscale: #D7D7D7. Windows color (decimal): -860810 or 7790066. OLE color: 7790066.

HSL color Cylindrical-coordinate representation of color #F2DD76: hue angle of 49.84º degrees, saturation: 0.83, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F2DD76 is Cyan = 0, Magento = 0.09, Yellow = 0.51 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 221 118 -
CMYK 0 0.09 0.51 0.05
HSL 49.84º 0.83% 0.71% -
HSV(B) 49.84º 0.51% 0.95% -
XYZ 65.74 71.9 27.55 -
YUV 215.54 72.96 146.88 -
System Red Green Blue C M Y K H S L
Decimal 242 221 118 0 0.09 0.51 0.05 49.84 0.83 0.71
Hex F2 DD 76 0 9 33 5 32 53 47
Octal 362 335 166 0 11 63 5 62 123 107
Binary 11110010 11011101 1110110 0 1001 110011 101 110010 1010011 1000111

Color Harmonies of #F2DD76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2DD76

Black with #F2DD76

Text Example


Text Example

White with #F2DD76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2DD76; }

 p { color: rgb(242,221,118); }

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

background-color css

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

 a { background-color: rgb(242,221,118); }

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

border-color css

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

 span { border-color: rgb(242,221,118); }

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