#F6BB4C

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

Shades of Cream Can #F6BB4C

Tints of Cream Can #F6BB4C

Color information

#F6BB4C (or 0xF6BB4C) is unknown color: approx Cream Can. HEX triplet: F6, BB and 4C. RGB value is (246,187,76). Sum of RGB (Red+Green+Blue) = 246+187+76=509 (67% of max value = 765). Red value is 246 (96.48% from 255 or 48.33% from 509); Green value is 187 (73.44% from 255 or 36.74% from 509); Blue value is 76 (30.08% from 255 or 14.93% from 509); Max value from RGB is 246 - color contains mainly: red. Hex color #F6BB4C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F6BB4C is #0944B3. Grayscale: #C0C0C0. Windows color (decimal): -607412 or 5028854. OLE color: 5028854.

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

Color convert

RGB24618776-
CMYK00.240.690.04
HSL39.18º90.43%63.14%-
HSV(B)39.18º69.11%96.47%-
XYZ57.0855.6614.57-
YUV191.9962.55166.53-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 48.33%
GREEN value IS 187 (73.44% from 255) = 36.74%
BLUE value IS 76 (30.08% from 255) = 14.93%
R=48.33%
G=36.74%
B=14.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.69
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2461877600.240.690.0439.1890.4363.14
HexF6BB4C018454275a3f
Octal36627311403010544713277
Binary1111011010111011100110001100010001011001001111011010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6BB4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6BB4C; }

 p { color: rgb(246,187,76); }

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

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

 a { background-color: rgb(246,187,76); }

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

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

 span { border-color: rgb(246,187,76); }

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