#F5C559

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

Shades of Cream Can #F5C559

Tints of Cream Can #F5C559

Color information

#F5C559 (or 0xF5C559) is unknown color: approx Cream Can. HEX triplet: F5, C5 and 59. RGB value is (245,197,89). Sum of RGB (Red+Green+Blue) = 245+197+89=531 (70% of max value = 765). Red value is 245 (96.09% from 255 or 46.14% from 531); Green value is 197 (77.34% from 255 or 37.10% from 531); Blue value is 89 (35.16% from 255 or 16.76% from 531); Max value from RGB is 245 - color contains mainly: red. Hex color #F5C559 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5C559 is #0A3AA6. Grayscale: #C7C7C7. Windows color (decimal): -670375 or 5883381. OLE color: 5883381.

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

Color convert

RGB24519789-
CMYK00.200.640.04
HSL41.54º88.64%65.49%-
HSV(B)41.54º63.67%96.08%-
XYZ59.4360.0717.91-
YUV199.0465.9160.78-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 46.14%
GREEN value IS 197 (77.34% from 255) = 37.10%
BLUE value IS 89 (35.16% from 255) = 16.76%
R=46.14%
G=37.10%
B=16.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.64
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2451978900.200.640.0441.5488.6465.49
HexF5C5590144042a5941
Octal365305131024100452131101
Binary11110101110001011011001010100100000010010101010110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5C559

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5C559; }

 p { color: rgb(245,197,89); }

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

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

 a { background-color: rgb(245,197,89); }

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

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

 span { border-color: rgb(245,197,89); }

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