Shades of Safety Orange #F9620F
Tints of Safety Orange #F9620F
RGB
CMYK
RGB Variations
Color information
#F9620F (or 0xF9620F) is known color: Safety Orange. HEX triplet: F9, 62 and 0F. RGB value is (249,98,15). Sum of RGB (Red+Green+Blue) = 249+98+15=362 (47% of max value = 765). Red value is 249 (97.66% from 255 or 68.78% from 362); Green value is 98 (38.67% from 255 or 27.07% from 362); Blue value is 15 (6.25% from 255 or 4.14% from 362); Max value from RGB is 249 - color contains mainly: red. Hex color #F9620F is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F9620F is #069DF0. Grayscale: #868686. Windows color (decimal): -433649 or 1008377. OLE color: 1008377.
HSL color Cylindrical-coordinate representation of color #F9620F: hue angle of 21.28º 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 #F9620F is Cyan = 0, Magento = 0.61, Yellow = 0.94 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 98 | 15 | - |
| CMYK | 0 | 0.61 | 0.94 | 0.02 |
| HSL | 21.28º | 0.95% | 0.52% | - |
| HSV(B) | 21.28º | 0.94% | 0.98% | - |
| XYZ | 43.52 | 28.91 | 3.74 | - |
| YUV | 133.69 | 61.03 | 210.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 98 | 15 | 0 | 0.61 | 0.94 | 0.02 | 21.28 | 0.95 | 0.52 |
| Hex | F9 | 62 | F | 0 | 3D | 5E | 2 | 15 | 5F | 34 |
| Octal | 371 | 142 | 17 | 0 | 75 | 136 | 2 | 25 | 137 | 64 |
| Binary | 11111001 | 1100010 | 1111 | 0 | 111101 | 1011110 | 10 | 10101 | 1011111 | 110100 |
Color Harmonies of #F9620F
Complementary color
Monochromatic Colors of #F9620F
Black with #F9620F
Text Example
Text Example
White with #F9620F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9620F; }
p { color: rgb(249,98,15); }
H1.HeaderClassName
{
color: #F9620F;
}
.AnyTagClassName
{
color: #F9620F;
}
</style>
background-color css
<style>
a { background-color: #F9620F; }
a { background-color: rgb(249,98,15); }
div.DivClassName
{
background-color: #F9620F;
}
.BgClassName
{
background-color: #F9620F;
}
</style>
border-color css
<style>
span { border-color: #F9620F; }
span { border-color: rgb(249,98,15); }
td.TdClassName
{
border-color: #F9620F;
}
.TagClassName
{
border-color: #F9620F;
}
</style>