#F6C69F

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

Shades of Negroni #F6C69F

Tints of Negroni #F6C69F

Color information

#F6C69F (or 0xF6C69F) is unknown color: approx Negroni. HEX triplet: F6, C6 and 9F. RGB value is (246,198,159). Sum of RGB (Red+Green+Blue) = 246+198+159=603 (79% of max value = 765). Red value is 246 (96.48% from 255 or 40.80% from 603); Green value is 198 (77.73% from 255 or 32.84% from 603); Blue value is 159 (62.5% from 255 or 26.37% from 603); Max value from RGB is 246 - color contains mainly: red. Hex color #F6C69F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6C69F is #093960. Grayscale: #D0D0D0. Windows color (decimal): -604513 or 10471158. OLE color: 10471158.

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

Color convert

RGB246198159-
CMYK00.200.350.04
HSL26.9º82.86%79.41%-
HSV(B)26.9º35.37%96.47%-
XYZ64.4662.4841.46-
YUV207.91100.4155.17-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 40.80%
GREEN value IS 198 (77.73% from 255) = 32.84%
BLUE value IS 159 (62.5% from 255) = 26.37%
R=40.80%
G=32.84%
B=26.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.35
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24619815900.200.350.0426.982.8679.41
HexF6C69F0142341b534f
Octal36630623702443433123117
Binary1111011011000110100111110101001000111001101110100111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6C69F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6C69F; }

 p { color: rgb(246,198,159); }

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

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

 a { background-color: rgb(246,198,159); }

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

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

 span { border-color: rgb(246,198,159); }

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