Shades of Sea Buckthorn #FA9242
Tints of Sea Buckthorn #FA9242
RGB
CMYK
RGB Variations
Color information
#FA9242 (or 0xFA9242) is known color: Sea Buckthorn. HEX triplet: FA, 92 and 42. RGB value is (250,146,66). Sum of RGB (Red+Green+Blue) = 250+146+66=462 (61% of max value = 765). Red value is 250 (98.05% from 255 or 54.11% from 462); Green value is 146 (57.42% from 255 or 31.60% from 462); Blue value is 66 (26.17% from 255 or 14.29% from 462); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9242 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FA9242 is #056DBD. Grayscale: #A8A8A8. Windows color (decimal): -355774 or 4363002. OLE color: 4363002.
HSL color Cylindrical-coordinate representation of color #FA9242: hue angle of 26.09º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FA9242 is Cyan = 0, Magento = 0.42, Yellow = 0.74 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 146 | 66 | - |
| CMYK | 0 | 0.42 | 0.74 | 0.02 |
| HSL | 26.09º | 0.95% | 0.62% | - |
| HSV(B) | 26.09º | 0.74% | 0.98% | - |
| XYZ | 50.69 | 41.28 | 10.45 | - |
| YUV | 167.98 | 70.46 | 186.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 146 | 66 | 0 | 0.42 | 0.74 | 0.02 | 26.09 | 0.95 | 0.62 |
| Hex | FA | 92 | 42 | 0 | 2A | 4A | 2 | 1A | 5F | 3E |
| Octal | 372 | 222 | 102 | 0 | 52 | 112 | 2 | 32 | 137 | 76 |
| Binary | 11111010 | 10010010 | 1000010 | 0 | 101010 | 1001010 | 10 | 11010 | 1011111 | 111110 |
Color Harmonies of #FA9242
Complementary color
Monochromatic Colors of #FA9242
Black with #FA9242
Text Example
Text Example
White with #FA9242
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA9242; }
p { color: rgb(250,146,66); }
H1.HeaderClassName
{
color: #FA9242;
}
.AnyTagClassName
{
color: #FA9242;
}
</style>
background-color css
<style>
a { background-color: #FA9242; }
a { background-color: rgb(250,146,66); }
div.DivClassName
{
background-color: #FA9242;
}
.BgClassName
{
background-color: #FA9242;
}
</style>
border-color css
<style>
span { border-color: #FA9242; }
span { border-color: rgb(250,146,66); }
td.TdClassName
{
border-color: #FA9242;
}
.TagClassName
{
border-color: #FA9242;
}
</style>