Shades of Salomie #FED67E
Tints of Salomie #FED67E
RGB
CMYK
RGB Variations
Color information
#FED67E (or 0xFED67E) is known color: Salomie. HEX triplet: FE, D6 and 7E. RGB value is (254,214,126). Sum of RGB (Red+Green+Blue) = 254+214+126=594 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.76% from 594); Green value is 214 (83.98% from 255 or 36.03% from 594); Blue value is 126 (49.61% from 255 or 21.21% from 594); Max value from RGB is 254 - color contains mainly: red. Hex color #FED67E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FED67E is #012981. Grayscale: #D8D8D8. Windows color (decimal): -76162 or 8312574. OLE color: 8312574.
HSL color Cylindrical-coordinate representation of color #FED67E: hue angle of 41.25º 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 #FED67E is Cyan = 0, Magento = 0.16, Yellow = 0.50 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 214 | 126 | - |
| CMYK | 0 | 0.16 | 0.50 | 0.00 |
| HSL | 41.25º | 0.98% | 0.75% | - |
| HSV(B) | 41.25º | 0.5% | 1% | - |
| XYZ | 68.69 | 70.67 | 29.76 | - |
| YUV | 215.93 | 77.25 | 155.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 214 | 126 | 0 | 0.16 | 0.50 | 0.00 | 41.25 | 0.98 | 0.75 |
| Hex | FE | D6 | 7E | 0 | 10 | 32 | 0 | 29 | 62 | 4B |
| Octal | 376 | 326 | 176 | 0 | 20 | 62 | 0 | 51 | 142 | 113 |
| Binary | 11111110 | 11010110 | 1111110 | 0 | 10000 | 110010 | 0 | 101001 | 1100010 | 1001011 |
Color Harmonies of #FED67E
Complementary color
Monochromatic Colors of #FED67E
Black with #FED67E
Text Example
Text Example
White with #FED67E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED67E; }
p { color: rgb(254,214,126); }
H1.HeaderClassName
{
color: #FED67E;
}
.AnyTagClassName
{
color: #FED67E;
}
</style>
background-color css
<style>
a { background-color: #FED67E; }
a { background-color: rgb(254,214,126); }
div.DivClassName
{
background-color: #FED67E;
}
.BgClassName
{
background-color: #FED67E;
}
</style>
border-color css
<style>
span { border-color: #FED67E; }
span { border-color: rgb(254,214,126); }
td.TdClassName
{
border-color: #FED67E;
}
.TagClassName
{
border-color: #FED67E;
}
</style>