#F5C79F

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

Shades of Negroni #F5C79F

Tints of Negroni #F5C79F

Color information

#F5C79F (or 0xF5C79F) is unknown color: approx Negroni. HEX triplet: F5, C7 and 9F. RGB value is (245,199,159). Sum of RGB (Red+Green+Blue) = 245+199+159=603 (79% of max value = 765). Red value is 245 (96.09% from 255 or 40.63% from 603); Green value is 199 (78.12% from 255 or 33.00% from 603); Blue value is 159 (62.5% from 255 or 26.37% from 603); Max value from RGB is 245 - color contains mainly: red. Hex color #F5C79F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5C79F is #0A3860. Grayscale: #D0D0D0. Windows color (decimal): -669793 or 10471413. OLE color: 10471413.

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

Color convert

RGB245199159-
CMYK00.190.350.04
HSL27.91º81.13%79.22%-
HSV(B)27.91º35.1%96.08%-
XYZ64.3462.7641.52-
YUV208.19100.24154.25-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 40.63%
GREEN value IS 199 (78.12% from 255) = 33.00%
BLUE value IS 159 (62.5% from 255) = 26.37%
R=40.63%
G=33.00%
B=26.37%

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
Decimal24519915900.190.350.0427.9181.1379.22
HexF5C79F0132341c514f
Octal36530723702343434121117
Binary1111010111000111100111110100111000111001110010100011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5C79F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5C79F; }

 p { color: rgb(245,199,159); }

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

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

 a { background-color: rgb(245,199,159); }

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

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

 span { border-color: rgb(245,199,159); }

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