Shades of Salomie #FED77A
Tints of Salomie #FED77A
RGB
CMYK
RGB Variations
Color information
#FED77A (or 0xFED77A) is known color: Salomie. HEX triplet: FE, D7 and 7A. RGB value is (254,215,122). Sum of RGB (Red+Green+Blue) = 254+215+122=591 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.98% from 591); Green value is 215 (84.38% from 255 or 36.38% from 591); Blue value is 122 (48.05% from 255 or 20.64% from 591); Max value from RGB is 254 - color contains mainly: red. Hex color #FED77A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FED77A is #012885. Grayscale: #D8D8D8. Windows color (decimal): -75910 or 8050686. OLE color: 8050686.
HSL color Cylindrical-coordinate representation of color #FED77A: hue angle of 42.27º 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 #FED77A is Cyan = 0, Magento = 0.15, Yellow = 0.52 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 215 | 122 | - |
| CMYK | 0 | 0.15 | 0.52 | 0.00 |
| HSL | 42.27º | 0.99% | 0.74% | - |
| HSV(B) | 42.27º | 0.52% | 1% | - |
| XYZ | 68.69 | 71.08 | 28.51 | - |
| YUV | 216.06 | 74.92 | 155.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 215 | 122 | 0 | 0.15 | 0.52 | 0.00 | 42.27 | 0.99 | 0.74 |
| Hex | FE | D7 | 7A | 0 | F | 34 | 0 | 2A | 63 | 4A |
| Octal | 376 | 327 | 172 | 0 | 17 | 64 | 0 | 52 | 143 | 112 |
| Binary | 11111110 | 11010111 | 1111010 | 0 | 1111 | 110100 | 0 | 101010 | 1100011 | 1001010 |
Color Harmonies of #FED77A
Complementary color
Monochromatic Colors of #FED77A
Black with #FED77A
Text Example
Text Example
White with #FED77A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED77A; }
p { color: rgb(254,215,122); }
H1.HeaderClassName
{
color: #FED77A;
}
.AnyTagClassName
{
color: #FED77A;
}
</style>
background-color css
<style>
a { background-color: #FED77A; }
a { background-color: rgb(254,215,122); }
div.DivClassName
{
background-color: #FED77A;
}
.BgClassName
{
background-color: #FED77A;
}
</style>
border-color css
<style>
span { border-color: #FED77A; }
span { border-color: rgb(254,215,122); }
td.TdClassName
{
border-color: #FED77A;
}
.TagClassName
{
border-color: #FED77A;
}
</style>