Shades of Salomie #FDD47F
Tints of Salomie #FDD47F
RGB
CMYK
RGB Variations
Color information
#FDD47F (or 0xFDD47F) is known color: Salomie. HEX triplet: FD, D4 and 7F. RGB value is (253,212,127). Sum of RGB (Red+Green+Blue) = 253+212+127=592 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.74% from 592); Green value is 212 (83.20% from 255 or 35.81% from 592); Blue value is 127 (50% from 255 or 21.45% from 592); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD47F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDD47F is #022B80. Grayscale: #D6D6D6. Windows color (decimal): -142209 or 8377597. OLE color: 8377597.
HSL color Cylindrical-coordinate representation of color #FDD47F: hue angle of 40.48º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FDD47F is Cyan = 0, Magento = 0.16, Yellow = 0.50 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 212 | 127 | - |
| CMYK | 0 | 0.16 | 0.50 | 0.01 |
| HSL | 40.48º | 0.97% | 0.75% | - |
| HSV(B) | 40.48º | 0.5% | 0.99% | - |
| XYZ | 67.88 | 69.5 | 29.92 | - |
| YUV | 214.57 | 78.58 | 155.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 212 | 127 | 0 | 0.16 | 0.50 | 0.01 | 40.48 | 0.97 | 0.75 |
| Hex | FD | D4 | 7F | 0 | 10 | 32 | 1 | 28 | 61 | 4B |
| Octal | 375 | 324 | 177 | 0 | 20 | 62 | 1 | 50 | 141 | 113 |
| Binary | 11111101 | 11010100 | 1111111 | 0 | 10000 | 110010 | 1 | 101000 | 1100001 | 1001011 |
Color Harmonies of #FDD47F
Complementary color
Monochromatic Colors of #FDD47F
Black with #FDD47F
Text Example
Text Example
White with #FDD47F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD47F; }
p { color: rgb(253,212,127); }
H1.HeaderClassName
{
color: #FDD47F;
}
.AnyTagClassName
{
color: #FDD47F;
}
</style>
background-color css
<style>
a { background-color: #FDD47F; }
a { background-color: rgb(253,212,127); }
div.DivClassName
{
background-color: #FDD47F;
}
.BgClassName
{
background-color: #FDD47F;
}
</style>
border-color css
<style>
span { border-color: #FDD47F; }
span { border-color: rgb(253,212,127); }
td.TdClassName
{
border-color: #FDD47F;
}
.TagClassName
{
border-color: #FDD47F;
}
</style>