Shades of Negroni #F5C99C
Tints of Negroni #F5C99C
RGB
CMYK
RGB Variations
Color information
#F5C99C (or 0xF5C99C) is known color: Negroni. HEX triplet: F5, C9 and 9C. RGB value is (245,201,156). Sum of RGB (Red+Green+Blue) = 245+201+156=602 (79% of max value = 765). Red value is 245 (96.09% from 255 or 40.70% from 602); Green value is 201 (78.91% from 255 or 33.39% from 602); Blue value is 156 (61.33% from 255 or 25.91% from 602); Max value from RGB is 245 - color contains mainly: red. Hex color #F5C99C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5C99C is #0A3663. Grayscale: #D1D1D1. Windows color (decimal): -669284 or 10275317. OLE color: 10275317.
HSL color Cylindrical-coordinate representation of color #F5C99C: hue angle of 30.34º degrees, saturation: 0.82, 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 #F5C99C is Cyan = 0, Magento = 0.18, Yellow = 0.36 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 201 | 156 | - |
| CMYK | 0 | 0.18 | 0.36 | 0.04 |
| HSL | 30.34º | 0.82% | 0.79% | - |
| HSV(B) | 30.34º | 0.36% | 0.96% | - |
| XYZ | 64.54 | 63.59 | 40.32 | - |
| YUV | 209.03 | 98.08 | 153.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 201 | 156 | 0 | 0.18 | 0.36 | 0.04 | 30.34 | 0.82 | 0.79 |
| Hex | F5 | C9 | 9C | 0 | 12 | 24 | 4 | 1E | 52 | 4F |
| Octal | 365 | 311 | 234 | 0 | 22 | 44 | 4 | 36 | 122 | 117 |
| Binary | 11110101 | 11001001 | 10011100 | 0 | 10010 | 100100 | 100 | 11110 | 1010010 | 1001111 |
Color Harmonies of #F5C99C
Complementary color
Monochromatic Colors of #F5C99C
Black with #F5C99C
Text Example
Text Example
White with #F5C99C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5C99C; }
p { color: rgb(245,201,156); }
H1.HeaderClassName
{
color: #F5C99C;
}
.AnyTagClassName
{
color: #F5C99C;
}
</style>
background-color css
<style>
a { background-color: #F5C99C; }
a { background-color: rgb(245,201,156); }
div.DivClassName
{
background-color: #F5C99C;
}
.BgClassName
{
background-color: #F5C99C;
}
</style>
border-color css
<style>
span { border-color: #F5C99C; }
span { border-color: rgb(245,201,156); }
td.TdClassName
{
border-color: #F5C99C;
}
.TagClassName
{
border-color: #F5C99C;
}
</style>