Shades of Negroni #F3C29A
Tints of Negroni #F3C29A
RGB
CMYK
RGB Variations
Color information
#F3C29A (or 0xF3C29A) is known color: Negroni. HEX triplet: F3, C2 and 9A. RGB value is (243,194,154). Sum of RGB (Red+Green+Blue) = 243+194+154=591 (78% of max value = 765). Red value is 243 (95.31% from 255 or 41.12% from 591); Green value is 194 (76.17% from 255 or 32.83% from 591); Blue value is 154 (60.55% from 255 or 26.06% from 591); Max value from RGB is 243 - color contains mainly: red. Hex color #F3C29A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F3C29A is #0C3D65. Grayscale: #CCCCCC. Windows color (decimal): -802150 or 10142451. OLE color: 10142451.
HSL color Cylindrical-coordinate representation of color #F3C29A: hue angle of 26.97º degrees, saturation: 0.79, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F3C29A is Cyan = 0, Magento = 0.20, Yellow = 0.37 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 194 | 154 | - |
| CMYK | 0 | 0.20 | 0.37 | 0.05 |
| HSL | 26.97º | 0.79% | 0.78% | - |
| HSV(B) | 26.97º | 0.37% | 0.95% | - |
| XYZ | 62.09 | 59.97 | 38.88 | - |
| YUV | 204.09 | 99.73 | 155.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 194 | 154 | 0 | 0.20 | 0.37 | 0.05 | 26.97 | 0.79 | 0.78 |
| Hex | F3 | C2 | 9A | 0 | 14 | 25 | 5 | 1B | 4F | 4E |
| Octal | 363 | 302 | 232 | 0 | 24 | 45 | 5 | 33 | 117 | 116 |
| Binary | 11110011 | 11000010 | 10011010 | 0 | 10100 | 100101 | 101 | 11011 | 1001111 | 1001110 |
Color Harmonies of #F3C29A
Complementary color
Monochromatic Colors of #F3C29A
Black with #F3C29A
Text Example
Text Example
White with #F3C29A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3C29A; }
p { color: rgb(243,194,154); }
H1.HeaderClassName
{
color: #F3C29A;
}
.AnyTagClassName
{
color: #F3C29A;
}
</style>
background-color css
<style>
a { background-color: #F3C29A; }
a { background-color: rgb(243,194,154); }
div.DivClassName
{
background-color: #F3C29A;
}
.BgClassName
{
background-color: #F3C29A;
}
</style>
border-color css
<style>
span { border-color: #F3C29A; }
span { border-color: rgb(243,194,154); }
td.TdClassName
{
border-color: #F3C29A;
}
.TagClassName
{
border-color: #F3C29A;
}
</style>