Shades of Safety Orange #F3670E
Tints of Safety Orange #F3670E
RGB
CMYK
RGB Variations
Color information
#F3670E (or 0xF3670E) is known color: Safety Orange. HEX triplet: F3, 67 and 0E. RGB value is (243,103,14). Sum of RGB (Red+Green+Blue) = 243+103+14=360 (47% of max value = 765). Red value is 243 (95.31% from 255 or 67.5% from 360); Green value is 103 (40.62% from 255 or 28.61% from 360); Blue value is 14 (5.86% from 255 or 3.89% from 360); Max value from RGB is 243 - color contains mainly: red. Hex color #F3670E is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F3670E is #0C98F1. Grayscale: #878787. Windows color (decimal): -825586 or 944115. OLE color: 944115.
HSL color Cylindrical-coordinate representation of color #F3670E: hue angle of 23.32º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F3670E is Cyan = 0, Magento = 0.58, Yellow = 0.94 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 103 | 14 | - |
| CMYK | 0 | 0.58 | 0.94 | 0.05 |
| HSL | 23.32º | 0.91% | 0.5% | - |
| HSV(B) | 23.32º | 0.94% | 0.95% | - |
| XYZ | 41.89 | 28.79 | 3.76 | - |
| YUV | 134.71 | 59.88 | 205.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 103 | 14 | 0 | 0.58 | 0.94 | 0.05 | 23.32 | 0.91 | 0.5 |
| Hex | F3 | 67 | E | 0 | 3A | 5E | 5 | 17 | 5B | 32 |
| Octal | 363 | 147 | 16 | 0 | 72 | 136 | 5 | 27 | 133 | 62 |
| Binary | 11110011 | 1100111 | 1110 | 0 | 111010 | 1011110 | 101 | 10111 | 1011011 | 110010 |
Color Harmonies of #F3670E
Complementary color
Monochromatic Colors of #F3670E
Black with #F3670E
Text Example
Text Example
White with #F3670E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3670E; }
p { color: rgb(243,103,14); }
H1.HeaderClassName
{
color: #F3670E;
}
.AnyTagClassName
{
color: #F3670E;
}
</style>
background-color css
<style>
a { background-color: #F3670E; }
a { background-color: rgb(243,103,14); }
div.DivClassName
{
background-color: #F3670E;
}
.BgClassName
{
background-color: #F3670E;
}
</style>
border-color css
<style>
span { border-color: #F3670E; }
span { border-color: rgb(243,103,14); }
td.TdClassName
{
border-color: #F3670E;
}
.TagClassName
{
border-color: #F3670E;
}
</style>