#F1C858

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

Shades of Cream Can #F1C858

Tints of Cream Can #F1C858

Color information

#F1C858 (or 0xF1C858) is unknown color: approx Cream Can. HEX triplet: F1, C8 and 58. RGB value is (241,200,88). Sum of RGB (Red+Green+Blue) = 241+200+88=529 (70% of max value = 765). Red value is 241 (94.53% from 255 or 45.56% from 529); Green value is 200 (78.52% from 255 or 37.81% from 529); Blue value is 88 (34.77% from 255 or 16.64% from 529); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C858 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1C858 is #0E37A7. Grayscale: #C7C7C7. Windows color (decimal): -931752 or 5818609. OLE color: 5818609.

HSL color Cylindrical-coordinate representation of color #F1C858: hue angle of 43.92º degrees, saturation: 0.85, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F1C858 is Cyan = 0, Magento = 0.17, Yellow = 0.63 and Black (K on CMYK) = 0.05.

Color convert

RGB24120088-
CMYK00.170.630.05
HSL43.92º84.53%64.51%-
HSV(B)43.92º63.49%94.51%-
XYZ58.6960.7117.86-
YUV199.4965.08157.61-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 45.56%
GREEN value IS 200 (78.52% from 255) = 37.81%
BLUE value IS 88 (34.77% from 255) = 16.64%
R=45.56%
G=37.81%
B=16.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.63
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2412008800.170.630.0543.9284.5364.51
HexF1C8580113F52c5541
Octal36131013002177554125101
Binary1111000111001000101100001000111111110110110010101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1C858

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1C858; }

 p { color: rgb(241,200,88); }

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

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

 a { background-color: rgb(241,200,88); }

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

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

 span { border-color: rgb(241,200,88); }

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