Shades of Salomie #FDD87A
Tints of Salomie #FDD87A
RGB
CMYK
RGB Variations
Color information
#FDD87A (or 0xFDD87A) is known color: Salomie. HEX triplet: FD, D8 and 7A. RGB value is (253,216,122). Sum of RGB (Red+Green+Blue) = 253+216+122=591 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.81% from 591); Green value is 216 (84.77% from 255 or 36.55% from 591); Blue value is 122 (48.05% from 255 or 20.64% from 591); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD87A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDD87A is #022785. Grayscale: #D8D8D8. Windows color (decimal): -141190 or 8050941. OLE color: 8050941.
HSL color Cylindrical-coordinate representation of color #FDD87A: hue angle of 43.05º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FDD87A is Cyan = 0, Magento = 0.15, Yellow = 0.52 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 216 | 122 | - |
| CMYK | 0 | 0.15 | 0.52 | 0.01 |
| HSL | 43.05º | 0.97% | 0.74% | - |
| HSV(B) | 43.05º | 0.52% | 0.99% | - |
| XYZ | 68.58 | 71.4 | 28.58 | - |
| YUV | 216.35 | 74.76 | 154.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 216 | 122 | 0 | 0.15 | 0.52 | 0.01 | 43.05 | 0.97 | 0.74 |
| Hex | FD | D8 | 7A | 0 | F | 34 | 1 | 2B | 61 | 4A |
| Octal | 375 | 330 | 172 | 0 | 17 | 64 | 1 | 53 | 141 | 112 |
| Binary | 11111101 | 11011000 | 1111010 | 0 | 1111 | 110100 | 1 | 101011 | 1100001 | 1001010 |
Color Harmonies of #FDD87A
Complementary color
Monochromatic Colors of #FDD87A
Black with #FDD87A
Text Example
Text Example
White with #FDD87A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD87A; }
p { color: rgb(253,216,122); }
H1.HeaderClassName
{
color: #FDD87A;
}
.AnyTagClassName
{
color: #FDD87A;
}
</style>
background-color css
<style>
a { background-color: #FDD87A; }
a { background-color: rgb(253,216,122); }
div.DivClassName
{
background-color: #FDD87A;
}
.BgClassName
{
background-color: #FDD87A;
}
</style>
border-color css
<style>
span { border-color: #FDD87A; }
span { border-color: rgb(253,216,122); }
td.TdClassName
{
border-color: #FDD87A;
}
.TagClassName
{
border-color: #FDD87A;
}
</style>