Shades of Romantic #F5C19D
Tints of Romantic #F5C19D
RGB
CMYK
RGB Variations
Color information
#F5C19D (or 0xF5C19D) is known color: Romantic. HEX triplet: F5, C1 and 9D. RGB value is (245,193,157). Sum of RGB (Red+Green+Blue) = 245+193+157=595 (78% of max value = 765). Red value is 245 (96.09% from 255 or 41.18% from 595); Green value is 193 (75.78% from 255 or 32.44% from 595); Blue value is 157 (61.72% from 255 or 26.39% from 595); Max value from RGB is 245 - color contains mainly: red. Hex color #F5C19D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5C19D is #0A3E62. Grayscale: #CCCCCC. Windows color (decimal): -671331 or 10338805. OLE color: 10338805.
HSL color Cylindrical-coordinate representation of color #F5C19D: hue angle of 24.55º 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 #F5C19D is Cyan = 0, Magento = 0.21, Yellow = 0.36 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 193 | 157 | - |
| CMYK | 0 | 0.21 | 0.36 | 0.04 |
| HSL | 24.55º | 0.81% | 0.79% | - |
| HSV(B) | 24.55º | 0.36% | 0.96% | - |
| XYZ | 62.81 | 59.99 | 40.17 | - |
| YUV | 204.44 | 101.23 | 156.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 193 | 157 | 0 | 0.21 | 0.36 | 0.04 | 24.55 | 0.81 | 0.79 |
| Hex | F5 | C1 | 9D | 0 | 15 | 24 | 4 | 19 | 51 | 4F |
| Octal | 365 | 301 | 235 | 0 | 25 | 44 | 4 | 31 | 121 | 117 |
| Binary | 11110101 | 11000001 | 10011101 | 0 | 10101 | 100100 | 100 | 11001 | 1010001 | 1001111 |
Color Harmonies of #F5C19D
Complementary color
Monochromatic Colors of #F5C19D
Black with #F5C19D
Text Example
Text Example
White with #F5C19D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5C19D; }
p { color: rgb(245,193,157); }
H1.HeaderClassName
{
color: #F5C19D;
}
.AnyTagClassName
{
color: #F5C19D;
}
</style>
background-color css
<style>
a { background-color: #F5C19D; }
a { background-color: rgb(245,193,157); }
div.DivClassName
{
background-color: #F5C19D;
}
.BgClassName
{
background-color: #F5C19D;
}
</style>
border-color css
<style>
span { border-color: #F5C19D; }
span { border-color: rgb(245,193,157); }
td.TdClassName
{
border-color: #F5C19D;
}
.TagClassName
{
border-color: #F5C19D;
}
</style>