Shades of Sea Buckthorn #F8924D
Tints of Sea Buckthorn #F8924D
RGB
CMYK
RGB Variations
Color information
#F8924D (or 0xF8924D) is known color: Sea Buckthorn. HEX triplet: F8, 92 and 4D. RGB value is (248,146,77). Sum of RGB (Red+Green+Blue) = 248+146+77=471 (62% of max value = 765). Red value is 248 (97.27% from 255 or 52.65% from 471); Green value is 146 (57.42% from 255 or 31.00% from 471); Blue value is 77 (30.47% from 255 or 16.35% from 471); Max value from RGB is 248 - color contains mainly: red. Hex color #F8924D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F8924D is #076DB2. Grayscale: #A9A9A9. Windows color (decimal): -486835 or 5083896. OLE color: 5083896.
HSL color Cylindrical-coordinate representation of color #F8924D: hue angle of 24.21º degrees, saturation: 0.92, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F8924D is Cyan = 0, Magento = 0.41, Yellow = 0.69 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 146 | 77 | - |
| CMYK | 0 | 0.41 | 0.69 | 0.03 |
| HSL | 24.21º | 0.92% | 0.64% | - |
| HSV(B) | 24.21º | 0.69% | 0.97% | - |
| XYZ | 50.33 | 41.05 | 12.29 | - |
| YUV | 168.63 | 76.29 | 184.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 146 | 77 | 0 | 0.41 | 0.69 | 0.03 | 24.21 | 0.92 | 0.64 |
| Hex | F8 | 92 | 4D | 0 | 29 | 45 | 3 | 18 | 5C | 40 |
| Octal | 370 | 222 | 115 | 0 | 51 | 105 | 3 | 30 | 134 | 100 |
| Binary | 11111000 | 10010010 | 1001101 | 0 | 101001 | 1000101 | 11 | 11000 | 1011100 | 1000000 |
Color Harmonies of #F8924D
Complementary color
Monochromatic Colors of #F8924D
Black with #F8924D
Text Example
Text Example
White with #F8924D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8924D; }
p { color: rgb(248,146,77); }
H1.HeaderClassName
{
color: #F8924D;
}
.AnyTagClassName
{
color: #F8924D;
}
</style>
background-color css
<style>
a { background-color: #F8924D; }
a { background-color: rgb(248,146,77); }
div.DivClassName
{
background-color: #F8924D;
}
.BgClassName
{
background-color: #F8924D;
}
</style>
border-color css
<style>
span { border-color: #F8924D; }
span { border-color: rgb(248,146,77); }
td.TdClassName
{
border-color: #F8924D;
}
.TagClassName
{
border-color: #F8924D;
}
</style>