Shades of Sea Buckthorn #F0904A
Tints of Sea Buckthorn #F0904A
RGB
CMYK
RGB Variations
Color information
#F0904A (or 0xF0904A) is known color: Sea Buckthorn. HEX triplet: F0, 90 and 4A. RGB value is (240,144,74). Sum of RGB (Red+Green+Blue) = 240+144+74=458 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.40% from 458); Green value is 144 (56.64% from 255 or 31.44% from 458); Blue value is 74 (29.30% from 255 or 16.16% from 458); Max value from RGB is 240 - color contains mainly: red. Hex color #F0904A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F0904A is #0F6FB5. Grayscale: #A5A5A5. Windows color (decimal): -1011638 or 4886768. OLE color: 4886768.
HSL color Cylindrical-coordinate representation of color #F0904A: hue angle of 25.3º 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 #F0904A is Cyan = 0, Magento = 0.4, Yellow = 0.69 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 144 | 74 | - |
| CMYK | 0 | 0.4 | 0.69 | 0.06 |
| HSL | 25.3º | 0.85% | 0.62% | - |
| HSV(B) | 25.3º | 0.69% | 0.94% | - |
| XYZ | 47.14 | 38.97 | 11.52 | - |
| YUV | 164.72 | 76.8 | 181.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 144 | 74 | 0 | 0.4 | 0.69 | 0.06 | 25.3 | 0.85 | 0.62 |
| Hex | F0 | 90 | 4A | 0 | 28 | 45 | 6 | 19 | 55 | 3E |
| Octal | 360 | 220 | 112 | 0 | 50 | 105 | 6 | 31 | 125 | 76 |
| Binary | 11110000 | 10010000 | 1001010 | 0 | 101000 | 1000101 | 110 | 11001 | 1010101 | 111110 |
Color Harmonies of #F0904A
Complementary color
Monochromatic Colors of #F0904A
Black with #F0904A
Text Example
Text Example
White with #F0904A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0904A; }
p { color: rgb(240,144,74); }
H1.HeaderClassName
{
color: #F0904A;
}
.AnyTagClassName
{
color: #F0904A;
}
</style>
background-color css
<style>
a { background-color: #F0904A; }
a { background-color: rgb(240,144,74); }
div.DivClassName
{
background-color: #F0904A;
}
.BgClassName
{
background-color: #F0904A;
}
</style>
border-color css
<style>
span { border-color: #F0904A; }
span { border-color: rgb(240,144,74); }
td.TdClassName
{
border-color: #F0904A;
}
.TagClassName
{
border-color: #F0904A;
}
</style>