#F6DD78

Color #F6DD78 Sweet Corn (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sweet Corn #F6DD78

Tints of Sweet Corn #F6DD78

Color information

#F6DD78 (or 0xF6DD78) is unknown color: approx Sweet Corn. HEX triplet: F6, DD and 78. RGB value is (246,221,120). Sum of RGB (Red+Green+Blue) = 246+221+120=587 (77% of max value = 765). Red value is 246 (96.48% from 255 or 41.91% from 587); Green value is 221 (86.72% from 255 or 37.65% from 587); Blue value is 120 (47.27% from 255 or 20.44% from 587); Max value from RGB is 246 - color contains mainly: red. Hex color #F6DD78 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F6DD78 is #092287. Grayscale: #D9D9D9. Windows color (decimal): -598664 or 7921142. OLE color: 7921142.

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

Color convert

RGB246221120-
CMYK00.100.510.04
HSL48.1º87.5%71.76%-
HSV(B)48.1º51.22%96.47%-
XYZ67.2572.6628.25-
YUV216.9673.28148.71-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 41.91%
GREEN value IS 221 (86.72% from 255) = 37.65%
BLUE value IS 120 (47.27% from 255) = 20.44%
R=41.91%
G=37.65%
B=20.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.51
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24622112000.100.510.0448.187.571.76
HexF6DD780A334305848
Octal36633517001263460130110
Binary111101101101110111110000101011001110011000010110001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6DD78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6DD78; }

 p { color: rgb(246,221,120); }

 H1.HeaderClassName
 {
   color: #F6DD78;
 }
 .AnyTagClassName
 {
   color: #F6DD78;
 }
</style>
background-color css

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

 a { background-color: rgb(246,221,120); }

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

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

 span { border-color: rgb(246,221,120); }

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