Shades of Salomie #FDD27E
Tints of Salomie #FDD27E
RGB
CMYK
RGB Variations
Color information
#FDD27E (or 0xFDD27E) is known color: Salomie. HEX triplet: FD, D2 and 7E. RGB value is (253,210,126). Sum of RGB (Red+Green+Blue) = 253+210+126=589 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.95% from 589); Green value is 210 (82.42% from 255 or 35.65% from 589); Blue value is 126 (49.61% from 255 or 21.39% from 589); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD27E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDD27E is #022D81. Grayscale: #D5D5D5. Windows color (decimal): -142722 or 8311549. OLE color: 8311549.
HSL color Cylindrical-coordinate representation of color #FDD27E: hue angle of 39.69º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FDD27E is Cyan = 0, Magento = 0.17, Yellow = 0.50 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 210 | 126 | - |
| CMYK | 0 | 0.17 | 0.50 | 0.01 |
| HSL | 39.69º | 0.97% | 0.74% | - |
| HSV(B) | 39.69º | 0.5% | 0.99% | - |
| XYZ | 67.32 | 68.48 | 29.41 | - |
| YUV | 213.28 | 78.75 | 156.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 210 | 126 | 0 | 0.17 | 0.50 | 0.01 | 39.69 | 0.97 | 0.74 |
| Hex | FD | D2 | 7E | 0 | 11 | 32 | 1 | 28 | 61 | 4A |
| Octal | 375 | 322 | 176 | 0 | 21 | 62 | 1 | 50 | 141 | 112 |
| Binary | 11111101 | 11010010 | 1111110 | 0 | 10001 | 110010 | 1 | 101000 | 1100001 | 1001010 |
Color Harmonies of #FDD27E
Complementary color
Monochromatic Colors of #FDD27E
Black with #FDD27E
Text Example
Text Example
White with #FDD27E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD27E; }
p { color: rgb(253,210,126); }
H1.HeaderClassName
{
color: #FDD27E;
}
.AnyTagClassName
{
color: #FDD27E;
}
</style>
background-color css
<style>
a { background-color: #FDD27E; }
a { background-color: rgb(253,210,126); }
div.DivClassName
{
background-color: #FDD27E;
}
.BgClassName
{
background-color: #FDD27E;
}
</style>
border-color css
<style>
span { border-color: #FDD27E; }
span { border-color: rgb(253,210,126); }
td.TdClassName
{
border-color: #FDD27E;
}
.TagClassName
{
border-color: #FDD27E;
}
</style>