Shades of Salomie #FFD86F
Tints of Salomie #FFD86F
RGB
CMYK
RGB Variations
Color information
#FFD86F (or 0xFFD86F) is known color: Salomie. HEX triplet: FF, D8 and 6F. RGB value is (255,216,111). Sum of RGB (Red+Green+Blue) = 255+216+111=582 (77% of max value = 765). Red value is 255 (100% from 255 or 43.81% from 582); Green value is 216 (84.77% from 255 or 37.11% from 582); Blue value is 111 (43.75% from 255 or 19.07% from 582); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD86F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFD86F is #002790. Grayscale: #D8D8D8. Windows color (decimal): -10129 or 7330047. OLE color: 7330047.
HSL color Cylindrical-coordinate representation of color #FFD86F: hue angle of 43.75º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FFD86F is Cyan = 0, Magento = 0.15, Yellow = 0.56 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 216 | 111 | - |
| CMYK | 0 | 0.15 | 0.56 | 0 |
| HSL | 43.75º | 1% | 0.72% | - |
| HSV(B) | 43.75º | 0.56% | 1% | - |
| XYZ | 68.67 | 71.52 | 25.22 | - |
| YUV | 215.69 | 68.92 | 156.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 216 | 111 | 0 | 0.15 | 0.56 | 0 | 43.75 | 1 | 0.72 |
| Hex | FF | D8 | 6F | 0 | F | 38 | 0 | 2C | 64 | 48 |
| Octal | 377 | 330 | 157 | 0 | 17 | 70 | 0 | 54 | 144 | 110 |
| Binary | 11111111 | 11011000 | 1101111 | 0 | 1111 | 111000 | 0 | 101100 | 1100100 | 1001000 |
Color Harmonies of #FFD86F
Complementary color
Monochromatic Colors of #FFD86F
Black with #FFD86F
Text Example
Text Example
White with #FFD86F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD86F; }
p { color: rgb(255,216,111); }
H1.HeaderClassName
{
color: #FFD86F;
}
.AnyTagClassName
{
color: #FFD86F;
}
</style>
background-color css
<style>
a { background-color: #FFD86F; }
a { background-color: rgb(255,216,111); }
div.DivClassName
{
background-color: #FFD86F;
}
.BgClassName
{
background-color: #FFD86F;
}
</style>
border-color css
<style>
span { border-color: #FFD86F; }
span { border-color: rgb(255,216,111); }
td.TdClassName
{
border-color: #FFD86F;
}
.TagClassName
{
border-color: #FFD86F;
}
</style>