#F6BC4F

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

Shades of Cream Can #F6BC4F

Tints of Cream Can #F6BC4F

Color information

#F6BC4F (or 0xF6BC4F) is unknown color: approx Cream Can. HEX triplet: F6, BC and 4F. RGB value is (246,188,79). Sum of RGB (Red+Green+Blue) = 246+188+79=513 (67% of max value = 765). Red value is 246 (96.48% from 255 or 47.95% from 513); Green value is 188 (73.83% from 255 or 36.65% from 513); Blue value is 79 (31.25% from 255 or 15.40% from 513); Max value from RGB is 246 - color contains mainly: red. Hex color #F6BC4F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F6BC4F is #0943B0. Grayscale: #C1C1C1. Windows color (decimal): -607153 or 5225718. OLE color: 5225718.

HSL color Cylindrical-coordinate representation of color #F6BC4F: hue angle of 39.16º 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 #F6BC4F is Cyan = 0, Magento = 0.24, Yellow = 0.68 and Black (K on CMYK) = 0.04.

Color convert

RGB24618879-
CMYK00.240.680.04
HSL39.16º90.27%63.73%-
HSV(B)39.16º67.89%96.47%-
XYZ57.456.1215.2-
YUV192.9263.72165.86-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 47.95%
GREEN value IS 188 (73.83% from 255) = 36.65%
BLUE value IS 79 (31.25% from 255) = 15.40%
R=47.95%
G=36.65%
B=15.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.68
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2461887900.240.680.0439.1690.2763.73
HexF6BC4F018444275a40
Octal366274117030104447132100
Binary11110110101111001001111011000100010010010011110110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6BC4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6BC4F; }

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

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

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

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

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

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

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

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