#F1C149

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

Shades of Cream Can #F1C149

Tints of Cream Can #F1C149

Color information

#F1C149 (or 0xF1C149) is unknown color: approx Cream Can. HEX triplet: F1, C1 and 49. RGB value is (241,193,73). Sum of RGB (Red+Green+Blue) = 241+193+73=507 (67% of max value = 765). Red value is 241 (94.53% from 255 or 47.53% from 507); Green value is 193 (75.78% from 255 or 38.07% from 507); Blue value is 73 (28.91% from 255 or 14.40% from 507); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C149 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F1C149 is #0E3EB6. Grayscale: #C2C2C2. Windows color (decimal): -933559 or 4833777. OLE color: 4833777.

HSL color Cylindrical-coordinate representation of color #F1C149: hue angle of 42.86º degrees, saturation: 0.86, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F1C149 is Cyan = 0, Magento = 0.20, Yellow = 0.70 and Black (K on CMYK) = 0.05.

Color convert

RGB24119373-
CMYK00.200.700.05
HSL42.86º85.71%61.57%-
HSV(B)42.86º69.71%94.51%-
XYZ56.5557.3214.39-
YUV193.6759.9161.76-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 47.53%
GREEN value IS 193 (75.78% from 255) = 38.07%
BLUE value IS 73 (28.91% from 255) = 14.40%
R=47.53%
G=38.07%
B=14.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.70
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2411937300.200.700.0542.8685.7161.57
HexF1C1490144652b563e
Octal36130111102410655312676
Binary1111000111000001100100101010010001101011010111010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1C149

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1C149; }

 p { color: rgb(241,193,73); }

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

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

 a { background-color: rgb(241,193,73); }

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

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

 span { border-color: rgb(241,193,73); }

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