Shades of Safety Orange #FF6311
Tints of Safety Orange #FF6311
RGB
CMYK
RGB Variations
Color information
#FF6311 (or 0xFF6311) is known color: Safety Orange. HEX triplet: FF, 63 and 11. RGB value is (255,99,17). Sum of RGB (Red+Green+Blue) = 255+99+17=371 (49% of max value = 765). Red value is 255 (100% from 255 or 68.73% from 371); Green value is 99 (39.06% from 255 or 26.68% from 371); Blue value is 17 (7.03% from 255 or 4.58% from 371); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6311 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF6311 is #009CEE. Grayscale: #888888. Windows color (decimal): -40175 or 1139711. OLE color: 1139711.
HSL color Cylindrical-coordinate representation of color #FF6311: hue angle of 20.67º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FF6311 is Cyan = 0, Magento = 0.61, Yellow = 0.93 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 99 | 17 | - |
| CMYK | 0 | 0.61 | 0.93 | 0 |
| HSL | 20.67º | 1% | 0.53% | - |
| HSV(B) | 20.67º | 0.93% | 1% | - |
| XYZ | 45.8 | 30.22 | 3.95 | - |
| YUV | 136.3 | 60.68 | 212.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 99 | 17 | 0 | 0.61 | 0.93 | 0 | 20.67 | 1 | 0.53 |
| Hex | FF | 63 | 11 | 0 | 3D | 5D | 0 | 15 | 64 | 35 |
| Octal | 377 | 143 | 21 | 0 | 75 | 135 | 0 | 25 | 144 | 65 |
| Binary | 11111111 | 1100011 | 10001 | 0 | 111101 | 1011101 | 0 | 10101 | 1100100 | 110101 |
Color Harmonies of #FF6311
Complementary color
Monochromatic Colors of #FF6311
Black with #FF6311
Text Example
Text Example
White with #FF6311
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6311; }
p { color: rgb(255,99,17); }
H1.HeaderClassName
{
color: #FF6311;
}
.AnyTagClassName
{
color: #FF6311;
}
</style>
background-color css
<style>
a { background-color: #FF6311; }
a { background-color: rgb(255,99,17); }
div.DivClassName
{
background-color: #FF6311;
}
.BgClassName
{
background-color: #FF6311;
}
</style>
border-color css
<style>
span { border-color: #FF6311; }
span { border-color: rgb(255,99,17); }
td.TdClassName
{
border-color: #FF6311;
}
.TagClassName
{
border-color: #FF6311;
}
</style>