Shades of Salomie #FFD47F
Tints of Salomie #FFD47F
RGB
CMYK
RGB Variations
Color information
#FFD47F (or 0xFFD47F) is known color: Salomie. HEX triplet: FF, D4 and 7F. RGB value is (255,212,127). Sum of RGB (Red+Green+Blue) = 255+212+127=594 (78% of max value = 765). Red value is 255 (100% from 255 or 42.93% from 594); Green value is 212 (83.20% from 255 or 35.69% from 594); Blue value is 127 (50% from 255 or 21.38% from 594); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD47F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFD47F is #002B80. Grayscale: #D7D7D7. Windows color (decimal): -11137 or 8377599. OLE color: 8377599.
HSL color Cylindrical-coordinate representation of color #FFD47F: hue angle of 39.84º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FFD47F is Cyan = 0, Magento = 0.17, Yellow = 0.50 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 212 | 127 | - |
| CMYK | 0 | 0.17 | 0.50 | 0 |
| HSL | 39.84º | 1% | 0.75% | - |
| HSV(B) | 39.84º | 0.5% | 1% | - |
| XYZ | 68.61 | 69.88 | 29.95 | - |
| YUV | 215.17 | 78.25 | 156.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 212 | 127 | 0 | 0.17 | 0.50 | 0 | 39.84 | 1 | 0.75 |
| Hex | FF | D4 | 7F | 0 | 11 | 32 | 0 | 28 | 64 | 4B |
| Octal | 377 | 324 | 177 | 0 | 21 | 62 | 0 | 50 | 144 | 113 |
| Binary | 11111111 | 11010100 | 1111111 | 0 | 10001 | 110010 | 0 | 101000 | 1100100 | 1001011 |
Color Harmonies of #FFD47F
Complementary color
Monochromatic Colors of #FFD47F
Black with #FFD47F
Text Example
Text Example
White with #FFD47F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD47F; }
p { color: rgb(255,212,127); }
H1.HeaderClassName
{
color: #FFD47F;
}
.AnyTagClassName
{
color: #FFD47F;
}
</style>
background-color css
<style>
a { background-color: #FFD47F; }
a { background-color: rgb(255,212,127); }
div.DivClassName
{
background-color: #FFD47F;
}
.BgClassName
{
background-color: #FFD47F;
}
</style>
border-color css
<style>
span { border-color: #FFD47F; }
span { border-color: rgb(255,212,127); }
td.TdClassName
{
border-color: #FFD47F;
}
.TagClassName
{
border-color: #FFD47F;
}
</style>