#F2D972

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

Shades of Sweet Corn #F2D972

Tints of Sweet Corn #F2D972

Color information

#F2D972 (or 0xF2D972) is unknown color: approx Sweet Corn. HEX triplet: F2, D9 and 72. RGB value is (242,217,114). Sum of RGB (Red+Green+Blue) = 242+217+114=573 (75% of max value = 765). Red value is 242 (94.92% from 255 or 42.23% from 573); Green value is 217 (85.16% from 255 or 37.87% from 573); Blue value is 114 (44.92% from 255 or 19.90% from 573); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D972 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2D972 is #0D268D. Grayscale: #D5D5D5. Windows color (decimal): -861838 or 7526898. OLE color: 7526898.

HSL color Cylindrical-coordinate representation of color #F2D972: hue angle of 48.28º 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 #F2D972 is Cyan = 0, Magento = 0.10, Yellow = 0.53 and Black (K on CMYK) = 0.05.

Color convert

RGB242217114-
CMYK00.100.530.05
HSL48.28º83.12%69.8%-
HSV(B)48.28º52.89%94.9%-
XYZ64.4769.7225.98-
YUV212.7372.28148.88-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 42.23%
GREEN value IS 217 (85.16% from 255) = 37.87%
BLUE value IS 114 (44.92% from 255) = 19.90%
R=42.23%
G=37.87%
B=19.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.53
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24221711400.100.530.0548.2883.1269.8
HexF2D9720A355305346
Octal36233116201265560123106
Binary111100101101100111100100101011010110111000010100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2D972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2D972; }

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

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

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

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

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

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

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

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