#F2C857

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

Shades of Cream Can #F2C857

Tints of Cream Can #F2C857

Color information

#F2C857 (or 0xF2C857) is unknown color: approx Cream Can. HEX triplet: F2, C8 and 57. RGB value is (242,200,87). Sum of RGB (Red+Green+Blue) = 242+200+87=529 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.75% from 529); Green value is 200 (78.52% from 255 or 37.81% from 529); Blue value is 87 (34.38% from 255 or 16.45% from 529); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C857 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2C857 is #0D37A8. Grayscale: #C8C8C8. Windows color (decimal): -866217 or 5753074. OLE color: 5753074.

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

Color convert

RGB24220087-
CMYK00.170.640.05
HSL43.74º85.64%64.51%-
HSV(B)43.74º64.05%94.9%-
XYZ58.9960.8717.66-
YUV199.6864.41158.19-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 45.75%
GREEN value IS 200 (78.52% from 255) = 37.81%
BLUE value IS 87 (34.38% from 255) = 16.45%
R=45.75%
G=37.81%
B=16.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.64
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2422008700.170.640.0543.7485.6464.51
HexF2C8570114052c5641
Octal362310127021100554126101
Binary11110010110010001010111010001100000010110110010101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2C857

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2C857; }

 p { color: rgb(242,200,87); }

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

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

 a { background-color: rgb(242,200,87); }

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

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

 span { border-color: rgb(242,200,87); }

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