Shades of Sea Buckthorn #FD8C46
Tints of Sea Buckthorn #FD8C46
RGB
CMYK
RGB Variations
Color information
#FD8C46 (or 0xFD8C46) is known color: Sea Buckthorn. HEX triplet: FD, 8C and 46. RGB value is (253,140,70). Sum of RGB (Red+Green+Blue) = 253+140+70=463 (61% of max value = 765). Red value is 253 (99.22% from 255 or 54.64% from 463); Green value is 140 (55.08% from 255 or 30.24% from 463); Blue value is 70 (27.73% from 255 or 15.12% from 463); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8C46 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FD8C46 is #0273B9. Grayscale: #A6A6A6. Windows color (decimal): -160698 or 4623613. OLE color: 4623613.
HSL color Cylindrical-coordinate representation of color #FD8C46: hue angle of 22.95º degrees, saturation: 0.98, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #FD8C46 is Cyan = 0, Magento = 0.45, Yellow = 0.72 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 140 | 70 | - |
| CMYK | 0 | 0.45 | 0.72 | 0.01 |
| HSL | 22.95º | 0.98% | 0.63% | - |
| HSV(B) | 22.95º | 0.72% | 0.99% | - |
| XYZ | 50.99 | 40.08 | 10.84 | - |
| YUV | 165.81 | 73.94 | 190.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 140 | 70 | 0 | 0.45 | 0.72 | 0.01 | 22.95 | 0.98 | 0.63 |
| Hex | FD | 8C | 46 | 0 | 2D | 48 | 1 | 17 | 62 | 3F |
| Octal | 375 | 214 | 106 | 0 | 55 | 110 | 1 | 27 | 142 | 77 |
| Binary | 11111101 | 10001100 | 1000110 | 0 | 101101 | 1001000 | 1 | 10111 | 1100010 | 111111 |
Color Harmonies of #FD8C46
Complementary color
Monochromatic Colors of #FD8C46
Black with #FD8C46
Text Example
Text Example
White with #FD8C46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD8C46; }
p { color: rgb(253,140,70); }
H1.HeaderClassName
{
color: #FD8C46;
}
.AnyTagClassName
{
color: #FD8C46;
}
</style>
background-color css
<style>
a { background-color: #FD8C46; }
a { background-color: rgb(253,140,70); }
div.DivClassName
{
background-color: #FD8C46;
}
.BgClassName
{
background-color: #FD8C46;
}
</style>
border-color css
<style>
span { border-color: #FD8C46; }
span { border-color: rgb(253,140,70); }
td.TdClassName
{
border-color: #FD8C46;
}
.TagClassName
{
border-color: #FD8C46;
}
</style>