Shades of Safety Orange #FF7601
Tints of Safety Orange #FF7601
RGB
CMYK
RGB Variations
Color information
#FF7601 (or 0xFF7601) is known color: Safety Orange. HEX triplet: FF, 76 and 01. RGB value is (255,118,1). Sum of RGB (Red+Green+Blue) = 255+118+1=374 (49% of max value = 765). Red value is 255 (100% from 255 or 68.18% from 374); Green value is 118 (46.48% from 255 or 31.55% from 374); Blue value is 1 (0.78% from 255 or 0.27% from 374); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7601 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF7601 is #0089FE. Grayscale: #929292. Windows color (decimal): -35327 or 95999. OLE color: 95999.
HSL color Cylindrical-coordinate representation of color #FF7601: hue angle of 27.64º 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 #FF7601 is Cyan = 0, Magento = 0.54, Yellow = 1.00 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 118 | 1 | - |
| CMYK | 0 | 0.54 | 1.00 | 0 |
| HSL | 27.64º | 1% | 0.5% | - |
| HSV(B) | 27.64º | 1% | 1% | - |
| XYZ | 47.72 | 34.22 | 4.12 | - |
| YUV | 145.63 | 46.39 | 206.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 118 | 1 | 0 | 0.54 | 1.00 | 0 | 27.64 | 1 | 0.5 |
| Hex | FF | 76 | 1 | 0 | 36 | 64 | 0 | 1C | 64 | 32 |
| Octal | 377 | 166 | 1 | 0 | 66 | 144 | 0 | 34 | 144 | 62 |
| Binary | 11111111 | 1110110 | 1 | 0 | 110110 | 1100100 | 0 | 11100 | 1100100 | 110010 |
Color Harmonies of #FF7601
Complementary color
Monochromatic Colors of #FF7601
Black with #FF7601
Text Example
Text Example
White with #FF7601
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7601; }
p { color: rgb(255,118,1); }
H1.HeaderClassName
{
color: #FF7601;
}
.AnyTagClassName
{
color: #FF7601;
}
</style>
background-color css
<style>
a { background-color: #FF7601; }
a { background-color: rgb(255,118,1); }
div.DivClassName
{
background-color: #FF7601;
}
.BgClassName
{
background-color: #FF7601;
}
</style>
border-color css
<style>
span { border-color: #FF7601; }
span { border-color: rgb(255,118,1); }
td.TdClassName
{
border-color: #FF7601;
}
.TagClassName
{
border-color: #FF7601;
}
</style>