Shades of Salomie #FDD279
Tints of Salomie #FDD279
RGB
CMYK
RGB Variations
Color information
#FDD279 (or 0xFDD279) is known color: Salomie. HEX triplet: FD, D2 and 79. RGB value is (253,210,121). Sum of RGB (Red+Green+Blue) = 253+210+121=584 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.32% from 584); Green value is 210 (82.42% from 255 or 35.96% from 584); Blue value is 121 (47.66% from 255 or 20.72% from 584); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD279 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDD279 is #022D86. Grayscale: #D5D5D5. Windows color (decimal): -142727 or 7983869. OLE color: 7983869.
HSL color Cylindrical-coordinate representation of color #FDD279: hue angle of 40.45º degrees, saturation: 0.97, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FDD279 is Cyan = 0, Magento = 0.17, Yellow = 0.52 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 210 | 121 | - |
| CMYK | 0 | 0.17 | 0.52 | 0.01 |
| HSL | 40.45º | 0.97% | 0.73% | - |
| HSV(B) | 40.45º | 0.52% | 0.99% | - |
| XYZ | 67.01 | 68.36 | 27.75 | - |
| YUV | 212.71 | 76.25 | 156.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 210 | 121 | 0 | 0.17 | 0.52 | 0.01 | 40.45 | 0.97 | 0.73 |
| Hex | FD | D2 | 79 | 0 | 11 | 34 | 1 | 28 | 61 | 49 |
| Octal | 375 | 322 | 171 | 0 | 21 | 64 | 1 | 50 | 141 | 111 |
| Binary | 11111101 | 11010010 | 1111001 | 0 | 10001 | 110100 | 1 | 101000 | 1100001 | 1001001 |
Color Harmonies of #FDD279
Complementary color
Monochromatic Colors of #FDD279
Black with #FDD279
Text Example
Text Example
White with #FDD279
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD279; }
p { color: rgb(253,210,121); }
H1.HeaderClassName
{
color: #FDD279;
}
.AnyTagClassName
{
color: #FDD279;
}
</style>
background-color css
<style>
a { background-color: #FDD279; }
a { background-color: rgb(253,210,121); }
div.DivClassName
{
background-color: #FDD279;
}
.BgClassName
{
background-color: #FDD279;
}
</style>
border-color css
<style>
span { border-color: #FDD279; }
span { border-color: rgb(253,210,121); }
td.TdClassName
{
border-color: #FDD279;
}
.TagClassName
{
border-color: #FDD279;
}
</style>