Shades of Sea Buckthorn #FE8D45
Tints of Sea Buckthorn #FE8D45
RGB
CMYK
RGB Variations
Color information
#FE8D45 (or 0xFE8D45) is known color: Sea Buckthorn. HEX triplet: FE, 8D and 45. RGB value is (254,141,69). Sum of RGB (Red+Green+Blue) = 254+141+69=464 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.74% from 464); Green value is 141 (55.47% from 255 or 30.39% from 464); Blue value is 69 (27.34% from 255 or 14.87% from 464); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8D45 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE8D45 is #0172BA. Grayscale: #A6A6A6. Windows color (decimal): -94907 or 4558334. OLE color: 4558334.
HSL color Cylindrical-coordinate representation of color #FE8D45: hue angle of 23.35º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FE8D45 is Cyan = 0, Magento = 0.44, Yellow = 0.73 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 141 | 69 | - |
| CMYK | 0 | 0.44 | 0.73 | 0.00 |
| HSL | 23.35º | 0.99% | 0.63% | - |
| HSV(B) | 23.35º | 0.73% | 1% | - |
| XYZ | 51.47 | 40.55 | 10.74 | - |
| YUV | 166.58 | 72.94 | 190.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 141 | 69 | 0 | 0.44 | 0.73 | 0.00 | 23.35 | 0.99 | 0.63 |
| Hex | FE | 8D | 45 | 0 | 2C | 49 | 0 | 17 | 63 | 3F |
| Octal | 376 | 215 | 105 | 0 | 54 | 111 | 0 | 27 | 143 | 77 |
| Binary | 11111110 | 10001101 | 1000101 | 0 | 101100 | 1001001 | 0 | 10111 | 1100011 | 111111 |
Color Harmonies of #FE8D45
Complementary color
Monochromatic Colors of #FE8D45
Black with #FE8D45
Text Example
Text Example
White with #FE8D45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8D45; }
p { color: rgb(254,141,69); }
H1.HeaderClassName
{
color: #FE8D45;
}
.AnyTagClassName
{
color: #FE8D45;
}
</style>
background-color css
<style>
a { background-color: #FE8D45; }
a { background-color: rgb(254,141,69); }
div.DivClassName
{
background-color: #FE8D45;
}
.BgClassName
{
background-color: #FE8D45;
}
</style>
border-color css
<style>
span { border-color: #FE8D45; }
span { border-color: rgb(254,141,69); }
td.TdClassName
{
border-color: #FE8D45;
}
.TagClassName
{
border-color: #FE8D45;
}
</style>