Shades of Salomie #FCD07D
Tints of Salomie #FCD07D
RGB
CMYK
RGB Variations
Color information
#FCD07D (or 0xFCD07D) is known color: Salomie. HEX triplet: FC, D0 and 7D. RGB value is (252,208,125). Sum of RGB (Red+Green+Blue) = 252+208+125=585 (77% of max value = 765). Red value is 252 (98.83% from 255 or 43.08% from 585); Green value is 208 (81.64% from 255 or 35.56% from 585); Blue value is 125 (49.22% from 255 or 21.37% from 585); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD07D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCD07D is #032F82. Grayscale: #D4D4D4. Windows color (decimal): -208771 or 8245500. OLE color: 8245500.
HSL color Cylindrical-coordinate representation of color #FCD07D: hue angle of 39.21º 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 #FCD07D is Cyan = 0, Magento = 0.17, Yellow = 0.50 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 208 | 125 | - |
| CMYK | 0 | 0.17 | 0.50 | 0.01 |
| HSL | 39.21º | 0.95% | 0.74% | - |
| HSV(B) | 39.21º | 0.5% | 0.99% | - |
| XYZ | 66.4 | 67.29 | 28.89 | - |
| YUV | 211.69 | 79.08 | 156.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 208 | 125 | 0 | 0.17 | 0.50 | 0.01 | 39.21 | 0.95 | 0.74 |
| Hex | FC | D0 | 7D | 0 | 11 | 32 | 1 | 27 | 5F | 4A |
| Octal | 374 | 320 | 175 | 0 | 21 | 62 | 1 | 47 | 137 | 112 |
| Binary | 11111100 | 11010000 | 1111101 | 0 | 10001 | 110010 | 1 | 100111 | 1011111 | 1001010 |
Color Harmonies of #FCD07D
Complementary color
Monochromatic Colors of #FCD07D
Black with #FCD07D
Text Example
Text Example
White with #FCD07D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD07D; }
p { color: rgb(252,208,125); }
H1.HeaderClassName
{
color: #FCD07D;
}
.AnyTagClassName
{
color: #FCD07D;
}
</style>
background-color css
<style>
a { background-color: #FCD07D; }
a { background-color: rgb(252,208,125); }
div.DivClassName
{
background-color: #FCD07D;
}
.BgClassName
{
background-color: #FCD07D;
}
</style>
border-color css
<style>
span { border-color: #FCD07D; }
span { border-color: rgb(252,208,125); }
td.TdClassName
{
border-color: #FCD07D;
}
.TagClassName
{
border-color: #FCD07D;
}
</style>