Shades of Safety Orange #F16A0C
Tints of Safety Orange #F16A0C
RGB
CMYK
RGB Variations
Color information
#F16A0C (or 0xF16A0C) is known color: Safety Orange. HEX triplet: F1, 6A and 0C. RGB value is (241,106,12). Sum of RGB (Red+Green+Blue) = 241+106+12=359 (47% of max value = 765). Red value is 241 (94.53% from 255 or 67.13% from 359); Green value is 106 (41.80% from 255 or 29.53% from 359); Blue value is 12 (5.08% from 255 or 3.34% from 359); Max value from RGB is 241 - color contains mainly: red. Hex color #F16A0C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F16A0C is #0E95F3. Grayscale: #888888. Windows color (decimal): -955892 or 813809. OLE color: 813809.
HSL color Cylindrical-coordinate representation of color #F16A0C: hue angle of 24.63º degrees, saturation: 0.91, 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 #F16A0C is Cyan = 0, Magento = 0.56, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 106 | 12 | - |
| CMYK | 0 | 0.56 | 0.95 | 0.05 |
| HSL | 24.63º | 0.91% | 0.5% | - |
| HSV(B) | 24.63º | 0.95% | 0.95% | - |
| XYZ | 41.5 | 29.04 | 3.77 | - |
| YUV | 135.65 | 58.23 | 203.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 106 | 12 | 0 | 0.56 | 0.95 | 0.05 | 24.63 | 0.91 | 0.5 |
| Hex | F1 | 6A | C | 0 | 38 | 5F | 5 | 19 | 5B | 32 |
| Octal | 361 | 152 | 14 | 0 | 70 | 137 | 5 | 31 | 133 | 62 |
| Binary | 11110001 | 1101010 | 1100 | 0 | 111000 | 1011111 | 101 | 11001 | 1011011 | 110010 |
Color Harmonies of #F16A0C
Complementary color
Monochromatic Colors of #F16A0C
Black with #F16A0C
Text Example
Text Example
White with #F16A0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F16A0C; }
p { color: rgb(241,106,12); }
H1.HeaderClassName
{
color: #F16A0C;
}
.AnyTagClassName
{
color: #F16A0C;
}
</style>
background-color css
<style>
a { background-color: #F16A0C; }
a { background-color: rgb(241,106,12); }
div.DivClassName
{
background-color: #F16A0C;
}
.BgClassName
{
background-color: #F16A0C;
}
</style>
border-color css
<style>
span { border-color: #F16A0C; }
span { border-color: rgb(241,106,12); }
td.TdClassName
{
border-color: #F16A0C;
}
.TagClassName
{
border-color: #F16A0C;
}
</style>