Shades of Safety Orange #F16A0D
Tints of Safety Orange #F16A0D
RGB
CMYK
RGB Variations
Color information
#F16A0D (or 0xF16A0D) is known color: Safety Orange. HEX triplet: F1, 6A and 0D. RGB value is (241,106,13). Sum of RGB (Red+Green+Blue) = 241+106+13=360 (47% of max value = 765). Red value is 241 (94.53% from 255 or 66.94% from 360); Green value is 106 (41.80% from 255 or 29.44% from 360); Blue value is 13 (5.47% from 255 or 3.61% from 360); Max value from RGB is 241 - color contains mainly: red. Hex color #F16A0D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F16A0D is #0E95F2. Grayscale: #888888. Windows color (decimal): -955891 or 879345. OLE color: 879345.
HSL color Cylindrical-coordinate representation of color #F16A0D: hue angle of 24.47º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F16A0D is Cyan = 0, Magento = 0.56, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 106 | 13 | - |
| CMYK | 0 | 0.56 | 0.95 | 0.05 |
| HSL | 24.47º | 0.9% | 0.5% | - |
| HSV(B) | 24.47º | 0.95% | 0.95% | - |
| XYZ | 41.5 | 29.04 | 3.8 | - |
| YUV | 135.76 | 58.73 | 203.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 106 | 13 | 0 | 0.56 | 0.95 | 0.05 | 24.47 | 0.9 | 0.5 |
| Hex | F1 | 6A | D | 0 | 38 | 5F | 5 | 18 | 5A | 32 |
| Octal | 361 | 152 | 15 | 0 | 70 | 137 | 5 | 30 | 132 | 62 |
| Binary | 11110001 | 1101010 | 1101 | 0 | 111000 | 1011111 | 101 | 11000 | 1011010 | 110010 |
Color Harmonies of #F16A0D
Complementary color
Monochromatic Colors of #F16A0D
Black with #F16A0D
Text Example
Text Example
White with #F16A0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F16A0D; }
p { color: rgb(241,106,13); }
H1.HeaderClassName
{
color: #F16A0D;
}
.AnyTagClassName
{
color: #F16A0D;
}
</style>
background-color css
<style>
a { background-color: #F16A0D; }
a { background-color: rgb(241,106,13); }
div.DivClassName
{
background-color: #F16A0D;
}
.BgClassName
{
background-color: #F16A0D;
}
</style>
border-color css
<style>
span { border-color: #F16A0D; }
span { border-color: rgb(241,106,13); }
td.TdClassName
{
border-color: #F16A0D;
}
.TagClassName
{
border-color: #F16A0D;
}
</style>