Shades of Salomie #FED670
Tints of Salomie #FED670
RGB
CMYK
RGB Variations
Color information
#FED670 (or 0xFED670) is known color: Salomie. HEX triplet: FE, D6 and 70. RGB value is (254,214,112). Sum of RGB (Red+Green+Blue) = 254+214+112=580 (76% of max value = 765). Red value is 254 (99.61% from 255 or 43.79% from 580); Green value is 214 (83.98% from 255 or 36.90% from 580); Blue value is 112 (44.14% from 255 or 19.31% from 580); Max value from RGB is 254 - color contains mainly: red. Hex color #FED670 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FED670 is #01298F. Grayscale: #D6D6D6. Windows color (decimal): -76176 or 7395070. OLE color: 7395070.
HSL color Cylindrical-coordinate representation of color #FED670: hue angle of 43.1º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FED670 is Cyan = 0, Magento = 0.16, Yellow = 0.56 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 214 | 112 | - |
| CMYK | 0 | 0.16 | 0.56 | 0.00 |
| HSL | 43.1º | 0.99% | 0.72% | - |
| HSV(B) | 43.1º | 0.56% | 1% | - |
| XYZ | 67.84 | 70.33 | 25.33 | - |
| YUV | 214.33 | 70.25 | 156.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 214 | 112 | 0 | 0.16 | 0.56 | 0.00 | 43.1 | 0.99 | 0.72 |
| Hex | FE | D6 | 70 | 0 | 10 | 38 | 0 | 2B | 63 | 48 |
| Octal | 376 | 326 | 160 | 0 | 20 | 70 | 0 | 53 | 143 | 110 |
| Binary | 11111110 | 11010110 | 1110000 | 0 | 10000 | 111000 | 0 | 101011 | 1100011 | 1001000 |
Color Harmonies of #FED670
Complementary color
Monochromatic Colors of #FED670
Black with #FED670
Text Example
Text Example
White with #FED670
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED670; }
p { color: rgb(254,214,112); }
H1.HeaderClassName
{
color: #FED670;
}
.AnyTagClassName
{
color: #FED670;
}
</style>
background-color css
<style>
a { background-color: #FED670; }
a { background-color: rgb(254,214,112); }
div.DivClassName
{
background-color: #FED670;
}
.BgClassName
{
background-color: #FED670;
}
</style>
border-color css
<style>
span { border-color: #FED670; }
span { border-color: rgb(254,214,112); }
td.TdClassName
{
border-color: #FED670;
}
.TagClassName
{
border-color: #FED670;
}
</style>