Shades of Negroni #F5C79A
Tints of Negroni #F5C79A
RGB
CMYK
RGB Variations
Color information
#F5C79A (or 0xF5C79A) is known color: Negroni. HEX triplet: F5, C7 and 9A. RGB value is (245,199,154). Sum of RGB (Red+Green+Blue) = 245+199+154=598 (79% of max value = 765). Red value is 245 (96.09% from 255 or 40.97% from 598); Green value is 199 (78.12% from 255 or 33.28% from 598); Blue value is 154 (60.55% from 255 or 25.75% from 598); Max value from RGB is 245 - color contains mainly: red. Hex color #F5C79A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5C79A is #0A3865. Grayscale: #CFCFCF. Windows color (decimal): -669798 or 10143733. OLE color: 10143733.
HSL color Cylindrical-coordinate representation of color #F5C79A: hue angle of 29.67º degrees, saturation: 0.82, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F5C79A is Cyan = 0, Magento = 0.19, Yellow = 0.37 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 199 | 154 | - |
| CMYK | 0 | 0.19 | 0.37 | 0.04 |
| HSL | 29.67º | 0.82% | 0.78% | - |
| HSV(B) | 29.67º | 0.37% | 0.96% | - |
| XYZ | 63.91 | 62.59 | 39.28 | - |
| YUV | 207.62 | 97.74 | 154.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 199 | 154 | 0 | 0.19 | 0.37 | 0.04 | 29.67 | 0.82 | 0.78 |
| Hex | F5 | C7 | 9A | 0 | 13 | 25 | 4 | 1E | 52 | 4E |
| Octal | 365 | 307 | 232 | 0 | 23 | 45 | 4 | 36 | 122 | 116 |
| Binary | 11110101 | 11000111 | 10011010 | 0 | 10011 | 100101 | 100 | 11110 | 1010010 | 1001110 |
Color Harmonies of #F5C79A
Complementary color
Monochromatic Colors of #F5C79A
Black with #F5C79A
Text Example
Text Example
White with #F5C79A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5C79A; }
p { color: rgb(245,199,154); }
H1.HeaderClassName
{
color: #F5C79A;
}
.AnyTagClassName
{
color: #F5C79A;
}
</style>
background-color css
<style>
a { background-color: #F5C79A; }
a { background-color: rgb(245,199,154); }
div.DivClassName
{
background-color: #F5C79A;
}
.BgClassName
{
background-color: #F5C79A;
}
</style>
border-color css
<style>
span { border-color: #F5C79A; }
span { border-color: rgb(245,199,154); }
td.TdClassName
{
border-color: #F5C79A;
}
.TagClassName
{
border-color: #F5C79A;
}
</style>