#F5BE54

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

Shades of Cream Can #F5BE54

Tints of Cream Can #F5BE54

Color information

#F5BE54 (or 0xF5BE54) is unknown color: approx Cream Can. HEX triplet: F5, BE and 54. RGB value is (245,190,84). Sum of RGB (Red+Green+Blue) = 245+190+84=519 (68% of max value = 765). Red value is 245 (96.09% from 255 or 47.21% from 519); Green value is 190 (74.61% from 255 or 36.61% from 519); Blue value is 84 (33.20% from 255 or 16.18% from 519); Max value from RGB is 245 - color contains mainly: red. Hex color #F5BE54 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5BE54 is #0A41AB. Grayscale: #C2C2C2. Windows color (decimal): -672172 or 5553909. OLE color: 5553909.

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

Color convert

RGB24519084-
CMYK00.220.660.04
HSL39.5º88.95%64.51%-
HSV(B)39.5º65.71%96.08%-
XYZ57.6756.8816.33-
YUV194.3665.72164.12-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 47.21%
GREEN value IS 190 (74.61% from 255) = 36.61%
BLUE value IS 84 (33.20% from 255) = 16.18%
R=47.21%
G=36.61%
B=16.18%

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
Decimal2451908400.220.660.0439.588.9564.51
HexF5BE54016424285941
Octal365276124026102450131101
Binary11110101101111101010100010110100001010010100010110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5BE54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5BE54; }

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

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

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

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

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

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

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

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