#F6C34D

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

Shades of Cream Can #F6C34D

Tints of Cream Can #F6C34D

Color information

#F6C34D (or 0xF6C34D) is unknown color: approx Cream Can. HEX triplet: F6, C3 and 4D. RGB value is (246,195,77). Sum of RGB (Red+Green+Blue) = 246+195+77=518 (68% of max value = 765). Red value is 246 (96.48% from 255 or 47.49% from 518); Green value is 195 (76.56% from 255 or 37.64% from 518); Blue value is 77 (30.47% from 255 or 14.86% from 518); Max value from RGB is 246 - color contains mainly: red. Hex color #F6C34D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F6C34D is #093CB2. Grayscale: #C5C5C5. Windows color (decimal): -605363 or 5096438. OLE color: 5096438.

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

Color convert

RGB24619577-
CMYK00.210.690.04
HSL41.89º90.37%63.33%-
HSV(B)41.89º68.7%96.47%-
XYZ58.8659.1615.34-
YUV196.860.4163.09-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 47.49%
GREEN value IS 195 (76.56% from 255) = 37.64%
BLUE value IS 77 (30.47% from 255) = 14.86%
R=47.49%
G=37.64%
B=14.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.69
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2461957700.210.690.0441.8990.3763.33
HexF6C34D0154542a5a3f
Octal36630311502510545213277
Binary1111011011000011100110101010110001011001010101011010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6C34D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6C34D; }

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

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

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

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

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

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

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

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