Shades of Salomie #FDD57A
Tints of Salomie #FDD57A
RGB
CMYK
RGB Variations
Color information
#FDD57A (or 0xFDD57A) is known color: Salomie. HEX triplet: FD, D5 and 7A. RGB value is (253,213,122). Sum of RGB (Red+Green+Blue) = 253+213+122=588 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.03% from 588); Green value is 213 (83.59% from 255 or 36.22% from 588); Blue value is 122 (48.05% from 255 or 20.75% from 588); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD57A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDD57A is #022A85. Grayscale: #D6D6D6. Windows color (decimal): -141958 or 8050173. OLE color: 8050173.
HSL color Cylindrical-coordinate representation of color #FDD57A: hue angle of 41.68º 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 #FDD57A is Cyan = 0, Magento = 0.16, Yellow = 0.52 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 213 | 122 | - |
| CMYK | 0 | 0.16 | 0.52 | 0.01 |
| HSL | 41.68º | 0.97% | 0.74% | - |
| HSV(B) | 41.68º | 0.52% | 0.99% | - |
| XYZ | 67.82 | 69.88 | 28.33 | - |
| YUV | 214.59 | 75.75 | 155.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 213 | 122 | 0 | 0.16 | 0.52 | 0.01 | 41.68 | 0.97 | 0.74 |
| Hex | FD | D5 | 7A | 0 | 10 | 34 | 1 | 2A | 61 | 4A |
| Octal | 375 | 325 | 172 | 0 | 20 | 64 | 1 | 52 | 141 | 112 |
| Binary | 11111101 | 11010101 | 1111010 | 0 | 10000 | 110100 | 1 | 101010 | 1100001 | 1001010 |
Color Harmonies of #FDD57A
Complementary color
Monochromatic Colors of #FDD57A
Black with #FDD57A
Text Example
Text Example
White with #FDD57A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD57A; }
p { color: rgb(253,213,122); }
H1.HeaderClassName
{
color: #FDD57A;
}
.AnyTagClassName
{
color: #FDD57A;
}
</style>
background-color css
<style>
a { background-color: #FDD57A; }
a { background-color: rgb(253,213,122); }
div.DivClassName
{
background-color: #FDD57A;
}
.BgClassName
{
background-color: #FDD57A;
}
</style>
border-color css
<style>
span { border-color: #FDD57A; }
span { border-color: rgb(253,213,122); }
td.TdClassName
{
border-color: #FDD57A;
}
.TagClassName
{
border-color: #FDD57A;
}
</style>