Shades of Salomie #FED77B
Tints of Salomie #FED77B
RGB
CMYK
RGB Variations
Color information
#FED77B (or 0xFED77B) is known color: Salomie. HEX triplet: FE, D7 and 7B. RGB value is (254,215,123). Sum of RGB (Red+Green+Blue) = 254+215+123=592 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.91% from 592); Green value is 215 (84.38% from 255 or 36.32% from 592); Blue value is 123 (48.44% from 255 or 20.78% from 592); Max value from RGB is 254 - color contains mainly: red. Hex color #FED77B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FED77B is #012884. Grayscale: #D8D8D8. Windows color (decimal): -75909 or 8116222. OLE color: 8116222.
HSL color Cylindrical-coordinate representation of color #FED77B: hue angle of 42.14º degrees, saturation: 0.98, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FED77B is Cyan = 0, Magento = 0.15, Yellow = 0.52 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 215 | 123 | - |
| CMYK | 0 | 0.15 | 0.52 | 0.00 |
| HSL | 42.14º | 0.98% | 0.74% | - |
| HSV(B) | 42.14º | 0.52% | 1% | - |
| XYZ | 68.75 | 71.1 | 28.84 | - |
| YUV | 216.17 | 75.42 | 154.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 215 | 123 | 0 | 0.15 | 0.52 | 0.00 | 42.14 | 0.98 | 0.74 |
| Hex | FE | D7 | 7B | 0 | F | 34 | 0 | 2A | 62 | 4A |
| Octal | 376 | 327 | 173 | 0 | 17 | 64 | 0 | 52 | 142 | 112 |
| Binary | 11111110 | 11010111 | 1111011 | 0 | 1111 | 110100 | 0 | 101010 | 1100010 | 1001010 |
Color Harmonies of #FED77B
Complementary color
Monochromatic Colors of #FED77B
Black with #FED77B
Text Example
Text Example
White with #FED77B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED77B; }
p { color: rgb(254,215,123); }
H1.HeaderClassName
{
color: #FED77B;
}
.AnyTagClassName
{
color: #FED77B;
}
</style>
background-color css
<style>
a { background-color: #FED77B; }
a { background-color: rgb(254,215,123); }
div.DivClassName
{
background-color: #FED77B;
}
.BgClassName
{
background-color: #FED77B;
}
</style>
border-color css
<style>
span { border-color: #FED77B; }
span { border-color: rgb(254,215,123); }
td.TdClassName
{
border-color: #FED77B;
}
.TagClassName
{
border-color: #FED77B;
}
</style>