Shades of Safety Orange #FF7701
Tints of Safety Orange #FF7701
RGB
CMYK
RGB Variations
Color information
#FF7701 (or 0xFF7701) is known color: Safety Orange. HEX triplet: FF, 77 and 01. RGB value is (255,119,1). Sum of RGB (Red+Green+Blue) = 255+119+1=375 (49% of max value = 765). Red value is 255 (100% from 255 or 68% from 375); Green value is 119 (46.88% from 255 or 31.73% from 375); Blue value is 1 (0.78% from 255 or 0.27% from 375); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7701 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF7701 is #0088FE. Grayscale: #929292. Windows color (decimal): -35071 or 96255. OLE color: 96255.
HSL color Cylindrical-coordinate representation of color #FF7701: hue angle of 27.87º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FF7701 is Cyan = 0, Magento = 0.53, Yellow = 1.00 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 119 | 1 | - |
| CMYK | 0 | 0.53 | 1.00 | 0 |
| HSL | 27.87º | 1% | 0.5% | - |
| HSV(B) | 27.87º | 1% | 1% | - |
| XYZ | 47.84 | 34.46 | 4.16 | - |
| YUV | 146.21 | 46.06 | 205.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 119 | 1 | 0 | 0.53 | 1.00 | 0 | 27.87 | 1 | 0.5 |
| Hex | FF | 77 | 1 | 0 | 35 | 64 | 0 | 1C | 64 | 32 |
| Octal | 377 | 167 | 1 | 0 | 65 | 144 | 0 | 34 | 144 | 62 |
| Binary | 11111111 | 1110111 | 1 | 0 | 110101 | 1100100 | 0 | 11100 | 1100100 | 110010 |
Color Harmonies of #FF7701
Complementary color
Monochromatic Colors of #FF7701
Black with #FF7701
Text Example
Text Example
White with #FF7701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7701; }
p { color: rgb(255,119,1); }
H1.HeaderClassName
{
color: #FF7701;
}
.AnyTagClassName
{
color: #FF7701;
}
</style>
background-color css
<style>
a { background-color: #FF7701; }
a { background-color: rgb(255,119,1); }
div.DivClassName
{
background-color: #FF7701;
}
.BgClassName
{
background-color: #FF7701;
}
</style>
border-color css
<style>
span { border-color: #FF7701; }
span { border-color: rgb(255,119,1); }
td.TdClassName
{
border-color: #FF7701;
}
.TagClassName
{
border-color: #FF7701;
}
</style>