Shades of Salomie #FDD870
Tints of Salomie #FDD870
RGB
CMYK
RGB Variations
Color information
#FDD870 (or 0xFDD870) is known color: Salomie. HEX triplet: FD, D8 and 70. RGB value is (253,216,112). Sum of RGB (Red+Green+Blue) = 253+216+112=581 (76% of max value = 765). Red value is 253 (99.22% from 255 or 43.55% from 581); Green value is 216 (84.77% from 255 or 37.18% from 581); Blue value is 112 (44.14% from 255 or 19.28% from 581); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD870 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDD870 is #02278F. Grayscale: #D7D7D7. Windows color (decimal): -141200 or 7395581. OLE color: 7395581.
HSL color Cylindrical-coordinate representation of color #FDD870: hue angle of 44.26º degrees, saturation: 0.97, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FDD870 is Cyan = 0, Magento = 0.15, Yellow = 0.56 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 216 | 112 | - |
| CMYK | 0 | 0.15 | 0.56 | 0.01 |
| HSL | 44.26º | 0.97% | 0.72% | - |
| HSV(B) | 44.26º | 0.56% | 0.99% | - |
| XYZ | 67.99 | 71.16 | 25.48 | - |
| YUV | 215.21 | 69.76 | 154.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 216 | 112 | 0 | 0.15 | 0.56 | 0.01 | 44.26 | 0.97 | 0.72 |
| Hex | FD | D8 | 70 | 0 | F | 38 | 1 | 2C | 61 | 48 |
| Octal | 375 | 330 | 160 | 0 | 17 | 70 | 1 | 54 | 141 | 110 |
| Binary | 11111101 | 11011000 | 1110000 | 0 | 1111 | 111000 | 1 | 101100 | 1100001 | 1001000 |
Color Harmonies of #FDD870
Complementary color
Monochromatic Colors of #FDD870
Black with #FDD870
Text Example
Text Example
White with #FDD870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD870; }
p { color: rgb(253,216,112); }
H1.HeaderClassName
{
color: #FDD870;
}
.AnyTagClassName
{
color: #FDD870;
}
</style>
background-color css
<style>
a { background-color: #FDD870; }
a { background-color: rgb(253,216,112); }
div.DivClassName
{
background-color: #FDD870;
}
.BgClassName
{
background-color: #FDD870;
}
</style>
border-color css
<style>
span { border-color: #FDD870; }
span { border-color: rgb(253,216,112); }
td.TdClassName
{
border-color: #FDD870;
}
.TagClassName
{
border-color: #FDD870;
}
</style>