Shades of Salomie #FDD07D
Tints of Salomie #FDD07D
RGB
CMYK
RGB Variations
Color information
#FDD07D (or 0xFDD07D) is known color: Salomie. HEX triplet: FD, D0 and 7D. RGB value is (253,208,125). Sum of RGB (Red+Green+Blue) = 253+208+125=586 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.17% from 586); Green value is 208 (81.64% from 255 or 35.49% from 586); Blue value is 125 (49.22% from 255 or 21.33% from 586); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD07D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDD07D is #022F82. Grayscale: #D4D4D4. Windows color (decimal): -143235 or 8245501. OLE color: 8245501.
HSL color Cylindrical-coordinate representation of color #FDD07D: hue angle of 38.91º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FDD07D is Cyan = 0, Magento = 0.18, Yellow = 0.51 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 208 | 125 | - |
| CMYK | 0 | 0.18 | 0.51 | 0.01 |
| HSL | 38.91º | 0.97% | 0.74% | - |
| HSV(B) | 38.91º | 0.51% | 0.99% | - |
| XYZ | 66.77 | 67.48 | 28.91 | - |
| YUV | 211.99 | 78.91 | 157.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 208 | 125 | 0 | 0.18 | 0.51 | 0.01 | 38.91 | 0.97 | 0.74 |
| Hex | FD | D0 | 7D | 0 | 12 | 33 | 1 | 27 | 61 | 4A |
| Octal | 375 | 320 | 175 | 0 | 22 | 63 | 1 | 47 | 141 | 112 |
| Binary | 11111101 | 11010000 | 1111101 | 0 | 10010 | 110011 | 1 | 100111 | 1100001 | 1001010 |
Color Harmonies of #FDD07D
Complementary color
Monochromatic Colors of #FDD07D
Black with #FDD07D
Text Example
Text Example
White with #FDD07D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD07D; }
p { color: rgb(253,208,125); }
H1.HeaderClassName
{
color: #FDD07D;
}
.AnyTagClassName
{
color: #FDD07D;
}
</style>
background-color css
<style>
a { background-color: #FDD07D; }
a { background-color: rgb(253,208,125); }
div.DivClassName
{
background-color: #FDD07D;
}
.BgClassName
{
background-color: #FDD07D;
}
</style>
border-color css
<style>
span { border-color: #FDD07D; }
span { border-color: rgb(253,208,125); }
td.TdClassName
{
border-color: #FDD07D;
}
.TagClassName
{
border-color: #FDD07D;
}
</style>