Shades of Salomie #FED97A
Tints of Salomie #FED97A
RGB
CMYK
RGB Variations
Color information
#FED97A (or 0xFED97A) is known color: Salomie. HEX triplet: FE, D9 and 7A. RGB value is (254,217,122). Sum of RGB (Red+Green+Blue) = 254+217+122=593 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.83% from 593); Green value is 217 (85.16% from 255 or 36.59% from 593); Blue value is 122 (48.05% from 255 or 20.57% from 593); Max value from RGB is 254 - color contains mainly: red. Hex color #FED97A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FED97A is #012685. Grayscale: #D9D9D9. Windows color (decimal): -75398 or 8051198. OLE color: 8051198.
HSL color Cylindrical-coordinate representation of color #FED97A: hue angle of 43.18º degrees, saturation: 0.99, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FED97A is Cyan = 0, Magento = 0.15, Yellow = 0.52 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 217 | 122 | - |
| CMYK | 0 | 0.15 | 0.52 | 0.00 |
| HSL | 43.18º | 0.99% | 0.74% | - |
| HSV(B) | 43.18º | 0.52% | 1% | - |
| XYZ | 69.2 | 72.1 | 28.68 | - |
| YUV | 217.23 | 74.26 | 154.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 217 | 122 | 0 | 0.15 | 0.52 | 0.00 | 43.18 | 0.99 | 0.74 |
| Hex | FE | D9 | 7A | 0 | F | 34 | 0 | 2B | 63 | 4A |
| Octal | 376 | 331 | 172 | 0 | 17 | 64 | 0 | 53 | 143 | 112 |
| Binary | 11111110 | 11011001 | 1111010 | 0 | 1111 | 110100 | 0 | 101011 | 1100011 | 1001010 |
Color Harmonies of #FED97A
Complementary color
Monochromatic Colors of #FED97A
Black with #FED97A
Text Example
Text Example
White with #FED97A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED97A; }
p { color: rgb(254,217,122); }
H1.HeaderClassName
{
color: #FED97A;
}
.AnyTagClassName
{
color: #FED97A;
}
</style>
background-color css
<style>
a { background-color: #FED97A; }
a { background-color: rgb(254,217,122); }
div.DivClassName
{
background-color: #FED97A;
}
.BgClassName
{
background-color: #FED97A;
}
</style>
border-color css
<style>
span { border-color: #FED97A; }
span { border-color: rgb(254,217,122); }
td.TdClassName
{
border-color: #FED97A;
}
.TagClassName
{
border-color: #FED97A;
}
</style>