Shades of Sea Buckthorn #F09442
Tints of Sea Buckthorn #F09442
RGB
CMYK
RGB Variations
Color information
#F09442 (or 0xF09442) is known color: Sea Buckthorn. HEX triplet: F0, 94 and 42. RGB value is (240,148,66). Sum of RGB (Red+Green+Blue) = 240+148+66=454 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.86% from 454); Green value is 148 (58.20% from 255 or 32.60% from 454); Blue value is 66 (26.17% from 255 or 14.54% from 454); Max value from RGB is 240 - color contains mainly: red. Hex color #F09442 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F09442 is #0F6BBD. Grayscale: #A6A6A6. Windows color (decimal): -1010622 or 4363504. OLE color: 4363504.
HSL color Cylindrical-coordinate representation of color #F09442: hue angle of 28.28º degrees, saturation: 0.85, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F09442 is Cyan = 0, Magento = 0.38, Yellow = 0.72 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 148 | 66 | - |
| CMYK | 0 | 0.38 | 0.72 | 0.06 |
| HSL | 28.28º | 0.85% | 0.6% | - |
| HSV(B) | 28.28º | 0.73% | 0.94% | - |
| XYZ | 47.51 | 40.1 | 10.39 | - |
| YUV | 166.16 | 71.48 | 180.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 148 | 66 | 0 | 0.38 | 0.72 | 0.06 | 28.28 | 0.85 | 0.6 |
| Hex | F0 | 94 | 42 | 0 | 26 | 48 | 6 | 1C | 55 | 3C |
| Octal | 360 | 224 | 102 | 0 | 46 | 110 | 6 | 34 | 125 | 74 |
| Binary | 11110000 | 10010100 | 1000010 | 0 | 100110 | 1001000 | 110 | 11100 | 1010101 | 111100 |
Color Harmonies of #F09442
Complementary color
Monochromatic Colors of #F09442
Black with #F09442
Text Example
Text Example
White with #F09442
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F09442; }
p { color: rgb(240,148,66); }
H1.HeaderClassName
{
color: #F09442;
}
.AnyTagClassName
{
color: #F09442;
}
</style>
background-color css
<style>
a { background-color: #F09442; }
a { background-color: rgb(240,148,66); }
div.DivClassName
{
background-color: #F09442;
}
.BgClassName
{
background-color: #F09442;
}
</style>
border-color css
<style>
span { border-color: #F09442; }
span { border-color: rgb(240,148,66); }
td.TdClassName
{
border-color: #F09442;
}
.TagClassName
{
border-color: #F09442;
}
</style>