#F6C64F

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

Shades of Cream Can #F6C64F

Tints of Cream Can #F6C64F

Color information

#F6C64F (or 0xF6C64F) is unknown color: approx Cream Can. HEX triplet: F6, C6 and 4F. RGB value is (246,198,79). Sum of RGB (Red+Green+Blue) = 246+198+79=523 (69% of max value = 765). Red value is 246 (96.48% from 255 or 47.04% from 523); Green value is 198 (77.73% from 255 or 37.86% from 523); Blue value is 79 (31.25% from 255 or 15.11% from 523); Max value from RGB is 246 - color contains mainly: red. Hex color #F6C64F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F6C64F is #0939B0. Grayscale: #C7C7C7. Windows color (decimal): -604593 or 5228278. OLE color: 5228278.

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

Color convert

RGB24619879-
CMYK00.200.680.04
HSL42.75º90.27%63.73%-
HSV(B)42.75º67.89%96.47%-
XYZ59.6160.5515.94-
YUV198.7960.4161.68-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 47.04%
GREEN value IS 198 (77.73% from 255) = 37.86%
BLUE value IS 79 (31.25% from 255) = 15.11%
R=47.04%
G=37.86%
B=15.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.68
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2461987900.200.680.0442.7590.2763.73
HexF6C64F0144442b5a40
Octal366306117024104453132100
Binary11110110110001101001111010100100010010010101110110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6C64F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6C64F; }

 p { color: rgb(246,198,79); }

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

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

 a { background-color: rgb(246,198,79); }

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

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

 span { border-color: rgb(246,198,79); }

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