#F6BC47

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

Shades of Cream Can #F6BC47

Tints of Cream Can #F6BC47

Color information

#F6BC47 (or 0xF6BC47) is unknown color: approx Cream Can. HEX triplet: F6, BC and 47. RGB value is (246,188,71). Sum of RGB (Red+Green+Blue) = 246+188+71=505 (66% of max value = 765). Red value is 246 (96.48% from 255 or 48.71% from 505); Green value is 188 (73.83% from 255 or 37.23% from 505); Blue value is 71 (28.12% from 255 or 14.06% from 505); Max value from RGB is 246 - color contains mainly: red. Hex color #F6BC47 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F6BC47 is #0943B8. Grayscale: #C0C0C0. Windows color (decimal): -607161 or 4701430. OLE color: 4701430.

HSL color Cylindrical-coordinate representation of color #F6BC47: hue angle of 40.11º degrees, saturation: 0.91, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F6BC47 is Cyan = 0, Magento = 0.24, Yellow = 0.71 and Black (K on CMYK) = 0.04.

Color convert

RGB24618871-
CMYK00.240.710.04
HSL40.11º90.67%62.16%-
HSV(B)40.11º71.14%96.47%-
XYZ57.1356.0113.76-
YUV19259.72166.51-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 48.71%
GREEN value IS 188 (73.83% from 255) = 37.23%
BLUE value IS 71 (28.12% from 255) = 14.06%
R=48.71%
G=37.23%
B=14.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.71
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2461887100.240.710.0440.1190.6762.16
HexF6BC47018474285b3e
Octal36627410703010745013376
Binary1111011010111100100011101100010001111001010001011011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6BC47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6BC47; }

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

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

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

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

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

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

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

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