Html Css Color HEX #F6D772 Sweet Corn

📋 copy color: '#F6D772'

red 246 ◦ green 215 ◦ blue 114

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

Shades of Sweet Corn #F6D772

Tints of Sweet Corn #F6D772

RGB

 RED value IS 246 (96.48% from 255) = 42.78%

 GREEN value IS 215 (84.38% from 255) = 37.39%

 BLUE value IS 114 (44.92% from 255) = 19.83%

R = 42.78%
G = 37.39%
B = 19.83%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.54

 K value IS 0.04

RGB Variations

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

Color information

#F6D772 (or 0xF6D772) is known color: Sweet Corn. HEX triplet: F6, D7 and 72. RGB value is (246,215,114). Sum of RGB (Red+Green+Blue) = 246+215+114=575 (76% of max value = 765). Red value is 246 (96.48% from 255 or 42.78% from 575); Green value is 215 (84.38% from 255 or 37.39% from 575); Blue value is 114 (44.92% from 255 or 19.83% from 575); Max value from RGB is 246 - color contains mainly: red. Hex color #F6D772 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F6D772 is #09288D. Grayscale: #D5D5D5. Windows color (decimal): -600206 or 7526390. OLE color: 7526390.

HSL color Cylindrical-coordinate representation of color #F6D772: hue angle of 45.91º degrees, saturation: 0.88, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F6D772 is Cyan = 0, Magento = 0.13, Yellow = 0.54 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 215 114 -
CMYK 0 0.13 0.54 0.04
HSL 45.91º 0.88% 0.71% -
HSV(B) 45.91º 0.54% 0.96% -
XYZ 65.34 69.41 25.87 -
YUV 212.76 72.27 151.71 -
System Red Green Blue C M Y K H S L
Decimal 246 215 114 0 0.13 0.54 0.04 45.91 0.88 0.71
Hex F6 D7 72 0 D 36 4 2E 58 47
Octal 366 327 162 0 15 66 4 56 130 107
Binary 11110110 11010111 1110010 0 1101 110110 100 101110 1011000 1000111

Color Harmonies of #F6D772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6D772

Black with #F6D772

Text Example


Text Example

White with #F6D772

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6D772; }

 p { color: rgb(246,215,114); }

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

background-color css

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

 a { background-color: rgb(246,215,114); }

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

border-color css

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

 span { border-color: rgb(246,215,114); }

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