Shades of Salomie #FDD77A
Tints of Salomie #FDD77A
RGB
CMYK
RGB Variations
Color information
#FDD77A (or 0xFDD77A) is known color: Salomie. HEX triplet: FD, D7 and 7A. RGB value is (253,215,122). Sum of RGB (Red+Green+Blue) = 253+215+122=590 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.88% from 590); Green value is 215 (84.38% from 255 or 36.44% from 590); Blue value is 122 (48.05% from 255 or 20.68% from 590); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD77A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDD77A is #022885. Grayscale: #D8D8D8. Windows color (decimal): -141446 or 8050685. OLE color: 8050685.
HSL color Cylindrical-coordinate representation of color #FDD77A: hue angle of 42.6º 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 #FDD77A is Cyan = 0, Magento = 0.15, Yellow = 0.52 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 215 | 122 | - |
| CMYK | 0 | 0.15 | 0.52 | 0.01 |
| HSL | 42.6º | 0.97% | 0.74% | - |
| HSV(B) | 42.6º | 0.52% | 0.99% | - |
| XYZ | 68.32 | 70.89 | 28.49 | - |
| YUV | 215.76 | 75.09 | 154.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 215 | 122 | 0 | 0.15 | 0.52 | 0.01 | 42.6 | 0.97 | 0.74 |
| Hex | FD | D7 | 7A | 0 | F | 34 | 1 | 2B | 61 | 4A |
| Octal | 375 | 327 | 172 | 0 | 17 | 64 | 1 | 53 | 141 | 112 |
| Binary | 11111101 | 11010111 | 1111010 | 0 | 1111 | 110100 | 1 | 101011 | 1100001 | 1001010 |
Color Harmonies of #FDD77A
Complementary color
Monochromatic Colors of #FDD77A
Black with #FDD77A
Text Example
Text Example
White with #FDD77A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD77A; }
p { color: rgb(253,215,122); }
H1.HeaderClassName
{
color: #FDD77A;
}
.AnyTagClassName
{
color: #FDD77A;
}
</style>
background-color css
<style>
a { background-color: #FDD77A; }
a { background-color: rgb(253,215,122); }
div.DivClassName
{
background-color: #FDD77A;
}
.BgClassName
{
background-color: #FDD77A;
}
</style>
border-color css
<style>
span { border-color: #FDD77A; }
span { border-color: rgb(253,215,122); }
td.TdClassName
{
border-color: #FDD77A;
}
.TagClassName
{
border-color: #FDD77A;
}
</style>