Html Css Color HEX #F2D876 Sweet Corn

📋 copy color: '#F2D876'

red 242 ◦ green 216 ◦ blue 118

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

Shades of Sweet Corn #F2D876

Tints of Sweet Corn #F2D876

RGB

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

 GREEN value IS 216 (84.77% from 255) = 37.5%

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

R = 42.01%
G = 37.5%
B = 20.49%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.51

 K value IS 0.05

RGB Variations

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

Color information

#F2D876 (or 0xF2D876) is known color: Sweet Corn. HEX triplet: F2, D8 and 76. RGB value is (242,216,118). Sum of RGB (Red+Green+Blue) = 242+216+118=576 (76% of max value = 765). Red value is 242 (94.92% from 255 or 42.01% from 576); Green value is 216 (84.77% from 255 or 37.5% from 576); Blue value is 118 (46.48% from 255 or 20.49% from 576); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D876 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2D876 is #0D2789. Grayscale: #D5D5D5. Windows color (decimal): -862090 or 7788786. OLE color: 7788786.

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

Color convert

RGB 242 216 118 -
CMYK 0 0.11 0.51 0.05
HSL 47.42º 0.83% 0.71% -
HSV(B) 47.42º 0.51% 0.95% -
XYZ 64.44 69.3 27.12 -
YUV 212.6 74.61 148.97 -
System Red Green Blue C M Y K H S L
Decimal 242 216 118 0 0.11 0.51 0.05 47.42 0.83 0.71
Hex F2 D8 76 0 B 33 5 2F 53 47
Octal 362 330 166 0 13 63 5 57 123 107
Binary 11110010 11011000 1110110 0 1011 110011 101 101111 1010011 1000111

Color Harmonies of #F2D876

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2D876

Black with #F2D876

Text Example


Text Example

White with #F2D876

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2D876; }

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

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

background-color css

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

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

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

border-color css

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

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

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