#F2C152

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

Shades of Cream Can #F2C152

Tints of Cream Can #F2C152

Color information

#F2C152 (or 0xF2C152) is unknown color: approx Cream Can. HEX triplet: F2, C1 and 52. RGB value is (242,193,82). Sum of RGB (Red+Green+Blue) = 242+193+82=517 (68% of max value = 765). Red value is 242 (94.92% from 255 or 46.81% from 517); Green value is 193 (75.78% from 255 or 37.33% from 517); Blue value is 82 (32.42% from 255 or 15.86% from 517); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C152 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2C152 is #0D3EAD. Grayscale: #C3C3C3. Windows color (decimal): -868014 or 5423602. OLE color: 5423602.

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

Color convert

RGB24219382-
CMYK00.200.660.05
HSL41.62º86.02%63.53%-
HSV(B)41.62º66.12%94.9%-
XYZ57.2157.6316.09-
YUV19564.23161.53-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 46.81%
GREEN value IS 193 (75.78% from 255) = 37.33%
BLUE value IS 82 (32.42% from 255) = 15.86%
R=46.81%
G=37.33%
B=15.86%

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
Decimal2421938200.200.660.0541.6286.0263.53
HexF2C1520144252a5640
Octal362301122024102552126100
Binary11110010110000011010010010100100001010110101010101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2C152

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2C152; }

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

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

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

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

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

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

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

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