#F0DF66

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

Shades of Sweet Corn #F0DF66

Tints of Sweet Corn #F0DF66

Color information

#F0DF66 (or 0xF0DF66) is unknown color: approx Sweet Corn. HEX triplet: F0, DF and 66. RGB value is (240,223,102). Sum of RGB (Red+Green+Blue) = 240+223+102=565 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.48% from 565); Green value is 223 (87.5% from 255 or 39.47% from 565); Blue value is 102 (40.23% from 255 or 18.05% from 565); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DF66 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0DF66 is #0F2099. Grayscale: #D6D6D6. Windows color (decimal): -991386 or 6742000. OLE color: 6742000.

HSL color Cylindrical-coordinate representation of color #F0DF66: hue angle of 52.61º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F0DF66 is Cyan = 0, Magento = 0.07, Yellow = 0.58 and Black (K on CMYK) = 0.06.

Color convert

RGB240223102-
CMYK00.070.580.06
HSL52.61º82.14%67.06%-
HSV(B)52.61º57.5%94.12%-
XYZ64.7272.2623.11-
YUV214.2964.63146.34-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 42.48%
GREEN value IS 223 (87.5% from 255) = 39.47%
BLUE value IS 102 (40.23% from 255) = 18.05%
R=42.48%
G=39.47%
B=18.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.58
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24022310200.070.580.0652.6182.1467.06
HexF0DF66073A6355243
Octal3603371460772665122103
Binary11110000110111111100110011111101011011010110100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0DF66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0DF66; }

 p { color: rgb(240,223,102); }

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

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

 a { background-color: rgb(240,223,102); }

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

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

 span { border-color: rgb(240,223,102); }

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