Shades of Negroni #F4C29D
Tints of Negroni #F4C29D
RGB
CMYK
RGB Variations
Color information
#F4C29D (or 0xF4C29D) is known color: Negroni. HEX triplet: F4, C2 and 9D. RGB value is (244,194,157). Sum of RGB (Red+Green+Blue) = 244+194+157=595 (78% of max value = 765). Red value is 244 (95.70% from 255 or 41.01% from 595); Green value is 194 (76.17% from 255 or 32.61% from 595); Blue value is 157 (61.72% from 255 or 26.39% from 595); Max value from RGB is 244 - color contains mainly: red. Hex color #F4C29D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F4C29D is #0B3D62. Grayscale: #CCCCCC. Windows color (decimal): -736611 or 10339060. OLE color: 10339060.
HSL color Cylindrical-coordinate representation of color #F4C29D: hue angle of 25.52º degrees, saturation: 0.8, 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 #F4C29D is Cyan = 0, Magento = 0.20, Yellow = 0.36 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 194 | 157 | - |
| CMYK | 0 | 0.20 | 0.36 | 0.04 |
| HSL | 25.52º | 0.8% | 0.79% | - |
| HSV(B) | 25.52º | 0.36% | 0.96% | - |
| XYZ | 62.69 | 60.25 | 40.22 | - |
| YUV | 204.73 | 101.07 | 156.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 194 | 157 | 0 | 0.20 | 0.36 | 0.04 | 25.52 | 0.8 | 0.79 |
| Hex | F4 | C2 | 9D | 0 | 14 | 24 | 4 | 1A | 50 | 4F |
| Octal | 364 | 302 | 235 | 0 | 24 | 44 | 4 | 32 | 120 | 117 |
| Binary | 11110100 | 11000010 | 10011101 | 0 | 10100 | 100100 | 100 | 11010 | 1010000 | 1001111 |
Color Harmonies of #F4C29D
Complementary color
Monochromatic Colors of #F4C29D
Black with #F4C29D
Text Example
Text Example
White with #F4C29D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4C29D; }
p { color: rgb(244,194,157); }
H1.HeaderClassName
{
color: #F4C29D;
}
.AnyTagClassName
{
color: #F4C29D;
}
</style>
background-color css
<style>
a { background-color: #F4C29D; }
a { background-color: rgb(244,194,157); }
div.DivClassName
{
background-color: #F4C29D;
}
.BgClassName
{
background-color: #F4C29D;
}
</style>
border-color css
<style>
span { border-color: #F4C29D; }
span { border-color: rgb(244,194,157); }
td.TdClassName
{
border-color: #F4C29D;
}
.TagClassName
{
border-color: #F4C29D;
}
</style>