Shades of Salomie #FCD27E
Tints of Salomie #FCD27E
RGB
CMYK
RGB Variations
Color information
#FCD27E (or 0xFCD27E) is known color: Salomie. HEX triplet: FC, D2 and 7E. RGB value is (252,210,126). Sum of RGB (Red+Green+Blue) = 252+210+126=588 (77% of max value = 765). Red value is 252 (98.83% from 255 or 42.86% from 588); Green value is 210 (82.42% from 255 or 35.71% from 588); Blue value is 126 (49.61% from 255 or 21.43% from 588); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD27E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCD27E is #032D81. Grayscale: #D5D5D5. Windows color (decimal): -208258 or 8311548. OLE color: 8311548.
HSL color Cylindrical-coordinate representation of color #FCD27E: hue angle of 40º degrees, saturation: 0.95, 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 #FCD27E is Cyan = 0, Magento = 0.17, Yellow = 0.5 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 210 | 126 | - |
| CMYK | 0 | 0.17 | 0.5 | 0.01 |
| HSL | 40º | 0.95% | 0.74% | - |
| HSV(B) | 40º | 0.5% | 0.99% | - |
| XYZ | 66.96 | 68.29 | 29.39 | - |
| YUV | 212.98 | 78.91 | 155.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 210 | 126 | 0 | 0.17 | 0.5 | 0.01 | 40 | 0.95 | 0.74 |
| Hex | FC | D2 | 7E | 0 | 11 | 32 | 1 | 28 | 5F | 4A |
| Octal | 374 | 322 | 176 | 0 | 21 | 62 | 1 | 50 | 137 | 112 |
| Binary | 11111100 | 11010010 | 1111110 | 0 | 10001 | 110010 | 1 | 101000 | 1011111 | 1001010 |
Color Harmonies of #FCD27E
Complementary color
Monochromatic Colors of #FCD27E
Black with #FCD27E
Text Example
Text Example
White with #FCD27E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD27E; }
p { color: rgb(252,210,126); }
H1.HeaderClassName
{
color: #FCD27E;
}
.AnyTagClassName
{
color: #FCD27E;
}
</style>
background-color css
<style>
a { background-color: #FCD27E; }
a { background-color: rgb(252,210,126); }
div.DivClassName
{
background-color: #FCD27E;
}
.BgClassName
{
background-color: #FCD27E;
}
</style>
border-color css
<style>
span { border-color: #FCD27E; }
span { border-color: rgb(252,210,126); }
td.TdClassName
{
border-color: #FCD27E;
}
.TagClassName
{
border-color: #FCD27E;
}
</style>