#F1C64D

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

Shades of Cream Can #F1C64D

Tints of Cream Can #F1C64D

Color information

#F1C64D (or 0xF1C64D) is unknown color: approx Cream Can. HEX triplet: F1, C6 and 4D. RGB value is (241,198,77). Sum of RGB (Red+Green+Blue) = 241+198+77=516 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.71% from 516); Green value is 198 (77.73% from 255 or 38.37% from 516); Blue value is 77 (30.47% from 255 or 14.92% from 516); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C64D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1C64D is #0E39B2. Grayscale: #C5C5C5. Windows color (decimal): -932275 or 5097201. OLE color: 5097201.

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

Color convert

RGB24119877-
CMYK00.180.680.05
HSL44.27º85.42%62.35%-
HSV(B)44.27º68.05%94.51%-
XYZ57.8159.6215.48-
YUV197.0660.25159.34-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 46.71%
GREEN value IS 198 (77.73% from 255) = 38.37%
BLUE value IS 77 (30.47% from 255) = 14.92%
R=46.71%
G=38.37%
B=14.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.68
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2411987700.180.680.0544.2785.4262.35
HexF1C64D0124452c553e
Octal36130611502210455412576
Binary1111000111000110100110101001010001001011011001010101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1C64D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1C64D; }

 p { color: rgb(241,198,77); }

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

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

 a { background-color: rgb(241,198,77); }

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

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

 span { border-color: rgb(241,198,77); }

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