Shades of Salomie #FDD872
Tints of Salomie #FDD872
RGB
CMYK
RGB Variations
Color information
#FDD872 (or 0xFDD872) is known color: Salomie. HEX triplet: FD, D8 and 72. RGB value is (253,216,114). Sum of RGB (Red+Green+Blue) = 253+216+114=583 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.40% from 583); Green value is 216 (84.77% from 255 or 37.05% from 583); Blue value is 114 (44.92% from 255 or 19.55% from 583); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD872 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDD872 is #02278D. Grayscale: #D7D7D7. Windows color (decimal): -141198 or 7526653. OLE color: 7526653.
HSL color Cylindrical-coordinate representation of color #FDD872: hue angle of 44.03º degrees, saturation: 0.97, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FDD872 is Cyan = 0, Magento = 0.15, Yellow = 0.55 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 216 | 114 | - |
| CMYK | 0 | 0.15 | 0.55 | 0.01 |
| HSL | 44.03º | 0.97% | 0.72% | - |
| HSV(B) | 44.03º | 0.55% | 0.99% | - |
| XYZ | 68.1 | 71.21 | 26.08 | - |
| YUV | 215.44 | 70.76 | 154.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 216 | 114 | 0 | 0.15 | 0.55 | 0.01 | 44.03 | 0.97 | 0.72 |
| Hex | FD | D8 | 72 | 0 | F | 37 | 1 | 2C | 61 | 48 |
| Octal | 375 | 330 | 162 | 0 | 17 | 67 | 1 | 54 | 141 | 110 |
| Binary | 11111101 | 11011000 | 1110010 | 0 | 1111 | 110111 | 1 | 101100 | 1100001 | 1001000 |
Color Harmonies of #FDD872
Complementary color
Monochromatic Colors of #FDD872
Black with #FDD872
Text Example
Text Example
White with #FDD872
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD872; }
p { color: rgb(253,216,114); }
H1.HeaderClassName
{
color: #FDD872;
}
.AnyTagClassName
{
color: #FDD872;
}
</style>
background-color css
<style>
a { background-color: #FDD872; }
a { background-color: rgb(253,216,114); }
div.DivClassName
{
background-color: #FDD872;
}
.BgClassName
{
background-color: #FDD872;
}
</style>
border-color css
<style>
span { border-color: #FDD872; }
span { border-color: rgb(253,216,114); }
td.TdClassName
{
border-color: #FDD872;
}
.TagClassName
{
border-color: #FDD872;
}
</style>