Shades of Salomie #FFD874
Tints of Salomie #FFD874
RGB
CMYK
RGB Variations
Color information
#FFD874 (or 0xFFD874) is known color: Salomie. HEX triplet: FF, D8 and 74. RGB value is (255,216,116). Sum of RGB (Red+Green+Blue) = 255+216+116=587 (77% of max value = 765). Red value is 255 (100% from 255 or 43.44% from 587); Green value is 216 (84.77% from 255 or 36.80% from 587); Blue value is 116 (45.70% from 255 or 19.76% from 587); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD874 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFD874 is #00278B. Grayscale: #D8D8D8. Windows color (decimal): -10124 or 7657727. OLE color: 7657727.
HSL color Cylindrical-coordinate representation of color #FFD874: hue angle of 43.17º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FFD874 is Cyan = 0, Magento = 0.15, Yellow = 0.55 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 216 | 116 | - |
| CMYK | 0 | 0.15 | 0.55 | 0 |
| HSL | 43.17º | 1% | 0.73% | - |
| HSV(B) | 43.17º | 0.55% | 1% | - |
| XYZ | 68.95 | 71.63 | 26.72 | - |
| YUV | 216.26 | 71.42 | 155.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 216 | 116 | 0 | 0.15 | 0.55 | 0 | 43.17 | 1 | 0.73 |
| Hex | FF | D8 | 74 | 0 | F | 37 | 0 | 2B | 64 | 49 |
| Octal | 377 | 330 | 164 | 0 | 17 | 67 | 0 | 53 | 144 | 111 |
| Binary | 11111111 | 11011000 | 1110100 | 0 | 1111 | 110111 | 0 | 101011 | 1100100 | 1001001 |
Color Harmonies of #FFD874
Complementary color
Monochromatic Colors of #FFD874
Black with #FFD874
Text Example
Text Example
White with #FFD874
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD874; }
p { color: rgb(255,216,116); }
H1.HeaderClassName
{
color: #FFD874;
}
.AnyTagClassName
{
color: #FFD874;
}
</style>
background-color css
<style>
a { background-color: #FFD874; }
a { background-color: rgb(255,216,116); }
div.DivClassName
{
background-color: #FFD874;
}
.BgClassName
{
background-color: #FFD874;
}
</style>
border-color css
<style>
span { border-color: #FFD874; }
span { border-color: rgb(255,216,116); }
td.TdClassName
{
border-color: #FFD874;
}
.TagClassName
{
border-color: #FFD874;
}
</style>