Shades of Salomie #FED07C
Tints of Salomie #FED07C
RGB
CMYK
RGB Variations
Color information
#FED07C (or 0xFED07C) is known color: Salomie. HEX triplet: FE, D0 and 7C. RGB value is (254,208,124). Sum of RGB (Red+Green+Blue) = 254+208+124=586 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.34% from 586); Green value is 208 (81.64% from 255 or 35.49% from 586); Blue value is 124 (48.83% from 255 or 21.16% from 586); Max value from RGB is 254 - color contains mainly: red. Hex color #FED07C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FED07C is #012F83. Grayscale: #D4D4D4. Windows color (decimal): -77700 or 8179966. OLE color: 8179966.
HSL color Cylindrical-coordinate representation of color #FED07C: hue angle of 38.77º degrees, saturation: 0.98, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FED07C is Cyan = 0, Magento = 0.18, Yellow = 0.51 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 208 | 124 | - |
| CMYK | 0 | 0.18 | 0.51 | 0.00 |
| HSL | 38.77º | 0.98% | 0.74% | - |
| HSV(B) | 38.77º | 0.51% | 1% | - |
| XYZ | 67.07 | 67.64 | 28.59 | - |
| YUV | 212.18 | 78.24 | 157.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 208 | 124 | 0 | 0.18 | 0.51 | 0.00 | 38.77 | 0.98 | 0.74 |
| Hex | FE | D0 | 7C | 0 | 12 | 33 | 0 | 27 | 62 | 4A |
| Octal | 376 | 320 | 174 | 0 | 22 | 63 | 0 | 47 | 142 | 112 |
| Binary | 11111110 | 11010000 | 1111100 | 0 | 10010 | 110011 | 0 | 100111 | 1100010 | 1001010 |
Color Harmonies of #FED07C
Complementary color
Monochromatic Colors of #FED07C
Black with #FED07C
Text Example
Text Example
White with #FED07C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED07C; }
p { color: rgb(254,208,124); }
H1.HeaderClassName
{
color: #FED07C;
}
.AnyTagClassName
{
color: #FED07C;
}
</style>
background-color css
<style>
a { background-color: #FED07C; }
a { background-color: rgb(254,208,124); }
div.DivClassName
{
background-color: #FED07C;
}
.BgClassName
{
background-color: #FED07C;
}
</style>
border-color css
<style>
span { border-color: #FED07C; }
span { border-color: rgb(254,208,124); }
td.TdClassName
{
border-color: #FED07C;
}
.TagClassName
{
border-color: #FED07C;
}
</style>