#f2d872

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

Shades of Sweet Corn #F2D872

Tints of Sweet Corn #F2D872

Color information

#F2D872 (or 0xF2D872) is unknown color: approx Sweet Corn. HEX triplet: F2, D8 and 72. RGB value is (242,216,114). Sum of RGB (Red+Green+Blue) = 242+216+114=572 (75% of max value = 765). Red value is 242 (94.92% from 255 or 42.31% from 572); Green value is 216 (84.77% from 255 or 37.76% from 572); Blue value is 114 (44.92% from 255 or 19.93% from 572); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D872 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2D872 is #0D278D. Grayscale: #D4D4D4. Windows color (decimal): -862094 or 7526642. OLE color: 7526642.

HSL color Cylindrical-coordinate representation of color #F2D872: hue angle of 47.81º degrees, saturation: 0.83, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F2D872 is Cyan = 0, Magento = 0.11, Yellow = 0.53 and Black (K on CMYK) = 0.05.

Color convert

RGB242216114-
CMYK00.110.530.05
HSL47.81º83.12%69.8%-
HSV(B)47.81º52.89%94.9%-
XYZ64.2169.225.89-
YUV212.1572.61149.29-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 42.31%
GREEN value IS 216 (84.77% from 255) = 37.76%
BLUE value IS 114 (44.92% from 255) = 19.93%
R=42.31%
G=37.76%
B=19.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.53
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24221611400.110.530.0547.8183.1269.8
HexF2D8720B355305346
Octal36233016201365560123106
Binary111100101101100011100100101111010110111000010100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f2d872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f2d872; }

 p { color: rgb(242,216,114); }

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

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

 a { background-color: rgb(242,216,114); }

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

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

 span { border-color: rgb(242,216,114); }

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