Shades of Salomie #FED07E
Tints of Salomie #FED07E
RGB
CMYK
RGB Variations
Color information
#FED07E (or 0xFED07E) is known color: Salomie. HEX triplet: FE, D0 and 7E. RGB value is (254,208,126). Sum of RGB (Red+Green+Blue) = 254+208+126=588 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.20% from 588); Green value is 208 (81.64% from 255 or 35.37% from 588); Blue value is 126 (49.61% from 255 or 21.43% from 588); Max value from RGB is 254 - color contains mainly: red. Hex color #FED07E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FED07E is #012F81. Grayscale: #D4D4D4. Windows color (decimal): -77698 or 8311038. OLE color: 8311038.
HSL color Cylindrical-coordinate representation of color #FED07E: hue angle of 38.44º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FED07E is Cyan = 0, Magento = 0.18, Yellow = 0.50 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 208 | 126 | - |
| CMYK | 0 | 0.18 | 0.50 | 0.00 |
| HSL | 38.44º | 0.98% | 0.75% | - |
| HSV(B) | 38.44º | 0.5% | 1% | - |
| XYZ | 67.19 | 67.69 | 29.26 | - |
| YUV | 212.41 | 79.24 | 157.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 208 | 126 | 0 | 0.18 | 0.50 | 0.00 | 38.44 | 0.98 | 0.75 |
| Hex | FE | D0 | 7E | 0 | 12 | 32 | 0 | 26 | 62 | 4B |
| Octal | 376 | 320 | 176 | 0 | 22 | 62 | 0 | 46 | 142 | 113 |
| Binary | 11111110 | 11010000 | 1111110 | 0 | 10010 | 110010 | 0 | 100110 | 1100010 | 1001011 |
Color Harmonies of #FED07E
Complementary color
Monochromatic Colors of #FED07E
Black with #FED07E
Text Example
Text Example
White with #FED07E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED07E; }
p { color: rgb(254,208,126); }
H1.HeaderClassName
{
color: #FED07E;
}
.AnyTagClassName
{
color: #FED07E;
}
</style>
background-color css
<style>
a { background-color: #FED07E; }
a { background-color: rgb(254,208,126); }
div.DivClassName
{
background-color: #FED07E;
}
.BgClassName
{
background-color: #FED07E;
}
</style>
border-color css
<style>
span { border-color: #FED07E; }
span { border-color: rgb(254,208,126); }
td.TdClassName
{
border-color: #FED07E;
}
.TagClassName
{
border-color: #FED07E;
}
</style>