Shades of Safety Orange #F6630E
Tints of Safety Orange #F6630E
RGB
CMYK
RGB Variations
Color information
#F6630E (or 0xF6630E) is known color: Safety Orange. HEX triplet: F6, 63 and 0E. RGB value is (246,99,14). Sum of RGB (Red+Green+Blue) = 246+99+14=359 (47% of max value = 765). Red value is 246 (96.48% from 255 or 68.52% from 359); Green value is 99 (39.06% from 255 or 27.58% from 359); Blue value is 14 (5.86% from 255 or 3.90% from 359); Max value from RGB is 246 - color contains mainly: red. Hex color #F6630E is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F6630E is #099CF1. Grayscale: #858585. Windows color (decimal): -630002 or 943094. OLE color: 943094.
HSL color Cylindrical-coordinate representation of color #F6630E: hue angle of 21.98º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F6630E is Cyan = 0, Magento = 0.60, Yellow = 0.94 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 99 | 14 | - |
| CMYK | 0 | 0.60 | 0.94 | 0.04 |
| HSL | 21.98º | 0.93% | 0.51% | - |
| HSV(B) | 21.98º | 0.94% | 0.96% | - |
| XYZ | 42.55 | 28.55 | 3.68 | - |
| YUV | 133.26 | 60.7 | 208.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 99 | 14 | 0 | 0.60 | 0.94 | 0.04 | 21.98 | 0.93 | 0.51 |
| Hex | F6 | 63 | E | 0 | 3C | 5E | 4 | 16 | 5D | 33 |
| Octal | 366 | 143 | 16 | 0 | 74 | 136 | 4 | 26 | 135 | 63 |
| Binary | 11110110 | 1100011 | 1110 | 0 | 111100 | 1011110 | 100 | 10110 | 1011101 | 110011 |
Color Harmonies of #F6630E
Complementary color
Monochromatic Colors of #F6630E
Black with #F6630E
Text Example
Text Example
White with #F6630E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6630E; }
p { color: rgb(246,99,14); }
H1.HeaderClassName
{
color: #F6630E;
}
.AnyTagClassName
{
color: #F6630E;
}
</style>
background-color css
<style>
a { background-color: #F6630E; }
a { background-color: rgb(246,99,14); }
div.DivClassName
{
background-color: #F6630E;
}
.BgClassName
{
background-color: #F6630E;
}
</style>
border-color css
<style>
span { border-color: #F6630E; }
span { border-color: rgb(246,99,14); }
td.TdClassName
{
border-color: #F6630E;
}
.TagClassName
{
border-color: #F6630E;
}
</style>