#F6C257

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

Shades of Cream Can #F6C257

Tints of Cream Can #F6C257

Color information

#F6C257 (or 0xF6C257) is unknown color: approx Cream Can. HEX triplet: F6, C2 and 57. RGB value is (246,194,87). Sum of RGB (Red+Green+Blue) = 246+194+87=527 (69% of max value = 765). Red value is 246 (96.48% from 255 or 46.68% from 527); Green value is 194 (76.17% from 255 or 36.81% from 527); Blue value is 87 (34.38% from 255 or 16.51% from 527); Max value from RGB is 246 - color contains mainly: red. Hex color #F6C257 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F6C257 is #093DA8. Grayscale: #C5C5C5. Windows color (decimal): -605609 or 5751542. OLE color: 5751542.

HSL color Cylindrical-coordinate representation of color #F6C257: hue angle of 40.38º degrees, saturation: 0.9, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F6C257 is Cyan = 0, Magento = 0.21, Yellow = 0.65 and Black (K on CMYK) = 0.04.

Color convert

RGB24619487-
CMYK00.210.650.04
HSL40.38º89.83%65.29%-
HSV(B)40.38º64.63%96.47%-
XYZ59.0258.8617.27-
YUV197.3565.73162.7-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 46.68%
GREEN value IS 194 (76.17% from 255) = 36.81%
BLUE value IS 87 (34.38% from 255) = 16.51%
R=46.68%
G=36.81%
B=16.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.65
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2461948700.210.650.0440.3889.8365.29
HexF6C257015414285a41
Octal366302127025101450132101
Binary11110110110000101010111010101100000110010100010110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6C257

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6C257; }

 p { color: rgb(246,194,87); }

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

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

 a { background-color: rgb(246,194,87); }

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

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

 span { border-color: rgb(246,194,87); }

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