Shades of Safety Orange #F77101
Tints of Safety Orange #F77101
RGB
CMYK
RGB Variations
Color information
#F77101 (or 0xF77101) is known color: Safety Orange. HEX triplet: F7, 71 and 01. RGB value is (247,113,1). Sum of RGB (Red+Green+Blue) = 247+113+1=361 (47% of max value = 765). Red value is 247 (96.88% from 255 or 68.42% from 361); Green value is 113 (44.53% from 255 or 31.30% from 361); Blue value is 1 (0.78% from 255 or 0.28% from 361); Max value from RGB is 247 - color contains mainly: red. Hex color #F77101 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F77101 is #088EFE. Grayscale: #8C8C8C. Windows color (decimal): -560895 or 94711. OLE color: 94711.
HSL color Cylindrical-coordinate representation of color #F77101: hue angle of 27.32º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F77101 is Cyan = 0, Magento = 0.54, Yellow = 1.00 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 113 | 1 | - |
| CMYK | 0 | 0.54 | 1.00 | 0.03 |
| HSL | 27.32º | 0.99% | 0.49% | - |
| HSV(B) | 27.32º | 1% | 0.97% | - |
| XYZ | 44.27 | 31.59 | 3.79 | - |
| YUV | 140.3 | 49.39 | 204.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 113 | 1 | 0 | 0.54 | 1.00 | 0.03 | 27.32 | 0.99 | 0.49 |
| Hex | F7 | 71 | 1 | 0 | 36 | 64 | 3 | 1B | 63 | 31 |
| Octal | 367 | 161 | 1 | 0 | 66 | 144 | 3 | 33 | 143 | 61 |
| Binary | 11110111 | 1110001 | 1 | 0 | 110110 | 1100100 | 11 | 11011 | 1100011 | 110001 |
Color Harmonies of #F77101
Complementary color
Monochromatic Colors of #F77101
Black with #F77101
Text Example
Text Example
White with #F77101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F77101; }
p { color: rgb(247,113,1); }
H1.HeaderClassName
{
color: #F77101;
}
.AnyTagClassName
{
color: #F77101;
}
</style>
background-color css
<style>
a { background-color: #F77101; }
a { background-color: rgb(247,113,1); }
div.DivClassName
{
background-color: #F77101;
}
.BgClassName
{
background-color: #F77101;
}
</style>
border-color css
<style>
span { border-color: #F77101; }
span { border-color: rgb(247,113,1); }
td.TdClassName
{
border-color: #F77101;
}
.TagClassName
{
border-color: #F77101;
}
</style>