Shades of Salomie #FCD57B
Tints of Salomie #FCD57B
RGB
CMYK
RGB Variations
Color information
#FCD57B (or 0xFCD57B) is known color: Salomie. HEX triplet: FC, D5 and 7B. RGB value is (252,213,123). Sum of RGB (Red+Green+Blue) = 252+213+123=588 (77% of max value = 765). Red value is 252 (98.83% from 255 or 42.86% from 588); Green value is 213 (83.59% from 255 or 36.22% from 588); Blue value is 123 (48.44% from 255 or 20.92% from 588); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD57B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCD57B is #032A84. Grayscale: #D6D6D6. Windows color (decimal): -207493 or 8115708. OLE color: 8115708.
HSL color Cylindrical-coordinate representation of color #FCD57B: hue angle of 41.86º 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 #FCD57B is Cyan = 0, Magento = 0.15, Yellow = 0.51 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 213 | 123 | - |
| CMYK | 0 | 0.15 | 0.51 | 0.01 |
| HSL | 41.86º | 0.96% | 0.74% | - |
| HSV(B) | 41.86º | 0.51% | 0.99% | - |
| XYZ | 67.51 | 69.71 | 28.64 | - |
| YUV | 214.4 | 76.42 | 154.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 213 | 123 | 0 | 0.15 | 0.51 | 0.01 | 41.86 | 0.96 | 0.74 |
| Hex | FC | D5 | 7B | 0 | F | 33 | 1 | 2A | 60 | 4A |
| Octal | 374 | 325 | 173 | 0 | 17 | 63 | 1 | 52 | 140 | 112 |
| Binary | 11111100 | 11010101 | 1111011 | 0 | 1111 | 110011 | 1 | 101010 | 1100000 | 1001010 |
Color Harmonies of #FCD57B
Complementary color
Monochromatic Colors of #FCD57B
Black with #FCD57B
Text Example
Text Example
White with #FCD57B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD57B; }
p { color: rgb(252,213,123); }
H1.HeaderClassName
{
color: #FCD57B;
}
.AnyTagClassName
{
color: #FCD57B;
}
</style>
background-color css
<style>
a { background-color: #FCD57B; }
a { background-color: rgb(252,213,123); }
div.DivClassName
{
background-color: #FCD57B;
}
.BgClassName
{
background-color: #FCD57B;
}
</style>
border-color css
<style>
span { border-color: #FCD57B; }
span { border-color: rgb(252,213,123); }
td.TdClassName
{
border-color: #FCD57B;
}
.TagClassName
{
border-color: #FCD57B;
}
</style>