Shades of Romantic #F8C093
Tints of Romantic #F8C093
RGB
CMYK
RGB Variations
Color information
#F8C093 (or 0xF8C093) is known color: Romantic. HEX triplet: F8, C0 and 93. RGB value is (248,192,147). Sum of RGB (Red+Green+Blue) = 248+192+147=587 (77% of max value = 765). Red value is 248 (97.27% from 255 or 42.25% from 587); Green value is 192 (75.39% from 255 or 32.71% from 587); Blue value is 147 (57.81% from 255 or 25.04% from 587); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C093 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8C093 is #073F6C. Grayscale: #CBCBCB. Windows color (decimal): -474989 or 9683192. OLE color: 9683192.
HSL color Cylindrical-coordinate representation of color #F8C093: hue angle of 26.73º degrees, saturation: 0.88, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F8C093 is Cyan = 0, Magento = 0.23, Yellow = 0.41 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 192 | 147 | - |
| CMYK | 0 | 0.23 | 0.41 | 0.03 |
| HSL | 26.73º | 0.88% | 0.77% | - |
| HSV(B) | 26.73º | 0.41% | 0.97% | - |
| XYZ | 62.83 | 59.76 | 35.83 | - |
| YUV | 203.61 | 96.05 | 159.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 192 | 147 | 0 | 0.23 | 0.41 | 0.03 | 26.73 | 0.88 | 0.77 |
| Hex | F8 | C0 | 93 | 0 | 17 | 29 | 3 | 1B | 58 | 4D |
| Octal | 370 | 300 | 223 | 0 | 27 | 51 | 3 | 33 | 130 | 115 |
| Binary | 11111000 | 11000000 | 10010011 | 0 | 10111 | 101001 | 11 | 11011 | 1011000 | 1001101 |
Color Harmonies of #F8C093
Complementary color
Monochromatic Colors of #F8C093
Black with #F8C093
Text Example
Text Example
White with #F8C093
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8C093; }
p { color: rgb(248,192,147); }
H1.HeaderClassName
{
color: #F8C093;
}
.AnyTagClassName
{
color: #F8C093;
}
</style>
background-color css
<style>
a { background-color: #F8C093; }
a { background-color: rgb(248,192,147); }
div.DivClassName
{
background-color: #F8C093;
}
.BgClassName
{
background-color: #F8C093;
}
</style>
border-color css
<style>
span { border-color: #F8C093; }
span { border-color: rgb(248,192,147); }
td.TdClassName
{
border-color: #F8C093;
}
.TagClassName
{
border-color: #F8C093;
}
</style>