#F5C45D

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

Shades of Cream Can #F5C45D

Tints of Cream Can #F5C45D

Color information

#F5C45D (or 0xF5C45D) is unknown color: approx Cream Can. HEX triplet: F5, C4 and 5D. RGB value is (245,196,93). Sum of RGB (Red+Green+Blue) = 245+196+93=534 (70% of max value = 765). Red value is 245 (96.09% from 255 or 45.88% from 534); Green value is 196 (76.95% from 255 or 36.70% from 534); Blue value is 93 (36.72% from 255 or 17.42% from 534); Max value from RGB is 245 - color contains mainly: red. Hex color #F5C45D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5C45D is #0A3BA2. Grayscale: #C7C7C7. Windows color (decimal): -670627 or 6145269. OLE color: 6145269.

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

Color convert

RGB24519693-
CMYK00.20.620.04
HSL40.66º88.37%66.27%-
HSV(B)40.66º62.04%96.08%-
XYZ59.3759.6818.75-
YUV198.9168.23160.88-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 45.88%
GREEN value IS 196 (76.95% from 255) = 36.70%
BLUE value IS 93 (36.72% from 255) = 17.42%
R=45.88%
G=36.70%
B=17.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.62
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2451969300.20.620.0440.6688.3766.27
HexF5C45D0143E4295842
Octal36530413502476451130102
Binary1111010111000100101110101010011111010010100110110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5C45D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5C45D; }

 p { color: rgb(245,196,93); }

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

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

 a { background-color: rgb(245,196,93); }

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

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

 span { border-color: rgb(245,196,93); }

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