Shades of Salomie #FDD478
Tints of Salomie #FDD478
RGB
CMYK
RGB Variations
Color information
#FDD478 (or 0xFDD478) is known color: Salomie. HEX triplet: FD, D4 and 78. RGB value is (253,212,120). Sum of RGB (Red+Green+Blue) = 253+212+120=585 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.25% from 585); Green value is 212 (83.20% from 255 or 36.24% from 585); Blue value is 120 (47.27% from 255 or 20.51% from 585); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD478 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDD478 is #022B87. Grayscale: #D6D6D6. Windows color (decimal): -142216 or 7918845. OLE color: 7918845.
HSL color Cylindrical-coordinate representation of color #FDD478: hue angle of 41.5º degrees, saturation: 0.97, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FDD478 is Cyan = 0, Magento = 0.16, Yellow = 0.53 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 212 | 120 | - |
| CMYK | 0 | 0.16 | 0.53 | 0.01 |
| HSL | 41.5º | 0.97% | 0.73% | - |
| HSV(B) | 41.5º | 0.53% | 0.99% | - |
| XYZ | 67.44 | 69.33 | 27.6 | - |
| YUV | 213.77 | 75.08 | 155.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 212 | 120 | 0 | 0.16 | 0.53 | 0.01 | 41.5 | 0.97 | 0.73 |
| Hex | FD | D4 | 78 | 0 | 10 | 35 | 1 | 2A | 61 | 49 |
| Octal | 375 | 324 | 170 | 0 | 20 | 65 | 1 | 52 | 141 | 111 |
| Binary | 11111101 | 11010100 | 1111000 | 0 | 10000 | 110101 | 1 | 101010 | 1100001 | 1001001 |
Color Harmonies of #FDD478
Complementary color
Monochromatic Colors of #FDD478
Black with #FDD478
Text Example
Text Example
White with #FDD478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD478; }
p { color: rgb(253,212,120); }
H1.HeaderClassName
{
color: #FDD478;
}
.AnyTagClassName
{
color: #FDD478;
}
</style>
background-color css
<style>
a { background-color: #FDD478; }
a { background-color: rgb(253,212,120); }
div.DivClassName
{
background-color: #FDD478;
}
.BgClassName
{
background-color: #FDD478;
}
</style>
border-color css
<style>
span { border-color: #FDD478; }
span { border-color: rgb(253,212,120); }
td.TdClassName
{
border-color: #FDD478;
}
.TagClassName
{
border-color: #FDD478;
}
</style>