#F6C353

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

Shades of Cream Can #F6C353

Tints of Cream Can #F6C353

Color information

#F6C353 (or 0xF6C353) is unknown color: approx Cream Can. HEX triplet: F6, C3 and 53. RGB value is (246,195,83). Sum of RGB (Red+Green+Blue) = 246+195+83=524 (69% of max value = 765). Red value is 246 (96.48% from 255 or 46.95% from 524); Green value is 195 (76.56% from 255 or 37.21% from 524); Blue value is 83 (32.81% from 255 or 15.84% from 524); Max value from RGB is 246 - color contains mainly: red. Hex color #F6C353 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F6C353 is #093CAC. Grayscale: #C5C5C5. Windows color (decimal): -605357 or 5489654. OLE color: 5489654.

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

Color convert

RGB24619583-
CMYK00.210.660.04
HSL41.23º90.06%64.51%-
HSV(B)41.23º66.26%96.47%-
XYZ59.0859.2516.51-
YUV197.4863.4162.61-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 46.95%
GREEN value IS 195 (76.56% from 255) = 37.21%
BLUE value IS 83 (32.81% from 255) = 15.84%
R=46.95%
G=37.21%
B=15.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.66
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2461958300.210.660.0441.2390.0664.51
HexF6C353015424295a41
Octal366303123025102451132101
Binary11110110110000111010011010101100001010010100110110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6C353

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6C353; }

 p { color: rgb(246,195,83); }

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

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

 a { background-color: rgb(246,195,83); }

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

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

 span { border-color: rgb(246,195,83); }

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