#F2DE6C

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

Shades of Sweet Corn #F2DE6C

Tints of Sweet Corn #F2DE6C

Color information

#F2DE6C (or 0xF2DE6C) is unknown color: approx Sweet Corn. HEX triplet: F2, DE and 6C. RGB value is (242,222,108). Sum of RGB (Red+Green+Blue) = 242+222+108=572 (75% of max value = 765). Red value is 242 (94.92% from 255 or 42.31% from 572); Green value is 222 (87.11% from 255 or 38.81% from 572); Blue value is 108 (42.58% from 255 or 18.88% from 572); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DE6C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2DE6C is #0D2193. Grayscale: #D7D7D7. Windows color (decimal): -860564 or 7134962. OLE color: 7134962.

HSL color Cylindrical-coordinate representation of color #F2DE6C: hue angle of 51.04º degrees, saturation: 0.84, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F2DE6C is Cyan = 0, Magento = 0.08, Yellow = 0.55 and Black (K on CMYK) = 0.05.

Color convert

RGB242222108-
CMYK00.080.550.05
HSL51.04º83.75%68.63%-
HSV(B)51.04º55.37%94.9%-
XYZ65.4572.224.67-
YUV214.9867.63147.27-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 42.31%
GREEN value IS 222 (87.11% from 255) = 38.81%
BLUE value IS 108 (42.58% from 255) = 18.88%
R=42.31%
G=38.81%
B=18.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.55
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24222210800.080.550.0551.0483.7568.63
HexF2DE6C08375335445
Octal36233615401067563124105
Binary111100101101111011011000100011011110111001110101001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2DE6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2DE6C; }

 p { color: rgb(242,222,108); }

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

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

 a { background-color: rgb(242,222,108); }

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

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

 span { border-color: rgb(242,222,108); }

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