Shades of Safety Orange #FF6101
Tints of Safety Orange #FF6101
RGB
CMYK
RGB Variations
Color information
#FF6101 (or 0xFF6101) is known color: Safety Orange. HEX triplet: FF, 61 and 01. RGB value is (255,97,1). Sum of RGB (Red+Green+Blue) = 255+97+1=353 (46% of max value = 765). Red value is 255 (100% from 255 or 72.24% from 353); Green value is 97 (38.28% from 255 or 27.48% from 353); Blue value is 1 (0.78% from 255 or 0.28% from 353); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6101 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF6101 is #009EFE. Grayscale: #858585. Windows color (decimal): -40703 or 90623. OLE color: 90623.
HSL color Cylindrical-coordinate representation of color #FF6101: hue angle of 22.68º 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 #FF6101 is Cyan = 0, Magento = 0.62, Yellow = 1.00 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 97 | 1 | - |
| CMYK | 0 | 0.62 | 1.00 | 0 |
| HSL | 22.68º | 1% | 0.5% | - |
| HSV(B) | 22.68º | 1% | 1% | - |
| XYZ | 45.52 | 29.81 | 3.38 | - |
| YUV | 133.3 | 53.35 | 214.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 97 | 1 | 0 | 0.62 | 1.00 | 0 | 22.68 | 1 | 0.5 |
| Hex | FF | 61 | 1 | 0 | 3E | 64 | 0 | 17 | 64 | 32 |
| Octal | 377 | 141 | 1 | 0 | 76 | 144 | 0 | 27 | 144 | 62 |
| Binary | 11111111 | 1100001 | 1 | 0 | 111110 | 1100100 | 0 | 10111 | 1100100 | 110010 |
Color Harmonies of #FF6101
Complementary color
Monochromatic Colors of #FF6101
Black with #FF6101
Text Example
Text Example
White with #FF6101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6101; }
p { color: rgb(255,97,1); }
H1.HeaderClassName
{
color: #FF6101;
}
.AnyTagClassName
{
color: #FF6101;
}
</style>
background-color css
<style>
a { background-color: #FF6101; }
a { background-color: rgb(255,97,1); }
div.DivClassName
{
background-color: #FF6101;
}
.BgClassName
{
background-color: #FF6101;
}
</style>
border-color css
<style>
span { border-color: #FF6101; }
span { border-color: rgb(255,97,1); }
td.TdClassName
{
border-color: #FF6101;
}
.TagClassName
{
border-color: #FF6101;
}
</style>