#F6C79E

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

Shades of Negroni #F6C79E

Tints of Negroni #F6C79E

Color information

#F6C79E (or 0xF6C79E) is unknown color: approx Negroni. HEX triplet: F6, C7 and 9E. RGB value is (246,199,158). Sum of RGB (Red+Green+Blue) = 246+199+158=603 (79% of max value = 765). Red value is 246 (96.48% from 255 or 40.80% from 603); Green value is 199 (78.12% from 255 or 33.00% from 603); Blue value is 158 (62.11% from 255 or 26.20% from 603); Max value from RGB is 246 - color contains mainly: red. Hex color #F6C79E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6C79E is #093861. Grayscale: #D0D0D0. Windows color (decimal): -604258 or 10405878. OLE color: 10405878.

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

Color convert

RGB246199158-
CMYK00.190.360.04
HSL27.95º83.02%79.22%-
HSV(B)27.95º35.77%96.47%-
XYZ64.662.9141.09-
YUV208.3899.57154.83-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 40.80%
GREEN value IS 199 (78.12% from 255) = 33.00%
BLUE value IS 158 (62.11% from 255) = 26.20%
R=40.80%
G=33.00%
B=26.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.36
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24619915800.190.360.0427.9583.0279.22
HexF6C79E0132441c534f
Octal36630723602344434123117
Binary1111011011000111100111100100111001001001110010100111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6C79E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6C79E; }

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

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

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

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

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

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

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

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