Shades of Salomie #FDD27B
Tints of Salomie #FDD27B
RGB
CMYK
RGB Variations
Color information
#FDD27B (or 0xFDD27B) is known color: Salomie. HEX triplet: FD, D2 and 7B. RGB value is (253,210,123). Sum of RGB (Red+Green+Blue) = 253+210+123=586 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.17% from 586); Green value is 210 (82.42% from 255 or 35.84% from 586); Blue value is 123 (48.44% from 255 or 20.99% from 586); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD27B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDD27B is #022D84. Grayscale: #D5D5D5. Windows color (decimal): -142725 or 8114941. OLE color: 8114941.
HSL color Cylindrical-coordinate representation of color #FDD27B: hue angle of 40.15º 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 #FDD27B is Cyan = 0, Magento = 0.17, Yellow = 0.51 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 210 | 123 | - |
| CMYK | 0 | 0.17 | 0.51 | 0.01 |
| HSL | 40.15º | 0.97% | 0.74% | - |
| HSV(B) | 40.15º | 0.51% | 0.99% | - |
| XYZ | 67.13 | 68.41 | 28.4 | - |
| YUV | 212.94 | 77.25 | 156.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 210 | 123 | 0 | 0.17 | 0.51 | 0.01 | 40.15 | 0.97 | 0.74 |
| Hex | FD | D2 | 7B | 0 | 11 | 33 | 1 | 28 | 61 | 4A |
| Octal | 375 | 322 | 173 | 0 | 21 | 63 | 1 | 50 | 141 | 112 |
| Binary | 11111101 | 11010010 | 1111011 | 0 | 10001 | 110011 | 1 | 101000 | 1100001 | 1001010 |
Color Harmonies of #FDD27B
Complementary color
Monochromatic Colors of #FDD27B
Black with #FDD27B
Text Example
Text Example
White with #FDD27B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD27B; }
p { color: rgb(253,210,123); }
H1.HeaderClassName
{
color: #FDD27B;
}
.AnyTagClassName
{
color: #FDD27B;
}
</style>
background-color css
<style>
a { background-color: #FDD27B; }
a { background-color: rgb(253,210,123); }
div.DivClassName
{
background-color: #FDD27B;
}
.BgClassName
{
background-color: #FDD27B;
}
</style>
border-color css
<style>
span { border-color: #FDD27B; }
span { border-color: rgb(253,210,123); }
td.TdClassName
{
border-color: #FDD27B;
}
.TagClassName
{
border-color: #FDD27B;
}
</style>