Shades of Salomie #FFD57F
Tints of Salomie #FFD57F
RGB
CMYK
RGB Variations
Color information
#FFD57F (or 0xFFD57F) is known color: Salomie. HEX triplet: FF, D5 and 7F. RGB value is (255,213,127). Sum of RGB (Red+Green+Blue) = 255+213+127=595 (78% of max value = 765). Red value is 255 (100% from 255 or 42.86% from 595); Green value is 213 (83.59% from 255 or 35.80% from 595); Blue value is 127 (50% from 255 or 21.34% from 595); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD57F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFD57F is #002A80. Grayscale: #D8D8D8. Windows color (decimal): -10881 or 8377855. OLE color: 8377855.
HSL color Cylindrical-coordinate representation of color #FFD57F: hue angle of 40.31º 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 #FFD57F is Cyan = 0, Magento = 0.16, Yellow = 0.50 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 213 | 127 | - |
| CMYK | 0 | 0.16 | 0.50 | 0 |
| HSL | 40.31º | 1% | 0.75% | - |
| HSV(B) | 40.31º | 0.5% | 1% | - |
| XYZ | 68.87 | 70.38 | 30.03 | - |
| YUV | 215.75 | 77.91 | 155.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 213 | 127 | 0 | 0.16 | 0.50 | 0 | 40.31 | 1 | 0.75 |
| Hex | FF | D5 | 7F | 0 | 10 | 32 | 0 | 28 | 64 | 4B |
| Octal | 377 | 325 | 177 | 0 | 20 | 62 | 0 | 50 | 144 | 113 |
| Binary | 11111111 | 11010101 | 1111111 | 0 | 10000 | 110010 | 0 | 101000 | 1100100 | 1001011 |
Color Harmonies of #FFD57F
Complementary color
Monochromatic Colors of #FFD57F
Black with #FFD57F
Text Example
Text Example
White with #FFD57F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD57F; }
p { color: rgb(255,213,127); }
H1.HeaderClassName
{
color: #FFD57F;
}
.AnyTagClassName
{
color: #FFD57F;
}
</style>
background-color css
<style>
a { background-color: #FFD57F; }
a { background-color: rgb(255,213,127); }
div.DivClassName
{
background-color: #FFD57F;
}
.BgClassName
{
background-color: #FFD57F;
}
</style>
border-color css
<style>
span { border-color: #FFD57F; }
span { border-color: rgb(255,213,127); }
td.TdClassName
{
border-color: #FFD57F;
}
.TagClassName
{
border-color: #FFD57F;
}
</style>