#F5BA48

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

Shades of Cream Can #F5BA48

Tints of Cream Can #F5BA48

Color information

#F5BA48 (or 0xF5BA48) is unknown color: approx Cream Can. HEX triplet: F5, BA and 48. RGB value is (245,186,72). Sum of RGB (Red+Green+Blue) = 245+186+72=503 (66% of max value = 765). Red value is 245 (96.09% from 255 or 48.71% from 503); Green value is 186 (73.05% from 255 or 36.98% from 503); Blue value is 72 (28.52% from 255 or 14.31% from 503); Max value from RGB is 245 - color contains mainly: red. Hex color #F5BA48 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F5BA48 is #0A45B7. Grayscale: #BFBFBF. Windows color (decimal): -673208 or 4766453. OLE color: 4766453.

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

Color convert

RGB24518672-
CMYK00.240.710.04
HSL39.54º89.64%62.16%-
HSV(B)39.54º70.61%96.08%-
XYZ56.385513.77-
YUV190.6461.05166.77-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 48.71%
GREEN value IS 186 (73.05% from 255) = 36.98%
BLUE value IS 72 (28.52% from 255) = 14.31%
R=48.71%
G=36.98%
B=14.31%

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
Decimal2451867200.240.710.0439.5489.6462.16
HexF5BA48018474285a3e
Octal36527211003010745013276
Binary1111010110111010100100001100010001111001010001011010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5BA48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5BA48; }

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

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

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

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

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

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

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

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