Shades of Negroni #F5C49A
Tints of Negroni #F5C49A
RGB
CMYK
RGB Variations
Color information
#F5C49A (or 0xF5C49A) is known color: Negroni. HEX triplet: F5, C4 and 9A. RGB value is (245,196,154). Sum of RGB (Red+Green+Blue) = 245+196+154=595 (78% of max value = 765). Red value is 245 (96.09% from 255 or 41.18% from 595); Green value is 196 (76.95% from 255 or 32.94% from 595); Blue value is 154 (60.55% from 255 or 25.88% from 595); Max value from RGB is 245 - color contains mainly: red. Hex color #F5C49A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5C49A is #0A3B65. Grayscale: #CECECE. Windows color (decimal): -670566 or 10142965. OLE color: 10142965.
HSL color Cylindrical-coordinate representation of color #F5C49A: hue angle of 27.69º 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 #F5C49A is Cyan = 0, Magento = 0.2, Yellow = 0.37 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 196 | 154 | - |
| CMYK | 0 | 0.2 | 0.37 | 0.04 |
| HSL | 27.69º | 0.82% | 0.78% | - |
| HSV(B) | 27.69º | 0.37% | 0.96% | - |
| XYZ | 63.23 | 61.23 | 39.06 | - |
| YUV | 205.86 | 98.73 | 155.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 196 | 154 | 0 | 0.2 | 0.37 | 0.04 | 27.69 | 0.82 | 0.78 |
| Hex | F5 | C4 | 9A | 0 | 14 | 25 | 4 | 1C | 52 | 4E |
| Octal | 365 | 304 | 232 | 0 | 24 | 45 | 4 | 34 | 122 | 116 |
| Binary | 11110101 | 11000100 | 10011010 | 0 | 10100 | 100101 | 100 | 11100 | 1010010 | 1001110 |
Color Harmonies of #F5C49A
Complementary color
Monochromatic Colors of #F5C49A
Black with #F5C49A
Text Example
Text Example
White with #F5C49A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5C49A; }
p { color: rgb(245,196,154); }
H1.HeaderClassName
{
color: #F5C49A;
}
.AnyTagClassName
{
color: #F5C49A;
}
</style>
background-color css
<style>
a { background-color: #F5C49A; }
a { background-color: rgb(245,196,154); }
div.DivClassName
{
background-color: #F5C49A;
}
.BgClassName
{
background-color: #F5C49A;
}
</style>
border-color css
<style>
span { border-color: #F5C49A; }
span { border-color: rgb(245,196,154); }
td.TdClassName
{
border-color: #F5C49A;
}
.TagClassName
{
border-color: #F5C49A;
}
</style>