#F5BE55

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

Shades of Cream Can #F5BE55

Tints of Cream Can #F5BE55

Color information

#F5BE55 (or 0xF5BE55) is unknown color: approx Cream Can. HEX triplet: F5, BE and 55. RGB value is (245,190,85). Sum of RGB (Red+Green+Blue) = 245+190+85=520 (68% of max value = 765). Red value is 245 (96.09% from 255 or 47.12% from 520); Green value is 190 (74.61% from 255 or 36.54% from 520); Blue value is 85 (33.59% from 255 or 16.35% from 520); Max value from RGB is 245 - color contains mainly: red. Hex color #F5BE55 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5BE55 is #0A41AA. Grayscale: #C2C2C2. Windows color (decimal): -672171 or 5619445. OLE color: 5619445.

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

Color convert

RGB24519085-
CMYK00.220.650.04
HSL39.38º88.89%64.71%-
HSV(B)39.38º65.31%96.08%-
XYZ57.7156.916.53-
YUV194.4766.22164.04-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 47.12%
GREEN value IS 190 (74.61% from 255) = 36.54%
BLUE value IS 85 (33.59% from 255) = 16.35%
R=47.12%
G=36.54%
B=16.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.65
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2451908500.220.650.0439.3888.8964.71
HexF5BE55016414275941
Octal365276125026101447131101
Binary11110101101111101010101010110100000110010011110110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5BE55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5BE55; }

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

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

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

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

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

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

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

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