#F0C557

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

Shades of Cream Can #F0C557

Tints of Cream Can #F0C557

Color information

#F0C557 (or 0xF0C557) is unknown color: approx Cream Can. HEX triplet: F0, C5 and 57. RGB value is (240,197,87). Sum of RGB (Red+Green+Blue) = 240+197+87=524 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.80% from 524); Green value is 197 (77.34% from 255 or 37.60% from 524); Blue value is 87 (34.38% from 255 or 16.60% from 524); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C557 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0C557 is #0F3AA8. Grayscale: #C5C5C5. Windows color (decimal): -998057 or 5752304. OLE color: 5752304.

HSL color Cylindrical-coordinate representation of color #F0C557: hue angle of 43.14º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F0C557 is Cyan = 0, Magento = 0.18, Yellow = 0.64 and Black (K on CMYK) = 0.06.

Color convert

RGB24019787-
CMYK00.180.640.06
HSL43.14º83.61%64.12%-
HSV(B)43.14º63.75%94.12%-
XYZ57.6259.1517.4-
YUV197.3265.75158.44-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 45.80%
GREEN value IS 197 (77.34% from 255) = 37.60%
BLUE value IS 87 (34.38% from 255) = 16.60%
R=45.80%
G=37.60%
B=16.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.64
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2401978700.180.640.0643.1483.6164.12
HexF0C5570124062b5440
Octal360305127022100653124100
Binary11110000110001011010111010010100000011010101110101001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0C557

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0C557; }

 p { color: rgb(240,197,87); }

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

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

 a { background-color: rgb(240,197,87); }

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

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

 span { border-color: rgb(240,197,87); }

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