#F5BB48

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

Shades of Cream Can #F5BB48

Tints of Cream Can #F5BB48

Color information

#F5BB48 (or 0xF5BB48) is unknown color: approx Cream Can. HEX triplet: F5, BB and 48. RGB value is (245,187,72). Sum of RGB (Red+Green+Blue) = 245+187+72=504 (66% of max value = 765). Red value is 245 (96.09% from 255 or 48.61% from 504); Green value is 187 (73.44% from 255 or 37.10% from 504); Blue value is 72 (28.52% from 255 or 14.29% from 504); Max value from RGB is 245 - color contains mainly: red. Hex color #F5BB48 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F5BB48 is #0A44B7. Grayscale: #BFBFBF. Windows color (decimal): -672952 or 4766709. OLE color: 4766709.

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

Color convert

RGB24518772-
CMYK00.240.710.04
HSL39.88º89.64%62.16%-
HSV(B)39.88º70.61%96.08%-
XYZ56.655.4213.85-
YUV191.2360.72166.35-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 48.61%
GREEN value IS 187 (73.44% from 255) = 37.10%
BLUE value IS 72 (28.52% from 255) = 14.29%
R=48.61%
G=37.10%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.71
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2451877200.240.710.0439.8889.6462.16
HexF5BB48018474285a3e
Octal36527311003010745013276
Binary1111010110111011100100001100010001111001010001011010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5BB48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5BB48; }

 p { color: rgb(245,187,72); }

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

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

 a { background-color: rgb(245,187,72); }

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

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

 span { border-color: rgb(245,187,72); }

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