#F5C79D

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

Shades of Negroni #F5C79D

Tints of Negroni #F5C79D

Color information

#F5C79D (or 0xF5C79D) is unknown color: approx Negroni. HEX triplet: F5, C7 and 9D. RGB value is (245,199,157). Sum of RGB (Red+Green+Blue) = 245+199+157=601 (79% of max value = 765). Red value is 245 (96.09% from 255 or 40.77% from 601); Green value is 199 (78.12% from 255 or 33.11% from 601); Blue value is 157 (61.72% from 255 or 26.12% from 601); Max value from RGB is 245 - color contains mainly: red. Hex color #F5C79D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5C79D is #0A3862. Grayscale: #D0D0D0. Windows color (decimal): -669795 or 10340341. OLE color: 10340341.

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

Color convert

RGB245199157-
CMYK00.190.360.04
HSL28.64º81.48%78.82%-
HSV(B)28.64º35.92%96.08%-
XYZ64.1762.6940.62-
YUV207.9799.24154.42-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 40.77%
GREEN value IS 199 (78.12% from 255) = 33.11%
BLUE value IS 157 (61.72% from 255) = 26.12%
R=40.77%
G=33.11%
B=26.12%

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
Decimal24519915700.190.360.0428.6481.4878.82
HexF5C79D0132441d514f
Octal36530723502344435121117
Binary1111010111000111100111010100111001001001110110100011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5C79D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5C79D; }

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

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

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

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

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

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

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

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