Shades of Sea Buckthorn #F38D45
Tints of Sea Buckthorn #F38D45
RGB
CMYK
RGB Variations
Color information
#F38D45 (or 0xF38D45) is known color: Sea Buckthorn. HEX triplet: F3, 8D and 45. RGB value is (243,141,69). Sum of RGB (Red+Green+Blue) = 243+141+69=453 (60% of max value = 765). Red value is 243 (95.31% from 255 or 53.64% from 453); Green value is 141 (55.47% from 255 or 31.13% from 453); Blue value is 69 (27.34% from 255 or 15.23% from 453); Max value from RGB is 243 - color contains mainly: red. Hex color #F38D45 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F38D45 is #0C72BA. Grayscale: #A3A3A3. Windows color (decimal): -815803 or 4558323. OLE color: 4558323.
HSL color Cylindrical-coordinate representation of color #F38D45: hue angle of 24.83º degrees, saturation: 0.88, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F38D45 is Cyan = 0, Magento = 0.42, Yellow = 0.72 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 141 | 69 | - |
| CMYK | 0 | 0.42 | 0.72 | 0.05 |
| HSL | 24.83º | 0.88% | 0.61% | - |
| HSV(B) | 24.83º | 0.72% | 0.95% | - |
| XYZ | 47.56 | 38.53 | 10.56 | - |
| YUV | 163.29 | 74.79 | 184.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 141 | 69 | 0 | 0.42 | 0.72 | 0.05 | 24.83 | 0.88 | 0.61 |
| Hex | F3 | 8D | 45 | 0 | 2A | 48 | 5 | 19 | 58 | 3D |
| Octal | 363 | 215 | 105 | 0 | 52 | 110 | 5 | 31 | 130 | 75 |
| Binary | 11110011 | 10001101 | 1000101 | 0 | 101010 | 1001000 | 101 | 11001 | 1011000 | 111101 |
Color Harmonies of #F38D45
Complementary color
Monochromatic Colors of #F38D45
Black with #F38D45
Text Example
Text Example
White with #F38D45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F38D45; }
p { color: rgb(243,141,69); }
H1.HeaderClassName
{
color: #F38D45;
}
.AnyTagClassName
{
color: #F38D45;
}
</style>
background-color css
<style>
a { background-color: #F38D45; }
a { background-color: rgb(243,141,69); }
div.DivClassName
{
background-color: #F38D45;
}
.BgClassName
{
background-color: #F38D45;
}
</style>
border-color css
<style>
span { border-color: #F38D45; }
span { border-color: rgb(243,141,69); }
td.TdClassName
{
border-color: #F38D45;
}
.TagClassName
{
border-color: #F38D45;
}
</style>