Shades of Salomie #FCD27B
Tints of Salomie #FCD27B
RGB
CMYK
RGB Variations
Color information
#FCD27B (or 0xFCD27B) is known color: Salomie. HEX triplet: FC, D2 and 7B. RGB value is (252,210,123). Sum of RGB (Red+Green+Blue) = 252+210+123=585 (77% of max value = 765). Red value is 252 (98.83% from 255 or 43.08% from 585); Green value is 210 (82.42% from 255 or 35.90% from 585); Blue value is 123 (48.44% from 255 or 21.03% from 585); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD27B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCD27B is #032D84. Grayscale: #D5D5D5. Windows color (decimal): -208261 or 8114940. OLE color: 8114940.
HSL color Cylindrical-coordinate representation of color #FCD27B: hue angle of 40.47º degrees, saturation: 0.96, 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 #FCD27B is Cyan = 0, Magento = 0.17, Yellow = 0.51 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 210 | 123 | - |
| CMYK | 0 | 0.17 | 0.51 | 0.01 |
| HSL | 40.47º | 0.96% | 0.74% | - |
| HSV(B) | 40.47º | 0.51% | 0.99% | - |
| XYZ | 66.77 | 68.22 | 28.39 | - |
| YUV | 212.64 | 77.41 | 156.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 210 | 123 | 0 | 0.17 | 0.51 | 0.01 | 40.47 | 0.96 | 0.74 |
| Hex | FC | D2 | 7B | 0 | 11 | 33 | 1 | 28 | 60 | 4A |
| Octal | 374 | 322 | 173 | 0 | 21 | 63 | 1 | 50 | 140 | 112 |
| Binary | 11111100 | 11010010 | 1111011 | 0 | 10001 | 110011 | 1 | 101000 | 1100000 | 1001010 |
Color Harmonies of #FCD27B
Complementary color
Monochromatic Colors of #FCD27B
Black with #FCD27B
Text Example
Text Example
White with #FCD27B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD27B; }
p { color: rgb(252,210,123); }
H1.HeaderClassName
{
color: #FCD27B;
}
.AnyTagClassName
{
color: #FCD27B;
}
</style>
background-color css
<style>
a { background-color: #FCD27B; }
a { background-color: rgb(252,210,123); }
div.DivClassName
{
background-color: #FCD27B;
}
.BgClassName
{
background-color: #FCD27B;
}
</style>
border-color css
<style>
span { border-color: #FCD27B; }
span { border-color: rgb(252,210,123); }
td.TdClassName
{
border-color: #FCD27B;
}
.TagClassName
{
border-color: #FCD27B;
}
</style>