Shades of Safety Orange #F3640E
Tints of Safety Orange #F3640E
RGB
CMYK
RGB Variations
Color information
#F3640E (or 0xF3640E) is known color: Safety Orange. HEX triplet: F3, 64 and 0E. RGB value is (243,100,14). Sum of RGB (Red+Green+Blue) = 243+100+14=357 (47% of max value = 765). Red value is 243 (95.31% from 255 or 68.07% from 357); Green value is 100 (39.45% from 255 or 28.01% from 357); Blue value is 14 (5.86% from 255 or 3.92% from 357); Max value from RGB is 243 - color contains mainly: red. Hex color #F3640E is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F3640E is #0C9BF1. Grayscale: #858585. Windows color (decimal): -826354 or 943347. OLE color: 943347.
HSL color Cylindrical-coordinate representation of color #F3640E: hue angle of 22.53º 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 #F3640E is Cyan = 0, Magento = 0.59, Yellow = 0.94 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 100 | 14 | - |
| CMYK | 0 | 0.59 | 0.94 | 0.05 |
| HSL | 22.53º | 0.91% | 0.5% | - |
| HSV(B) | 22.53º | 0.94% | 0.95% | - |
| XYZ | 41.6 | 28.2 | 3.67 | - |
| YUV | 132.95 | 60.88 | 206.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 100 | 14 | 0 | 0.59 | 0.94 | 0.05 | 22.53 | 0.91 | 0.5 |
| Hex | F3 | 64 | E | 0 | 3B | 5E | 5 | 17 | 5B | 32 |
| Octal | 363 | 144 | 16 | 0 | 73 | 136 | 5 | 27 | 133 | 62 |
| Binary | 11110011 | 1100100 | 1110 | 0 | 111011 | 1011110 | 101 | 10111 | 1011011 | 110010 |
Color Harmonies of #F3640E
Complementary color
Monochromatic Colors of #F3640E
Black with #F3640E
Text Example
Text Example
White with #F3640E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3640E; }
p { color: rgb(243,100,14); }
H1.HeaderClassName
{
color: #F3640E;
}
.AnyTagClassName
{
color: #F3640E;
}
</style>
background-color css
<style>
a { background-color: #F3640E; }
a { background-color: rgb(243,100,14); }
div.DivClassName
{
background-color: #F3640E;
}
.BgClassName
{
background-color: #F3640E;
}
</style>
border-color css
<style>
span { border-color: #F3640E; }
span { border-color: rgb(243,100,14); }
td.TdClassName
{
border-color: #F3640E;
}
.TagClassName
{
border-color: #F3640E;
}
</style>