#F2DC69

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

Shades of Sweet Corn #F2DC69

Tints of Sweet Corn #F2DC69

Color information

#F2DC69 (or 0xF2DC69) is unknown color: approx Sweet Corn. HEX triplet: F2, DC and 69. RGB value is (242,220,105). Sum of RGB (Red+Green+Blue) = 242+220+105=567 (75% of max value = 765). Red value is 242 (94.92% from 255 or 42.68% from 567); Green value is 220 (86.33% from 255 or 38.80% from 567); Blue value is 105 (41.41% from 255 or 18.52% from 567); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DC69 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2DC69 is #0D2396. Grayscale: #D5D5D5. Windows color (decimal): -861079 or 6937842. OLE color: 6937842.

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

Color convert

RGB242220105-
CMYK00.090.570.05
HSL50.36º84.05%68.04%-
HSV(B)50.36º56.61%94.9%-
XYZ64.7671.0823.67-
YUV213.4766.79148.35-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 42.68%
GREEN value IS 220 (86.33% from 255) = 38.80%
BLUE value IS 105 (41.41% from 255) = 18.52%
R=42.68%
G=38.80%
B=18.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.57
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24222010500.090.570.0550.3684.0568.04
HexF2DC6909395325444
Octal36233415101171562124104
Binary111100101101110011010010100111100110111001010101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2DC69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2DC69; }

 p { color: rgb(242,220,105); }

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

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

 a { background-color: rgb(242,220,105); }

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

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

 span { border-color: rgb(242,220,105); }

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