#F2C252

Color #F2C252 Cream Can (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cream Can #F2C252

Tints of Cream Can #F2C252

Color information

#F2C252 (or 0xF2C252) is unknown color: approx Cream Can. HEX triplet: F2, C2 and 52. RGB value is (242,194,82). Sum of RGB (Red+Green+Blue) = 242+194+82=518 (68% of max value = 765). Red value is 242 (94.92% from 255 or 46.72% from 518); Green value is 194 (76.17% from 255 or 37.45% from 518); Blue value is 82 (32.42% from 255 or 15.83% from 518); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C252 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2C252 is #0D3DAD. Grayscale: #C4C4C4. Windows color (decimal): -867758 or 5423858. OLE color: 5423858.

HSL color Cylindrical-coordinate representation of color #F2C252: hue angle of 42º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F2C252 is Cyan = 0, Magento = 0.20, Yellow = 0.66 and Black (K on CMYK) = 0.05.

Color convert

RGB24219482-
CMYK00.200.660.05
HSL42º86.02%63.53%-
HSV(B)42º66.12%94.9%-
XYZ57.4358.0716.16-
YUV195.5863.9161.11-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 46.72%
GREEN value IS 194 (76.17% from 255) = 37.45%
BLUE value IS 82 (32.42% from 255) = 15.83%
R=46.72%
G=37.45%
B=15.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.66
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2421948200.200.660.054286.0263.53
HexF2C2520144252a5640
Octal362302122024102552126100
Binary11110010110000101010010010100100001010110101010101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2C252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2C252; }

 p { color: rgb(242,194,82); }

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

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

 a { background-color: rgb(242,194,82); }

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

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

 span { border-color: rgb(242,194,82); }

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