Shades of Sea Buckthorn #FF8C44
Tints of Sea Buckthorn #FF8C44
RGB
CMYK
RGB Variations
Color information
#FF8C44 (or 0xFF8C44) is known color: Sea Buckthorn. HEX triplet: FF, 8C and 44. RGB value is (255,140,68). Sum of RGB (Red+Green+Blue) = 255+140+68=463 (61% of max value = 765). Red value is 255 (100% from 255 or 55.08% from 463); Green value is 140 (55.08% from 255 or 30.24% from 463); Blue value is 68 (26.95% from 255 or 14.69% from 463); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8C44 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF8C44 is #0073BB. Grayscale: #A6A6A6. Windows color (decimal): -29628 or 4492543. OLE color: 4492543.
HSL color Cylindrical-coordinate representation of color #FF8C44: hue angle of 23.1º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FF8C44 is Cyan = 0, Magento = 0.45, Yellow = 0.73 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 140 | 68 | - |
| CMYK | 0 | 0.45 | 0.73 | 0 |
| HSL | 23.1º | 1% | 0.63% | - |
| HSV(B) | 23.1º | 0.73% | 1% | - |
| XYZ | 51.66 | 40.43 | 10.55 | - |
| YUV | 166.18 | 72.6 | 191.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 140 | 68 | 0 | 0.45 | 0.73 | 0 | 23.1 | 1 | 0.63 |
| Hex | FF | 8C | 44 | 0 | 2D | 49 | 0 | 17 | 64 | 3F |
| Octal | 377 | 214 | 104 | 0 | 55 | 111 | 0 | 27 | 144 | 77 |
| Binary | 11111111 | 10001100 | 1000100 | 0 | 101101 | 1001001 | 0 | 10111 | 1100100 | 111111 |
Color Harmonies of #FF8C44
Complementary color
Monochromatic Colors of #FF8C44
Black with #FF8C44
Text Example
Text Example
White with #FF8C44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8C44; }
p { color: rgb(255,140,68); }
H1.HeaderClassName
{
color: #FF8C44;
}
.AnyTagClassName
{
color: #FF8C44;
}
</style>
background-color css
<style>
a { background-color: #FF8C44; }
a { background-color: rgb(255,140,68); }
div.DivClassName
{
background-color: #FF8C44;
}
.BgClassName
{
background-color: #FF8C44;
}
</style>
border-color css
<style>
span { border-color: #FF8C44; }
span { border-color: rgb(255,140,68); }
td.TdClassName
{
border-color: #FF8C44;
}
.TagClassName
{
border-color: #FF8C44;
}
</style>