#F1C49F

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

Shades of Negroni #F1C49F

Tints of Negroni #F1C49F

Color information

#F1C49F (or 0xF1C49F) is unknown color: approx Negroni. HEX triplet: F1, C4 and 9F. RGB value is (241,196,159). Sum of RGB (Red+Green+Blue) = 241+196+159=596 (78% of max value = 765). Red value is 241 (94.53% from 255 or 40.44% from 596); Green value is 196 (76.95% from 255 or 32.89% from 596); Blue value is 159 (62.5% from 255 or 26.68% from 596); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C49F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1C49F is #0E3B60. Grayscale: #CDCDCD. Windows color (decimal): -932705 or 10470641. OLE color: 10470641.

HSL color Cylindrical-coordinate representation of color #F1C49F: hue angle of 27.07º degrees, saturation: 0.75, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #F1C49F is Cyan = 0, Magento = 0.19, Yellow = 0.34 and Black (K on CMYK) = 0.05.

Color convert

RGB241196159-
CMYK00.190.340.05
HSL27.07º74.55%78.43%-
HSV(B)27.07º34.02%94.51%-
XYZ62.2760.6841.23-
YUV205.24101.91153.51-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 40.44%
GREEN value IS 196 (76.95% from 255) = 32.89%
BLUE value IS 159 (62.5% from 255) = 26.68%
R=40.44%
G=32.89%
B=26.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.34
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24119615900.190.340.0527.0774.5578.43
HexF1C49F0132251b4b4e
Octal36130423702342533113116
Binary1111000111000100100111110100111000101011101110010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1C49F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1C49F; }

 p { color: rgb(241,196,159); }

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

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

 a { background-color: rgb(241,196,159); }

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

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

 span { border-color: rgb(241,196,159); }

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