#F1C49E

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

Shades of Negroni #F1C49E

Tints of Negroni #F1C49E

Color information

#F1C49E (or 0xF1C49E) is unknown color: approx Negroni. HEX triplet: F1, C4 and 9E. RGB value is (241,196,158). Sum of RGB (Red+Green+Blue) = 241+196+158=595 (78% of max value = 765). Red value is 241 (94.53% from 255 or 40.50% from 595); Green value is 196 (76.95% from 255 or 32.94% from 595); Blue value is 158 (62.11% from 255 or 26.55% from 595); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C49E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1C49E is #0E3B61. Grayscale: #CDCDCD. Windows color (decimal): -932706 or 10405105. OLE color: 10405105.

HSL color Cylindrical-coordinate representation of color #F1C49E: hue angle of 27.47º 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 #F1C49E is Cyan = 0, Magento = 0.19, Yellow = 0.34 and Black (K on CMYK) = 0.05.

Color convert

RGB241196158-
CMYK00.190.340.05
HSL27.47º74.77%78.24%-
HSV(B)27.47º34.44%94.51%-
XYZ62.1960.6540.78-
YUV205.12101.41153.59-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 40.50%
GREEN value IS 196 (76.95% from 255) = 32.94%
BLUE value IS 158 (62.11% from 255) = 26.55%
R=40.50%
G=32.94%
B=26.55%

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
Decimal24119615800.190.340.0527.4774.7778.24
HexF1C49E0132251b4b4e
Octal36130423602342533113116
Binary1111000111000100100111100100111000101011101110010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1C49E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1C49E; }

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

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

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

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

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

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

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

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