#F2D875

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

Shades of Sweet Corn #F2D875

Tints of Sweet Corn #F2D875

Color information

#F2D875 (or 0xF2D875) is unknown color: approx Sweet Corn. HEX triplet: F2, D8 and 75. RGB value is (242,216,117). Sum of RGB (Red+Green+Blue) = 242+216+117=575 (76% of max value = 765). Red value is 242 (94.92% from 255 or 42.09% from 575); Green value is 216 (84.77% from 255 or 37.57% from 575); Blue value is 117 (46.09% from 255 or 20.35% from 575); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D875 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2D875 is #0D278A. Grayscale: #D4D4D4. Windows color (decimal): -862091 or 7723250. OLE color: 7723250.

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

Color convert

RGB242216117-
CMYK00.110.520.05
HSL47.52º82.78%70.39%-
HSV(B)47.52º51.65%94.9%-
XYZ64.3869.2726.81-
YUV212.4974.11149.05-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 42.09%
GREEN value IS 216 (84.77% from 255) = 37.57%
BLUE value IS 117 (46.09% from 255) = 20.35%
R=42.09%
G=37.57%
B=20.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.52
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24221611700.110.520.0547.5282.7870.39
HexF2D8750B345305346
Octal36233016501364560123106
Binary111100101101100011101010101111010010111000010100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2D875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2D875; }

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

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

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

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

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

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

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

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