Shades of Negroni #F5C89D
Tints of Negroni #F5C89D
RGB
CMYK
RGB Variations
Color information
#F5C89D (or 0xF5C89D) is known color: Negroni. HEX triplet: F5, C8 and 9D. RGB value is (245,200,157). Sum of RGB (Red+Green+Blue) = 245+200+157=602 (79% of max value = 765). Red value is 245 (96.09% from 255 or 40.70% from 602); Green value is 200 (78.52% from 255 or 33.22% from 602); Blue value is 157 (61.72% from 255 or 26.08% from 602); Max value from RGB is 245 - color contains mainly: red. Hex color #F5C89D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5C89D is #0A3762. Grayscale: #D0D0D0. Windows color (decimal): -669539 or 10340597. OLE color: 10340597.
HSL color Cylindrical-coordinate representation of color #F5C89D: hue angle of 29.32º 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 #F5C89D is Cyan = 0, Magento = 0.18, Yellow = 0.36 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 200 | 157 | - |
| CMYK | 0 | 0.18 | 0.36 | 0.04 |
| HSL | 29.32º | 0.81% | 0.79% | - |
| HSV(B) | 29.32º | 0.36% | 0.96% | - |
| XYZ | 64.4 | 63.16 | 40.69 | - |
| YUV | 208.55 | 98.91 | 154 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 200 | 157 | 0 | 0.18 | 0.36 | 0.04 | 29.32 | 0.81 | 0.79 |
| Hex | F5 | C8 | 9D | 0 | 12 | 24 | 4 | 1D | 51 | 4F |
| Octal | 365 | 310 | 235 | 0 | 22 | 44 | 4 | 35 | 121 | 117 |
| Binary | 11110101 | 11001000 | 10011101 | 0 | 10010 | 100100 | 100 | 11101 | 1010001 | 1001111 |
Color Harmonies of #F5C89D
Complementary color
Monochromatic Colors of #F5C89D
Black with #F5C89D
Text Example
Text Example
White with #F5C89D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5C89D; }
p { color: rgb(245,200,157); }
H1.HeaderClassName
{
color: #F5C89D;
}
.AnyTagClassName
{
color: #F5C89D;
}
</style>
background-color css
<style>
a { background-color: #F5C89D; }
a { background-color: rgb(245,200,157); }
div.DivClassName
{
background-color: #F5C89D;
}
.BgClassName
{
background-color: #F5C89D;
}
</style>
border-color css
<style>
span { border-color: #F5C89D; }
span { border-color: rgb(245,200,157); }
td.TdClassName
{
border-color: #F5C89D;
}
.TagClassName
{
border-color: #F5C89D;
}
</style>