Shades of Salomie #FDD57C
Tints of Salomie #FDD57C
RGB
CMYK
RGB Variations
Color information
#FDD57C (or 0xFDD57C) is known color: Salomie. HEX triplet: FD, D5 and 7C. RGB value is (253,213,124). Sum of RGB (Red+Green+Blue) = 253+213+124=590 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.88% from 590); Green value is 213 (83.59% from 255 or 36.10% from 590); Blue value is 124 (48.83% from 255 or 21.02% from 590); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD57C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDD57C is #022A83. Grayscale: #D7D7D7. Windows color (decimal): -141956 or 8181245. OLE color: 8181245.
HSL color Cylindrical-coordinate representation of color #FDD57C: hue angle of 41.4º 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 #FDD57C is Cyan = 0, Magento = 0.16, Yellow = 0.51 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 213 | 124 | - |
| CMYK | 0 | 0.16 | 0.51 | 0.01 |
| HSL | 41.4º | 0.97% | 0.74% | - |
| HSV(B) | 41.4º | 0.51% | 0.99% | - |
| XYZ | 67.94 | 69.93 | 28.99 | - |
| YUV | 214.81 | 76.75 | 155.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 213 | 124 | 0 | 0.16 | 0.51 | 0.01 | 41.4 | 0.97 | 0.74 |
| Hex | FD | D5 | 7C | 0 | 10 | 33 | 1 | 29 | 61 | 4A |
| Octal | 375 | 325 | 174 | 0 | 20 | 63 | 1 | 51 | 141 | 112 |
| Binary | 11111101 | 11010101 | 1111100 | 0 | 10000 | 110011 | 1 | 101001 | 1100001 | 1001010 |
Color Harmonies of #FDD57C
Complementary color
Monochromatic Colors of #FDD57C
Black with #FDD57C
Text Example
Text Example
White with #FDD57C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD57C; }
p { color: rgb(253,213,124); }
H1.HeaderClassName
{
color: #FDD57C;
}
.AnyTagClassName
{
color: #FDD57C;
}
</style>
background-color css
<style>
a { background-color: #FDD57C; }
a { background-color: rgb(253,213,124); }
div.DivClassName
{
background-color: #FDD57C;
}
.BgClassName
{
background-color: #FDD57C;
}
</style>
border-color css
<style>
span { border-color: #FDD57C; }
span { border-color: rgb(253,213,124); }
td.TdClassName
{
border-color: #FDD57C;
}
.TagClassName
{
border-color: #FDD57C;
}
</style>