#F5C45C

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

Shades of Cream Can #F5C45C

Tints of Cream Can #F5C45C

Color information

#F5C45C (or 0xF5C45C) is unknown color: approx Cream Can. HEX triplet: F5, C4 and 5C. RGB value is (245,196,92). Sum of RGB (Red+Green+Blue) = 245+196+92=533 (70% of max value = 765). Red value is 245 (96.09% from 255 or 45.97% from 533); Green value is 196 (76.95% from 255 or 36.77% from 533); Blue value is 92 (36.33% from 255 or 17.26% from 533); Max value from RGB is 245 - color contains mainly: red. Hex color #F5C45C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5C45C is #0A3BA3. Grayscale: #C7C7C7. Windows color (decimal): -670628 or 6079733. OLE color: 6079733.

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

Color convert

RGB24519692-
CMYK00.20.620.04
HSL40.78º88.44%66.08%-
HSV(B)40.78º62.45%96.08%-
XYZ59.3359.6718.51-
YUV198.867.73160.96-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 45.97%
GREEN value IS 196 (76.95% from 255) = 36.77%
BLUE value IS 92 (36.33% from 255) = 17.26%
R=45.97%
G=36.77%
B=17.26%

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
Decimal2451969200.20.620.0440.7888.4466.08
HexF5C45C0143E4295842
Octal36530413402476451130102
Binary1111010111000100101110001010011111010010100110110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5C45C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5C45C; }

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

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

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

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

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

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

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

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