#F6C9A1

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

Shades of Negroni #F6C9A1

Tints of Negroni #F6C9A1

Color information

#F6C9A1 (or 0xF6C9A1) is unknown color: approx Negroni. HEX triplet: F6, C9 and A1. RGB value is (246,201,161). Sum of RGB (Red+Green+Blue) = 246+201+161=608 (80% of max value = 765). Red value is 246 (96.48% from 255 or 40.46% from 608); Green value is 201 (78.91% from 255 or 33.06% from 608); Blue value is 161 (63.28% from 255 or 26.48% from 608); Max value from RGB is 246 - color contains mainly: red. Hex color #F6C9A1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6C9A1 is #09365E. Grayscale: #D2D2D2. Windows color (decimal): -603743 or 10602998. OLE color: 10602998.

HSL color Cylindrical-coordinate representation of color #F6C9A1: hue angle of 28.24º degrees, saturation: 0.83, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F6C9A1 is Cyan = 0, Magento = 0.18, Yellow = 0.35 and Black (K on CMYK) = 0.04.

Color convert

RGB246201161-
CMYK00.180.350.04
HSL28.24º82.52%79.8%-
HSV(B)28.24º34.55%96.47%-
XYZ65.3363.9442.62-
YUV209.9100.41153.75-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 40.46%
GREEN value IS 201 (78.91% from 255) = 33.06%
BLUE value IS 161 (63.28% from 255) = 26.48%
R=40.46%
G=33.06%
B=26.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.35
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24620116100.180.350.0428.2482.5279.8
HexF6C9A10122341c5350
Octal36631124102243434123120
Binary1111011011001001101000010100101000111001110010100111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6C9A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6C9A1; }

 p { color: rgb(246,201,161); }

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

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

 a { background-color: rgb(246,201,161); }

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

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

 span { border-color: rgb(246,201,161); }

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