Shades of Salomie #FCD07E
Tints of Salomie #FCD07E
RGB
CMYK
RGB Variations
Color information
#FCD07E (or 0xFCD07E) is known color: Salomie. HEX triplet: FC, D0 and 7E. RGB value is (252,208,126). Sum of RGB (Red+Green+Blue) = 252+208+126=586 (77% of max value = 765). Red value is 252 (98.83% from 255 or 43.00% from 586); Green value is 208 (81.64% from 255 or 35.49% from 586); Blue value is 126 (49.61% from 255 or 21.50% from 586); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD07E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCD07E is #032F81. Grayscale: #D4D4D4. Windows color (decimal): -208770 or 8311036. OLE color: 8311036.
HSL color Cylindrical-coordinate representation of color #FCD07E: hue angle of 39.05º 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 #FCD07E is Cyan = 0, Magento = 0.17, Yellow = 0.5 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 208 | 126 | - |
| CMYK | 0 | 0.17 | 0.5 | 0.01 |
| HSL | 39.05º | 0.95% | 0.74% | - |
| HSV(B) | 39.05º | 0.5% | 0.99% | - |
| XYZ | 66.47 | 67.31 | 29.23 | - |
| YUV | 211.81 | 79.58 | 156.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 208 | 126 | 0 | 0.17 | 0.5 | 0.01 | 39.05 | 0.95 | 0.74 |
| Hex | FC | D0 | 7E | 0 | 11 | 32 | 1 | 27 | 5F | 4A |
| Octal | 374 | 320 | 176 | 0 | 21 | 62 | 1 | 47 | 137 | 112 |
| Binary | 11111100 | 11010000 | 1111110 | 0 | 10001 | 110010 | 1 | 100111 | 1011111 | 1001010 |
Color Harmonies of #FCD07E
Complementary color
Monochromatic Colors of #FCD07E
Black with #FCD07E
Text Example
Text Example
White with #FCD07E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD07E; }
p { color: rgb(252,208,126); }
H1.HeaderClassName
{
color: #FCD07E;
}
.AnyTagClassName
{
color: #FCD07E;
}
</style>
background-color css
<style>
a { background-color: #FCD07E; }
a { background-color: rgb(252,208,126); }
div.DivClassName
{
background-color: #FCD07E;
}
.BgClassName
{
background-color: #FCD07E;
}
</style>
border-color css
<style>
span { border-color: #FCD07E; }
span { border-color: rgb(252,208,126); }
td.TdClassName
{
border-color: #FCD07E;
}
.TagClassName
{
border-color: #FCD07E;
}
</style>