#F6BF54

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

Shades of Cream Can #F6BF54

Tints of Cream Can #F6BF54

Color information

#F6BF54 (or 0xF6BF54) is unknown color: approx Cream Can. HEX triplet: F6, BF and 54. RGB value is (246,191,84). Sum of RGB (Red+Green+Blue) = 246+191+84=521 (69% of max value = 765). Red value is 246 (96.48% from 255 or 47.22% from 521); Green value is 191 (75% from 255 or 36.66% from 521); Blue value is 84 (33.20% from 255 or 16.12% from 521); Max value from RGB is 246 - color contains mainly: red. Hex color #F6BF54 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F6BF54 is #0940AB. Grayscale: #C3C3C3. Windows color (decimal): -606380 or 5554166. OLE color: 5554166.

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

Color convert

RGB24619184-
CMYK00.220.660.04
HSL39.63º90%64.71%-
HSV(B)39.63º65.85%96.47%-
XYZ58.2457.4916.42-
YUV195.2565.22164.2-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 47.22%
GREEN value IS 191 (75% from 255) = 36.66%
BLUE value IS 84 (33.20% from 255) = 16.12%
R=47.22%
G=36.66%
B=16.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.66
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2461918400.220.660.0439.639064.71
HexF6BF54016424285a41
Octal366277124026102450132101
Binary11110110101111111010100010110100001010010100010110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6BF54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6BF54; }

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

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

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

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

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

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

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

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