Shades of Salomie #FDD873
Tints of Salomie #FDD873
RGB
CMYK
RGB Variations
Color information
#FDD873 (or 0xFDD873) is known color: Salomie. HEX triplet: FD, D8 and 73. RGB value is (253,216,115). Sum of RGB (Red+Green+Blue) = 253+216+115=584 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.32% from 584); Green value is 216 (84.77% from 255 or 36.99% from 584); Blue value is 115 (45.31% from 255 or 19.69% from 584); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD873 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDD873 is #02278C. Grayscale: #D7D7D7. Windows color (decimal): -141197 or 7592189. OLE color: 7592189.
HSL color Cylindrical-coordinate representation of color #FDD873: hue angle of 43.91º 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 #FDD873 is Cyan = 0, Magento = 0.15, Yellow = 0.55 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 216 | 115 | - |
| CMYK | 0 | 0.15 | 0.55 | 0.01 |
| HSL | 43.91º | 0.97% | 0.72% | - |
| HSV(B) | 43.91º | 0.55% | 0.99% | - |
| XYZ | 68.16 | 71.23 | 26.38 | - |
| YUV | 215.55 | 71.26 | 154.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 216 | 115 | 0 | 0.15 | 0.55 | 0.01 | 43.91 | 0.97 | 0.72 |
| Hex | FD | D8 | 73 | 0 | F | 37 | 1 | 2C | 61 | 48 |
| Octal | 375 | 330 | 163 | 0 | 17 | 67 | 1 | 54 | 141 | 110 |
| Binary | 11111101 | 11011000 | 1110011 | 0 | 1111 | 110111 | 1 | 101100 | 1100001 | 1001000 |
Color Harmonies of #FDD873
Complementary color
Monochromatic Colors of #FDD873
Black with #FDD873
Text Example
Text Example
White with #FDD873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD873; }
p { color: rgb(253,216,115); }
H1.HeaderClassName
{
color: #FDD873;
}
.AnyTagClassName
{
color: #FDD873;
}
</style>
background-color css
<style>
a { background-color: #FDD873; }
a { background-color: rgb(253,216,115); }
div.DivClassName
{
background-color: #FDD873;
}
.BgClassName
{
background-color: #FDD873;
}
</style>
border-color css
<style>
span { border-color: #FDD873; }
span { border-color: rgb(253,216,115); }
td.TdClassName
{
border-color: #FDD873;
}
.TagClassName
{
border-color: #FDD873;
}
</style>