Shades of Salomie #FEDC7A
Tints of Salomie #FEDC7A
RGB
CMYK
RGB Variations
Color information
#FEDC7A (or 0xFEDC7A) is known color: Salomie. HEX triplet: FE, DC and 7A. RGB value is (254,220,122). Sum of RGB (Red+Green+Blue) = 254+220+122=596 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.62% from 596); Green value is 220 (86.33% from 255 or 36.91% from 596); Blue value is 122 (48.05% from 255 or 20.47% from 596); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDC7A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEDC7A is #012385. Grayscale: #DBDBDB. Windows color (decimal): -74630 or 8051966. OLE color: 8051966.
HSL color Cylindrical-coordinate representation of color #FEDC7A: hue angle of 44.55º 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 #FEDC7A is Cyan = 0, Magento = 0.13, Yellow = 0.52 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 220 | 122 | - |
| CMYK | 0 | 0.13 | 0.52 | 0.00 |
| HSL | 44.55º | 0.99% | 0.74% | - |
| HSV(B) | 44.55º | 0.52% | 1% | - |
| XYZ | 69.98 | 73.66 | 28.94 | - |
| YUV | 218.99 | 73.26 | 152.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 220 | 122 | 0 | 0.13 | 0.52 | 0.00 | 44.55 | 0.99 | 0.74 |
| Hex | FE | DC | 7A | 0 | D | 34 | 0 | 2D | 63 | 4A |
| Octal | 376 | 334 | 172 | 0 | 15 | 64 | 0 | 55 | 143 | 112 |
| Binary | 11111110 | 11011100 | 1111010 | 0 | 1101 | 110100 | 0 | 101101 | 1100011 | 1001010 |
Color Harmonies of #FEDC7A
Complementary color
Monochromatic Colors of #FEDC7A
Black with #FEDC7A
Text Example
Text Example
White with #FEDC7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDC7A; }
p { color: rgb(254,220,122); }
H1.HeaderClassName
{
color: #FEDC7A;
}
.AnyTagClassName
{
color: #FEDC7A;
}
</style>
background-color css
<style>
a { background-color: #FEDC7A; }
a { background-color: rgb(254,220,122); }
div.DivClassName
{
background-color: #FEDC7A;
}
.BgClassName
{
background-color: #FEDC7A;
}
</style>
border-color css
<style>
span { border-color: #FEDC7A; }
span { border-color: rgb(254,220,122); }
td.TdClassName
{
border-color: #FEDC7A;
}
.TagClassName
{
border-color: #FEDC7A;
}
</style>