Shades of Salomie #FCD07B
Tints of Salomie #FCD07B
RGB
CMYK
RGB Variations
Color information
#FCD07B (or 0xFCD07B) is known color: Salomie. HEX triplet: FC, D0 and 7B. RGB value is (252,208,123). Sum of RGB (Red+Green+Blue) = 252+208+123=583 (77% of max value = 765). Red value is 252 (98.83% from 255 or 43.22% from 583); Green value is 208 (81.64% from 255 or 35.68% from 583); Blue value is 123 (48.44% from 255 or 21.10% from 583); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD07B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCD07B is #032F84. Grayscale: #D3D3D3. Windows color (decimal): -208773 or 8114428. OLE color: 8114428.
HSL color Cylindrical-coordinate representation of color #FCD07B: hue angle of 39.53º 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 #FCD07B is Cyan = 0, Magento = 0.17, Yellow = 0.51 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 208 | 123 | - |
| CMYK | 0 | 0.17 | 0.51 | 0.01 |
| HSL | 39.53º | 0.96% | 0.74% | - |
| HSV(B) | 39.53º | 0.51% | 0.99% | - |
| XYZ | 66.28 | 67.24 | 28.22 | - |
| YUV | 211.47 | 78.08 | 156.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 208 | 123 | 0 | 0.17 | 0.51 | 0.01 | 39.53 | 0.96 | 0.74 |
| Hex | FC | D0 | 7B | 0 | 11 | 33 | 1 | 28 | 60 | 4A |
| Octal | 374 | 320 | 173 | 0 | 21 | 63 | 1 | 50 | 140 | 112 |
| Binary | 11111100 | 11010000 | 1111011 | 0 | 10001 | 110011 | 1 | 101000 | 1100000 | 1001010 |
Color Harmonies of #FCD07B
Complementary color
Monochromatic Colors of #FCD07B
Black with #FCD07B
Text Example
Text Example
White with #FCD07B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD07B; }
p { color: rgb(252,208,123); }
H1.HeaderClassName
{
color: #FCD07B;
}
.AnyTagClassName
{
color: #FCD07B;
}
</style>
background-color css
<style>
a { background-color: #FCD07B; }
a { background-color: rgb(252,208,123); }
div.DivClassName
{
background-color: #FCD07B;
}
.BgClassName
{
background-color: #FCD07B;
}
</style>
border-color css
<style>
span { border-color: #FCD07B; }
span { border-color: rgb(252,208,123); }
td.TdClassName
{
border-color: #FCD07B;
}
.TagClassName
{
border-color: #FCD07B;
}
</style>