Shades of Salomie #FED278
Tints of Salomie #FED278
RGB
CMYK
RGB Variations
Color information
#FED278 (or 0xFED278) is known color: Salomie. HEX triplet: FE, D2 and 78. RGB value is (254,210,120). Sum of RGB (Red+Green+Blue) = 254+210+120=584 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.49% from 584); Green value is 210 (82.42% from 255 or 35.96% from 584); Blue value is 120 (47.27% from 255 or 20.55% from 584); Max value from RGB is 254 - color contains mainly: red. Hex color #FED278 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FED278 is #012D87. Grayscale: #D5D5D5. Windows color (decimal): -77192 or 7918334. OLE color: 7918334.
HSL color Cylindrical-coordinate representation of color #FED278: hue angle of 40.3º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FED278 is Cyan = 0, Magento = 0.17, Yellow = 0.53 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 210 | 120 | - |
| CMYK | 0 | 0.17 | 0.53 | 0.00 |
| HSL | 40.3º | 0.99% | 0.73% | - |
| HSV(B) | 40.3º | 0.53% | 1% | - |
| XYZ | 67.31 | 68.52 | 27.45 | - |
| YUV | 212.9 | 75.58 | 157.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 210 | 120 | 0 | 0.17 | 0.53 | 0.00 | 40.3 | 0.99 | 0.73 |
| Hex | FE | D2 | 78 | 0 | 11 | 35 | 0 | 28 | 63 | 49 |
| Octal | 376 | 322 | 170 | 0 | 21 | 65 | 0 | 50 | 143 | 111 |
| Binary | 11111110 | 11010010 | 1111000 | 0 | 10001 | 110101 | 0 | 101000 | 1100011 | 1001001 |
Color Harmonies of #FED278
Complementary color
Monochromatic Colors of #FED278
Black with #FED278
Text Example
Text Example
White with #FED278
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED278; }
p { color: rgb(254,210,120); }
H1.HeaderClassName
{
color: #FED278;
}
.AnyTagClassName
{
color: #FED278;
}
</style>
background-color css
<style>
a { background-color: #FED278; }
a { background-color: rgb(254,210,120); }
div.DivClassName
{
background-color: #FED278;
}
.BgClassName
{
background-color: #FED278;
}
</style>
border-color css
<style>
span { border-color: #FED278; }
span { border-color: rgb(254,210,120); }
td.TdClassName
{
border-color: #FED278;
}
.TagClassName
{
border-color: #FED278;
}
</style>