Shades of Salomie #F8D078
Tints of Salomie #F8D078
RGB
CMYK
RGB Variations
Color information
#F8D078 (or 0xF8D078) is known color: Salomie. HEX triplet: F8, D0 and 78. RGB value is (248,208,120). Sum of RGB (Red+Green+Blue) = 248+208+120=576 (76% of max value = 765). Red value is 248 (97.27% from 255 or 43.06% from 576); Green value is 208 (81.64% from 255 or 36.11% from 576); Blue value is 120 (47.27% from 255 or 20.83% from 576); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D078 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8D078 is #072F87. Grayscale: #D2D2D2. Windows color (decimal): -470920 or 7917816. OLE color: 7917816.
HSL color Cylindrical-coordinate representation of color #F8D078: hue angle of 41.25º degrees, saturation: 0.9, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F8D078 is Cyan = 0, Magento = 0.16, Yellow = 0.52 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 208 | 120 | - |
| CMYK | 0 | 0.16 | 0.52 | 0.03 |
| HSL | 41.25º | 0.9% | 0.72% | - |
| HSV(B) | 41.25º | 0.52% | 0.97% | - |
| XYZ | 64.66 | 66.42 | 27.18 | - |
| YUV | 209.93 | 77.25 | 155.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 208 | 120 | 0 | 0.16 | 0.52 | 0.03 | 41.25 | 0.9 | 0.72 |
| Hex | F8 | D0 | 78 | 0 | 10 | 34 | 3 | 29 | 5A | 48 |
| Octal | 370 | 320 | 170 | 0 | 20 | 64 | 3 | 51 | 132 | 110 |
| Binary | 11111000 | 11010000 | 1111000 | 0 | 10000 | 110100 | 11 | 101001 | 1011010 | 1001000 |
Color Harmonies of #F8D078
Complementary color
Monochromatic Colors of #F8D078
Black with #F8D078
Text Example
Text Example
White with #F8D078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8D078; }
p { color: rgb(248,208,120); }
H1.HeaderClassName
{
color: #F8D078;
}
.AnyTagClassName
{
color: #F8D078;
}
</style>
background-color css
<style>
a { background-color: #F8D078; }
a { background-color: rgb(248,208,120); }
div.DivClassName
{
background-color: #F8D078;
}
.BgClassName
{
background-color: #F8D078;
}
</style>
border-color css
<style>
span { border-color: #F8D078; }
span { border-color: rgb(248,208,120); }
td.TdClassName
{
border-color: #F8D078;
}
.TagClassName
{
border-color: #F8D078;
}
</style>