Shades of Sea Buckthorn #F0944B
Tints of Sea Buckthorn #F0944B
RGB
CMYK
RGB Variations
Color information
#F0944B (or 0xF0944B) is known color: Sea Buckthorn. HEX triplet: F0, 94 and 4B. RGB value is (240,148,75). Sum of RGB (Red+Green+Blue) = 240+148+75=463 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.84% from 463); Green value is 148 (58.20% from 255 or 31.97% from 463); Blue value is 75 (29.69% from 255 or 16.20% from 463); Max value from RGB is 240 - color contains mainly: red. Hex color #F0944B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F0944B is #0F6BB4. Grayscale: #A7A7A7. Windows color (decimal): -1010613 or 4953328. OLE color: 4953328.
HSL color Cylindrical-coordinate representation of color #F0944B: hue angle of 26.55º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F0944B is Cyan = 0, Magento = 0.38, Yellow = 0.69 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 148 | 75 | - |
| CMYK | 0 | 0.38 | 0.69 | 0.06 |
| HSL | 26.55º | 0.85% | 0.62% | - |
| HSV(B) | 26.55º | 0.69% | 0.94% | - |
| XYZ | 47.8 | 40.21 | 11.9 | - |
| YUV | 167.19 | 75.98 | 179.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 148 | 75 | 0 | 0.38 | 0.69 | 0.06 | 26.55 | 0.85 | 0.62 |
| Hex | F0 | 94 | 4B | 0 | 26 | 45 | 6 | 1B | 55 | 3E |
| Octal | 360 | 224 | 113 | 0 | 46 | 105 | 6 | 33 | 125 | 76 |
| Binary | 11110000 | 10010100 | 1001011 | 0 | 100110 | 1000101 | 110 | 11011 | 1010101 | 111110 |
Color Harmonies of #F0944B
Complementary color
Monochromatic Colors of #F0944B
Black with #F0944B
Text Example
Text Example
White with #F0944B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0944B; }
p { color: rgb(240,148,75); }
H1.HeaderClassName
{
color: #F0944B;
}
.AnyTagClassName
{
color: #F0944B;
}
</style>
background-color css
<style>
a { background-color: #F0944B; }
a { background-color: rgb(240,148,75); }
div.DivClassName
{
background-color: #F0944B;
}
.BgClassName
{
background-color: #F0944B;
}
</style>
border-color css
<style>
span { border-color: #F0944B; }
span { border-color: rgb(240,148,75); }
td.TdClassName
{
border-color: #F0944B;
}
.TagClassName
{
border-color: #F0944B;
}
</style>