Shades of Salomie #FDD77D
Tints of Salomie #FDD77D
RGB
CMYK
RGB Variations
Color information
#FDD77D (or 0xFDD77D) is known color: Salomie. HEX triplet: FD, D7 and 7D. RGB value is (253,215,125). Sum of RGB (Red+Green+Blue) = 253+215+125=593 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.66% from 593); Green value is 215 (84.38% from 255 or 36.26% from 593); Blue value is 125 (49.22% from 255 or 21.08% from 593); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD77D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDD77D is #022882. Grayscale: #D8D8D8. Windows color (decimal): -141443 or 8247293. OLE color: 8247293.
HSL color Cylindrical-coordinate representation of color #FDD77D: hue angle of 42.19º 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 #FDD77D is Cyan = 0, Magento = 0.15, Yellow = 0.51 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 215 | 125 | - |
| CMYK | 0 | 0.15 | 0.51 | 0.01 |
| HSL | 42.19º | 0.97% | 0.74% | - |
| HSV(B) | 42.19º | 0.51% | 0.99% | - |
| XYZ | 68.51 | 70.96 | 29.49 | - |
| YUV | 216.1 | 76.59 | 154.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 215 | 125 | 0 | 0.15 | 0.51 | 0.01 | 42.19 | 0.97 | 0.74 |
| Hex | FD | D7 | 7D | 0 | F | 33 | 1 | 2A | 61 | 4A |
| Octal | 375 | 327 | 175 | 0 | 17 | 63 | 1 | 52 | 141 | 112 |
| Binary | 11111101 | 11010111 | 1111101 | 0 | 1111 | 110011 | 1 | 101010 | 1100001 | 1001010 |
Color Harmonies of #FDD77D
Complementary color
Monochromatic Colors of #FDD77D
Black with #FDD77D
Text Example
Text Example
White with #FDD77D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD77D; }
p { color: rgb(253,215,125); }
H1.HeaderClassName
{
color: #FDD77D;
}
.AnyTagClassName
{
color: #FDD77D;
}
</style>
background-color css
<style>
a { background-color: #FDD77D; }
a { background-color: rgb(253,215,125); }
div.DivClassName
{
background-color: #FDD77D;
}
.BgClassName
{
background-color: #FDD77D;
}
</style>
border-color css
<style>
span { border-color: #FDD77D; }
span { border-color: rgb(253,215,125); }
td.TdClassName
{
border-color: #FDD77D;
}
.TagClassName
{
border-color: #FDD77D;
}
</style>