Shades of Salomie #FDD97B
Tints of Salomie #FDD97B
RGB
CMYK
RGB Variations
Color information
#FDD97B (or 0xFDD97B) is known color: Salomie. HEX triplet: FD, D9 and 7B. RGB value is (253,217,123). Sum of RGB (Red+Green+Blue) = 253+217+123=593 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.66% from 593); Green value is 217 (85.16% from 255 or 36.59% from 593); Blue value is 123 (48.44% from 255 or 20.74% from 593); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD97B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDD97B is #022684. Grayscale: #D9D9D9. Windows color (decimal): -140933 or 8116733. OLE color: 8116733.
HSL color Cylindrical-coordinate representation of color #FDD97B: hue angle of 43.38º 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 #FDD97B is Cyan = 0, Magento = 0.14, Yellow = 0.51 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 217 | 123 | - |
| CMYK | 0 | 0.14 | 0.51 | 0.01 |
| HSL | 43.38º | 0.97% | 0.74% | - |
| HSV(B) | 43.38º | 0.51% | 0.99% | - |
| XYZ | 68.9 | 71.94 | 28.99 | - |
| YUV | 217.05 | 74.93 | 153.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 217 | 123 | 0 | 0.14 | 0.51 | 0.01 | 43.38 | 0.97 | 0.74 |
| Hex | FD | D9 | 7B | 0 | E | 33 | 1 | 2B | 61 | 4A |
| Octal | 375 | 331 | 173 | 0 | 16 | 63 | 1 | 53 | 141 | 112 |
| Binary | 11111101 | 11011001 | 1111011 | 0 | 1110 | 110011 | 1 | 101011 | 1100001 | 1001010 |
Color Harmonies of #FDD97B
Complementary color
Monochromatic Colors of #FDD97B
Black with #FDD97B
Text Example
Text Example
White with #FDD97B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD97B; }
p { color: rgb(253,217,123); }
H1.HeaderClassName
{
color: #FDD97B;
}
.AnyTagClassName
{
color: #FDD97B;
}
</style>
background-color css
<style>
a { background-color: #FDD97B; }
a { background-color: rgb(253,217,123); }
div.DivClassName
{
background-color: #FDD97B;
}
.BgClassName
{
background-color: #FDD97B;
}
</style>
border-color css
<style>
span { border-color: #FDD97B; }
span { border-color: rgb(253,217,123); }
td.TdClassName
{
border-color: #FDD97B;
}
.TagClassName
{
border-color: #FDD97B;
}
</style>