Shades of Salomie #FED672
Tints of Salomie #FED672
RGB
CMYK
RGB Variations
Color information
#FED672 (or 0xFED672) is known color: Salomie. HEX triplet: FE, D6 and 72. RGB value is (254,214,114). Sum of RGB (Red+Green+Blue) = 254+214+114=582 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.64% from 582); Green value is 214 (83.98% from 255 or 36.77% from 582); Blue value is 114 (44.92% from 255 or 19.59% from 582); Max value from RGB is 254 - color contains mainly: red. Hex color #FED672 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FED672 is #01298D. Grayscale: #D6D6D6. Windows color (decimal): -76174 or 7526142. OLE color: 7526142.
HSL color Cylindrical-coordinate representation of color #FED672: hue angle of 42.86º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FED672 is Cyan = 0, Magento = 0.16, Yellow = 0.55 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 214 | 114 | - |
| CMYK | 0 | 0.16 | 0.55 | 0.00 |
| HSL | 42.86º | 0.99% | 0.72% | - |
| HSV(B) | 42.86º | 0.55% | 1% | - |
| XYZ | 67.96 | 70.38 | 25.92 | - |
| YUV | 214.56 | 71.25 | 156.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 214 | 114 | 0 | 0.16 | 0.55 | 0.00 | 42.86 | 0.99 | 0.72 |
| Hex | FE | D6 | 72 | 0 | 10 | 37 | 0 | 2B | 63 | 48 |
| Octal | 376 | 326 | 162 | 0 | 20 | 67 | 0 | 53 | 143 | 110 |
| Binary | 11111110 | 11010110 | 1110010 | 0 | 10000 | 110111 | 0 | 101011 | 1100011 | 1001000 |
Color Harmonies of #FED672
Complementary color
Monochromatic Colors of #FED672
Black with #FED672
Text Example
Text Example
White with #FED672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED672; }
p { color: rgb(254,214,114); }
H1.HeaderClassName
{
color: #FED672;
}
.AnyTagClassName
{
color: #FED672;
}
</style>
background-color css
<style>
a { background-color: #FED672; }
a { background-color: rgb(254,214,114); }
div.DivClassName
{
background-color: #FED672;
}
.BgClassName
{
background-color: #FED672;
}
</style>
border-color css
<style>
span { border-color: #FED672; }
span { border-color: rgb(254,214,114); }
td.TdClassName
{
border-color: #FED672;
}
.TagClassName
{
border-color: #FED672;
}
</style>