Shades of Sea Buckthorn #FD8D45
Tints of Sea Buckthorn #FD8D45
RGB
CMYK
RGB Variations
Color information
#FD8D45 (or 0xFD8D45) is known color: Sea Buckthorn. HEX triplet: FD, 8D and 45. RGB value is (253,141,69). Sum of RGB (Red+Green+Blue) = 253+141+69=463 (61% of max value = 765). Red value is 253 (99.22% from 255 or 54.64% from 463); Green value is 141 (55.47% from 255 or 30.45% from 463); Blue value is 69 (27.34% from 255 or 14.90% from 463); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8D45 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FD8D45 is #0272BA. Grayscale: #A6A6A6. Windows color (decimal): -160443 or 4558333. OLE color: 4558333.
HSL color Cylindrical-coordinate representation of color #FD8D45: hue angle of 23.48º degrees, saturation: 0.98, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FD8D45 is Cyan = 0, Magento = 0.44, Yellow = 0.73 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 141 | 69 | - |
| CMYK | 0 | 0.44 | 0.73 | 0.01 |
| HSL | 23.48º | 0.98% | 0.63% | - |
| HSV(B) | 23.48º | 0.73% | 0.99% | - |
| XYZ | 51.11 | 40.36 | 10.73 | - |
| YUV | 166.28 | 73.11 | 189.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 141 | 69 | 0 | 0.44 | 0.73 | 0.01 | 23.48 | 0.98 | 0.63 |
| Hex | FD | 8D | 45 | 0 | 2C | 49 | 1 | 17 | 62 | 3F |
| Octal | 375 | 215 | 105 | 0 | 54 | 111 | 1 | 27 | 142 | 77 |
| Binary | 11111101 | 10001101 | 1000101 | 0 | 101100 | 1001001 | 1 | 10111 | 1100010 | 111111 |
Color Harmonies of #FD8D45
Complementary color
Monochromatic Colors of #FD8D45
Black with #FD8D45
Text Example
Text Example
White with #FD8D45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD8D45; }
p { color: rgb(253,141,69); }
H1.HeaderClassName
{
color: #FD8D45;
}
.AnyTagClassName
{
color: #FD8D45;
}
</style>
background-color css
<style>
a { background-color: #FD8D45; }
a { background-color: rgb(253,141,69); }
div.DivClassName
{
background-color: #FD8D45;
}
.BgClassName
{
background-color: #FD8D45;
}
</style>
border-color css
<style>
span { border-color: #FD8D45; }
span { border-color: rgb(253,141,69); }
td.TdClassName
{
border-color: #FD8D45;
}
.TagClassName
{
border-color: #FD8D45;
}
</style>