#F6BF4C

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

Shades of Cream Can #F6BF4C

Tints of Cream Can #F6BF4C

Color information

#F6BF4C (or 0xF6BF4C) is unknown color: approx Cream Can. HEX triplet: F6, BF and 4C. RGB value is (246,191,76). Sum of RGB (Red+Green+Blue) = 246+191+76=513 (67% of max value = 765). Red value is 246 (96.48% from 255 or 47.95% from 513); Green value is 191 (75% from 255 or 37.23% from 513); Blue value is 76 (30.08% from 255 or 14.81% from 513); Max value from RGB is 246 - color contains mainly: red. Hex color #F6BF4C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F6BF4C is #0940B3. Grayscale: #C2C2C2. Windows color (decimal): -606388 or 5029878. OLE color: 5029878.

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

Color convert

RGB24619176-
CMYK00.220.690.04
HSL40.59º90.43%63.14%-
HSV(B)40.59º69.11%96.47%-
XYZ57.9457.3814.86-
YUV194.3361.22164.85-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 47.95%
GREEN value IS 191 (75% from 255) = 37.23%
BLUE value IS 76 (30.08% from 255) = 14.81%
R=47.95%
G=37.23%
B=14.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.69
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2461917600.220.690.0440.5990.4363.14
HexF6BF4C016454295a3f
Octal36627711402610545113277
Binary1111011010111111100110001011010001011001010011011010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6BF4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6BF4C; }

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

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

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

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

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

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

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

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