#F6C8A1

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

Shades of Negroni #F6C8A1

Tints of Negroni #F6C8A1

Color information

#F6C8A1 (or 0xF6C8A1) is unknown color: approx Negroni. HEX triplet: F6, C8 and A1. RGB value is (246,200,161). Sum of RGB (Red+Green+Blue) = 246+200+161=607 (80% of max value = 765). Red value is 246 (96.48% from 255 or 40.53% from 607); Green value is 200 (78.52% from 255 or 32.95% from 607); Blue value is 161 (63.28% from 255 or 26.52% from 607); Max value from RGB is 246 - color contains mainly: red. Hex color #F6C8A1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6C8A1 is #09375E. Grayscale: #D1D1D1. Windows color (decimal): -603999 or 10602742. OLE color: 10602742.

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

Color convert

RGB246200161-
CMYK00.190.350.04
HSL27.53º82.52%79.8%-
HSV(B)27.53º34.55%96.47%-
XYZ65.0963.4742.54-
YUV209.31100.74154.17-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 40.53%
GREEN value IS 200 (78.52% from 255) = 32.95%
BLUE value IS 161 (63.28% from 255) = 26.52%
R=40.53%
G=32.95%
B=26.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.35
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24620016100.190.350.0427.5382.5279.8
HexF6C8A10132341c5350
Octal36631024102343434123120
Binary1111011011001000101000010100111000111001110010100111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6C8A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6C8A1; }

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

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

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

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

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

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

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

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