Shades of Salomie #FEDD7A
Tints of Salomie #FEDD7A
RGB
CMYK
RGB Variations
Color information
#FEDD7A (or 0xFEDD7A) is known color: Salomie. HEX triplet: FE, DD and 7A. RGB value is (254,221,122). Sum of RGB (Red+Green+Blue) = 254+221+122=597 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.55% from 597); Green value is 221 (86.72% from 255 or 37.02% from 597); Blue value is 122 (48.05% from 255 or 20.44% from 597); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDD7A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEDD7A is #012285. Grayscale: #DCDCDC. Windows color (decimal): -74374 or 8052222. OLE color: 8052222.
HSL color Cylindrical-coordinate representation of color #FEDD7A: hue angle of 45º 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 #FEDD7A is Cyan = 0, Magento = 0.13, Yellow = 0.52 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 221 | 122 | - |
| CMYK | 0 | 0.13 | 0.52 | 0.00 |
| HSL | 45º | 0.99% | 0.74% | - |
| HSV(B) | 45º | 0.52% | 1% | - |
| XYZ | 70.24 | 74.19 | 29.03 | - |
| YUV | 219.58 | 72.93 | 152.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 221 | 122 | 0 | 0.13 | 0.52 | 0.00 | 45 | 0.99 | 0.74 |
| Hex | FE | DD | 7A | 0 | D | 34 | 0 | 2D | 63 | 4A |
| Octal | 376 | 335 | 172 | 0 | 15 | 64 | 0 | 55 | 143 | 112 |
| Binary | 11111110 | 11011101 | 1111010 | 0 | 1101 | 110100 | 0 | 101101 | 1100011 | 1001010 |
Color Harmonies of #FEDD7A
Complementary color
Monochromatic Colors of #FEDD7A
Black with #FEDD7A
Text Example
Text Example
White with #FEDD7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDD7A; }
p { color: rgb(254,221,122); }
H1.HeaderClassName
{
color: #FEDD7A;
}
.AnyTagClassName
{
color: #FEDD7A;
}
</style>
background-color css
<style>
a { background-color: #FEDD7A; }
a { background-color: rgb(254,221,122); }
div.DivClassName
{
background-color: #FEDD7A;
}
.BgClassName
{
background-color: #FEDD7A;
}
</style>
border-color css
<style>
span { border-color: #FEDD7A; }
span { border-color: rgb(254,221,122); }
td.TdClassName
{
border-color: #FEDD7A;
}
.TagClassName
{
border-color: #FEDD7A;
}
</style>