Shades of Salomie #FED27C
Tints of Salomie #FED27C
RGB
CMYK
RGB Variations
Color information
#FED27C (or 0xFED27C) is known color: Salomie. HEX triplet: FE, D2 and 7C. RGB value is (254,210,124). Sum of RGB (Red+Green+Blue) = 254+210+124=588 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.20% from 588); Green value is 210 (82.42% from 255 or 35.71% from 588); Blue value is 124 (48.83% from 255 or 21.09% from 588); Max value from RGB is 254 - color contains mainly: red. Hex color #FED27C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FED27C is #012D83. Grayscale: #D5D5D5. Windows color (decimal): -77188 or 8180478. OLE color: 8180478.
HSL color Cylindrical-coordinate representation of color #FED27C: hue angle of 39.69º degrees, saturation: 0.98, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FED27C is Cyan = 0, Magento = 0.17, Yellow = 0.51 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 210 | 124 | - |
| CMYK | 0 | 0.17 | 0.51 | 0.00 |
| HSL | 39.69º | 0.98% | 0.74% | - |
| HSV(B) | 39.69º | 0.51% | 1% | - |
| XYZ | 67.56 | 68.62 | 28.75 | - |
| YUV | 213.35 | 77.58 | 156.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 210 | 124 | 0 | 0.17 | 0.51 | 0.00 | 39.69 | 0.98 | 0.74 |
| Hex | FE | D2 | 7C | 0 | 11 | 33 | 0 | 28 | 62 | 4A |
| Octal | 376 | 322 | 174 | 0 | 21 | 63 | 0 | 50 | 142 | 112 |
| Binary | 11111110 | 11010010 | 1111100 | 0 | 10001 | 110011 | 0 | 101000 | 1100010 | 1001010 |
Color Harmonies of #FED27C
Complementary color
Monochromatic Colors of #FED27C
Black with #FED27C
Text Example
Text Example
White with #FED27C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED27C; }
p { color: rgb(254,210,124); }
H1.HeaderClassName
{
color: #FED27C;
}
.AnyTagClassName
{
color: #FED27C;
}
</style>
background-color css
<style>
a { background-color: #FED27C; }
a { background-color: rgb(254,210,124); }
div.DivClassName
{
background-color: #FED27C;
}
.BgClassName
{
background-color: #FED27C;
}
</style>
border-color css
<style>
span { border-color: #FED27C; }
span { border-color: rgb(254,210,124); }
td.TdClassName
{
border-color: #FED27C;
}
.TagClassName
{
border-color: #FED27C;
}
</style>