#F5BF54

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

Shades of Cream Can #F5BF54

Tints of Cream Can #F5BF54

Color information

#F5BF54 (or 0xF5BF54) is unknown color: approx Cream Can. HEX triplet: F5, BF and 54. RGB value is (245,191,84). Sum of RGB (Red+Green+Blue) = 245+191+84=520 (68% of max value = 765). Red value is 245 (96.09% from 255 or 47.12% from 520); Green value is 191 (75% from 255 or 36.73% from 520); Blue value is 84 (33.20% from 255 or 16.15% from 520); Max value from RGB is 245 - color contains mainly: red. Hex color #F5BF54 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5BF54 is #0A40AB. Grayscale: #C3C3C3. Windows color (decimal): -671916 or 5554165. OLE color: 5554165.

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

Color convert

RGB24519184-
CMYK00.220.660.04
HSL39.88º88.95%64.51%-
HSV(B)39.88º65.71%96.08%-
XYZ57.8957.3116.4-
YUV194.9565.39163.7-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 47.12%
GREEN value IS 191 (75% from 255) = 36.73%
BLUE value IS 84 (33.20% from 255) = 16.15%
R=47.12%
G=36.73%
B=16.15%

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
Decimal2451918400.220.660.0439.8888.9564.51
HexF5BF54016424285941
Octal365277124026102450131101
Binary11110101101111111010100010110100001010010100010110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5BF54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5BF54; }

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

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

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

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

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

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

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

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