Shades of Safety Orange #F9620E
Tints of Safety Orange #F9620E
RGB
CMYK
RGB Variations
Color information
#F9620E (or 0xF9620E) is known color: Safety Orange. HEX triplet: F9, 62 and 0E. RGB value is (249,98,14). Sum of RGB (Red+Green+Blue) = 249+98+14=361 (47% of max value = 765). Red value is 249 (97.66% from 255 or 68.98% from 361); Green value is 98 (38.67% from 255 or 27.15% from 361); Blue value is 14 (5.86% from 255 or 3.88% from 361); Max value from RGB is 249 - color contains mainly: red. Hex color #F9620E is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F9620E is #069DF1. Grayscale: #868686. Windows color (decimal): -433650 or 942841. OLE color: 942841.
HSL color Cylindrical-coordinate representation of color #F9620E: hue angle of 21.45º degrees, saturation: 0.95, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F9620E is Cyan = 0, Magento = 0.61, Yellow = 0.94 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 98 | 14 | - |
| CMYK | 0 | 0.61 | 0.94 | 0.02 |
| HSL | 21.45º | 0.95% | 0.52% | - |
| HSV(B) | 21.45º | 0.94% | 0.98% | - |
| XYZ | 43.51 | 28.91 | 3.7 | - |
| YUV | 133.57 | 60.53 | 210.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 98 | 14 | 0 | 0.61 | 0.94 | 0.02 | 21.45 | 0.95 | 0.52 |
| Hex | F9 | 62 | E | 0 | 3D | 5E | 2 | 15 | 5F | 34 |
| Octal | 371 | 142 | 16 | 0 | 75 | 136 | 2 | 25 | 137 | 64 |
| Binary | 11111001 | 1100010 | 1110 | 0 | 111101 | 1011110 | 10 | 10101 | 1011111 | 110100 |
Color Harmonies of #F9620E
Complementary color
Monochromatic Colors of #F9620E
Black with #F9620E
Text Example
Text Example
White with #F9620E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9620E; }
p { color: rgb(249,98,14); }
H1.HeaderClassName
{
color: #F9620E;
}
.AnyTagClassName
{
color: #F9620E;
}
</style>
background-color css
<style>
a { background-color: #F9620E; }
a { background-color: rgb(249,98,14); }
div.DivClassName
{
background-color: #F9620E;
}
.BgClassName
{
background-color: #F9620E;
}
</style>
border-color css
<style>
span { border-color: #F9620E; }
span { border-color: rgb(249,98,14); }
td.TdClassName
{
border-color: #F9620E;
}
.TagClassName
{
border-color: #F9620E;
}
</style>