Shades of Romantic #F5C199
Tints of Romantic #F5C199
RGB
CMYK
RGB Variations
Color information
#F5C199 (or 0xF5C199) is known color: Romantic. HEX triplet: F5, C1 and 99. RGB value is (245,193,153). Sum of RGB (Red+Green+Blue) = 245+193+153=591 (78% of max value = 765). Red value is 245 (96.09% from 255 or 41.46% from 591); Green value is 193 (75.78% from 255 or 32.66% from 591); Blue value is 153 (60.16% from 255 or 25.89% from 591); Max value from RGB is 245 - color contains mainly: red. Hex color #F5C199 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5C199 is #0A3E66. Grayscale: #CCCCCC. Windows color (decimal): -671335 or 10076661. OLE color: 10076661.
HSL color Cylindrical-coordinate representation of color #F5C199: hue angle of 26.09º degrees, saturation: 0.82, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F5C199 is Cyan = 0, Magento = 0.21, Yellow = 0.38 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 193 | 153 | - |
| CMYK | 0 | 0.21 | 0.38 | 0.04 |
| HSL | 26.09º | 0.82% | 0.78% | - |
| HSV(B) | 26.09º | 0.38% | 0.96% | - |
| XYZ | 62.48 | 59.85 | 38.4 | - |
| YUV | 203.99 | 99.23 | 157.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 193 | 153 | 0 | 0.21 | 0.38 | 0.04 | 26.09 | 0.82 | 0.78 |
| Hex | F5 | C1 | 99 | 0 | 15 | 26 | 4 | 1A | 52 | 4E |
| Octal | 365 | 301 | 231 | 0 | 25 | 46 | 4 | 32 | 122 | 116 |
| Binary | 11110101 | 11000001 | 10011001 | 0 | 10101 | 100110 | 100 | 11010 | 1010010 | 1001110 |
Color Harmonies of #F5C199
Complementary color
Monochromatic Colors of #F5C199
Black with #F5C199
Text Example
Text Example
White with #F5C199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5C199; }
p { color: rgb(245,193,153); }
H1.HeaderClassName
{
color: #F5C199;
}
.AnyTagClassName
{
color: #F5C199;
}
</style>
background-color css
<style>
a { background-color: #F5C199; }
a { background-color: rgb(245,193,153); }
div.DivClassName
{
background-color: #F5C199;
}
.BgClassName
{
background-color: #F5C199;
}
</style>
border-color css
<style>
span { border-color: #F5C199; }
span { border-color: rgb(245,193,153); }
td.TdClassName
{
border-color: #F5C199;
}
.TagClassName
{
border-color: #F5C199;
}
</style>