#F6C99E

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

Shades of Negroni #F6C99E

Tints of Negroni #F6C99E

Color information

#F6C99E (or 0xF6C99E) is unknown color: approx Negroni. HEX triplet: F6, C9 and 9E. RGB value is (246,201,158). Sum of RGB (Red+Green+Blue) = 246+201+158=605 (80% of max value = 765). Red value is 246 (96.48% from 255 or 40.66% from 605); Green value is 201 (78.91% from 255 or 33.22% from 605); Blue value is 158 (62.11% from 255 or 26.12% from 605); Max value from RGB is 246 - color contains mainly: red. Hex color #F6C99E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6C99E is #093661. Grayscale: #D1D1D1. Windows color (decimal): -603746 or 10406390. OLE color: 10406390.

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

Color convert

RGB246201158-
CMYK00.180.360.04
HSL29.32º83.02%79.22%-
HSV(B)29.32º35.77%96.47%-
XYZ65.0663.8341.24-
YUV209.5598.91154-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 40.66%
GREEN value IS 201 (78.91% from 255) = 33.22%
BLUE value IS 158 (62.11% from 255) = 26.12%
R=40.66%
G=33.22%
B=26.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.36
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24620115800.180.360.0429.3283.0279.22
HexF6C99E0122441d534f
Octal36631123602244435123117
Binary1111011011001001100111100100101001001001110110100111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6C99E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6C99E; }

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

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

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

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

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

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

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

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