Shades of Salomie #FDD37D
Tints of Salomie #FDD37D
RGB
CMYK
RGB Variations
Color information
#FDD37D (or 0xFDD37D) is known color: Salomie. HEX triplet: FD, D3 and 7D. RGB value is (253,211,125). Sum of RGB (Red+Green+Blue) = 253+211+125=589 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.95% from 589); Green value is 211 (82.81% from 255 or 35.82% from 589); Blue value is 125 (49.22% from 255 or 21.22% from 589); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD37D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDD37D is #022C82. Grayscale: #D6D6D6. Windows color (decimal): -142467 or 8246269. OLE color: 8246269.
HSL color Cylindrical-coordinate representation of color #FDD37D: hue angle of 40.31º 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 #FDD37D is Cyan = 0, Magento = 0.17, Yellow = 0.51 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 211 | 125 | - |
| CMYK | 0 | 0.17 | 0.51 | 0.01 |
| HSL | 40.31º | 0.97% | 0.74% | - |
| HSV(B) | 40.31º | 0.51% | 0.99% | - |
| XYZ | 67.5 | 68.95 | 29.15 | - |
| YUV | 213.75 | 77.91 | 155.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 211 | 125 | 0 | 0.17 | 0.51 | 0.01 | 40.31 | 0.97 | 0.74 |
| Hex | FD | D3 | 7D | 0 | 11 | 33 | 1 | 28 | 61 | 4A |
| Octal | 375 | 323 | 175 | 0 | 21 | 63 | 1 | 50 | 141 | 112 |
| Binary | 11111101 | 11010011 | 1111101 | 0 | 10001 | 110011 | 1 | 101000 | 1100001 | 1001010 |
Color Harmonies of #FDD37D
Complementary color
Monochromatic Colors of #FDD37D
Black with #FDD37D
Text Example
Text Example
White with #FDD37D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD37D; }
p { color: rgb(253,211,125); }
H1.HeaderClassName
{
color: #FDD37D;
}
.AnyTagClassName
{
color: #FDD37D;
}
</style>
background-color css
<style>
a { background-color: #FDD37D; }
a { background-color: rgb(253,211,125); }
div.DivClassName
{
background-color: #FDD37D;
}
.BgClassName
{
background-color: #FDD37D;
}
</style>
border-color css
<style>
span { border-color: #FDD37D; }
span { border-color: rgb(253,211,125); }
td.TdClassName
{
border-color: #FDD37D;
}
.TagClassName
{
border-color: #FDD37D;
}
</style>