Shades of Salomie #FED47B
Tints of Salomie #FED47B
RGB
CMYK
RGB Variations
Color information
#FED47B (or 0xFED47B) is known color: Salomie. HEX triplet: FE, D4 and 7B. RGB value is (254,212,123). Sum of RGB (Red+Green+Blue) = 254+212+123=589 (78% of max value = 765). Red value is 254 (99.61% from 255 or 43.12% from 589); Green value is 212 (83.20% from 255 or 35.99% from 589); Blue value is 123 (48.44% from 255 or 20.88% from 589); Max value from RGB is 254 - color contains mainly: red. Hex color #FED47B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FED47B is #012B84. Grayscale: #D6D6D6. Windows color (decimal): -76677 or 8115454. OLE color: 8115454.
HSL color Cylindrical-coordinate representation of color #FED47B: hue angle of 40.76º 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 #FED47B is Cyan = 0, Magento = 0.17, Yellow = 0.52 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 212 | 123 | - |
| CMYK | 0 | 0.17 | 0.52 | 0.00 |
| HSL | 40.76º | 0.98% | 0.74% | - |
| HSV(B) | 40.76º | 0.52% | 1% | - |
| XYZ | 67.99 | 69.59 | 28.59 | - |
| YUV | 214.41 | 76.41 | 156.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 212 | 123 | 0 | 0.17 | 0.52 | 0.00 | 40.76 | 0.98 | 0.74 |
| Hex | FE | D4 | 7B | 0 | 11 | 34 | 0 | 29 | 62 | 4A |
| Octal | 376 | 324 | 173 | 0 | 21 | 64 | 0 | 51 | 142 | 112 |
| Binary | 11111110 | 11010100 | 1111011 | 0 | 10001 | 110100 | 0 | 101001 | 1100010 | 1001010 |
Color Harmonies of #FED47B
Complementary color
Monochromatic Colors of #FED47B
Black with #FED47B
Text Example
Text Example
White with #FED47B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED47B; }
p { color: rgb(254,212,123); }
H1.HeaderClassName
{
color: #FED47B;
}
.AnyTagClassName
{
color: #FED47B;
}
</style>
background-color css
<style>
a { background-color: #FED47B; }
a { background-color: rgb(254,212,123); }
div.DivClassName
{
background-color: #FED47B;
}
.BgClassName
{
background-color: #FED47B;
}
</style>
border-color css
<style>
span { border-color: #FED47B; }
span { border-color: rgb(254,212,123); }
td.TdClassName
{
border-color: #FED47B;
}
.TagClassName
{
border-color: #FED47B;
}
</style>