Html Css Color HEX #F2D976 Sweet Corn

📋 copy color: '#F2D976'

red 242 ◦ green 217 ◦ blue 118

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

Shades of Sweet Corn #F2D976

Tints of Sweet Corn #F2D976

RGB

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

 GREEN value IS 217 (85.16% from 255) = 37.61%

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

R = 41.94%
G = 37.61%
B = 20.45%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.51

 K value IS 0.05

RGB Variations

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

Color information

#F2D976 (or 0xF2D976) is known color: Sweet Corn. HEX triplet: F2, D9 and 76. RGB value is (242,217,118). Sum of RGB (Red+Green+Blue) = 242+217+118=577 (76% of max value = 765). Red value is 242 (94.92% from 255 or 41.94% from 577); Green value is 217 (85.16% from 255 or 37.61% from 577); Blue value is 118 (46.48% from 255 or 20.45% from 577); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D976 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2D976 is #0D2689. Grayscale: #D5D5D5. Windows color (decimal): -861834 or 7789042. OLE color: 7789042.

HSL color Cylindrical-coordinate representation of color #F2D976: hue angle of 47.9º 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 #F2D976 is Cyan = 0, Magento = 0.10, Yellow = 0.51 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 217 118 -
CMYK 0 0.10 0.51 0.05
HSL 47.9º 0.83% 0.71% -
HSV(B) 47.9º 0.51% 0.95% -
XYZ 64.7 69.81 27.2 -
YUV 213.19 74.28 148.55 -
System Red Green Blue C M Y K H S L
Decimal 242 217 118 0 0.10 0.51 0.05 47.9 0.83 0.71
Hex F2 D9 76 0 A 33 5 30 53 47
Octal 362 331 166 0 12 63 5 60 123 107
Binary 11110010 11011001 1110110 0 1010 110011 101 110000 1010011 1000111

Color Harmonies of #F2D976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2D976

Black with #F2D976

Text Example


Text Example

White with #F2D976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2D976; }

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

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

background-color css

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

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

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

border-color css

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

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

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