Shades of Safety Orange #FF6B01
Tints of Safety Orange #FF6B01
RGB
CMYK
RGB Variations
Color information
#FF6B01 (or 0xFF6B01) is known color: Safety Orange. HEX triplet: FF, 6B and 01. RGB value is (255,107,1). Sum of RGB (Red+Green+Blue) = 255+107+1=363 (48% of max value = 765). Red value is 255 (100% from 255 or 70.25% from 363); Green value is 107 (42.19% from 255 or 29.48% from 363); Blue value is 1 (0.78% from 255 or 0.28% from 363); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6B01 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF6B01 is #0094FE. Grayscale: #8B8B8B. Windows color (decimal): -38143 or 93183. OLE color: 93183.
HSL color Cylindrical-coordinate representation of color #FF6B01: hue angle of 25.04º 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 #FF6B01 is Cyan = 0, Magento = 0.58, Yellow = 1.00 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 107 | 1 | - |
| CMYK | 0 | 0.58 | 1.00 | 0 |
| HSL | 25.04º | 1% | 0.5% | - |
| HSV(B) | 25.04º | 1% | 1% | - |
| XYZ | 46.5 | 31.78 | 3.71 | - |
| YUV | 139.17 | 50.03 | 210.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 107 | 1 | 0 | 0.58 | 1.00 | 0 | 25.04 | 1 | 0.5 |
| Hex | FF | 6B | 1 | 0 | 3A | 64 | 0 | 19 | 64 | 32 |
| Octal | 377 | 153 | 1 | 0 | 72 | 144 | 0 | 31 | 144 | 62 |
| Binary | 11111111 | 1101011 | 1 | 0 | 111010 | 1100100 | 0 | 11001 | 1100100 | 110010 |
Color Harmonies of #FF6B01
Complementary color
Monochromatic Colors of #FF6B01
Black with #FF6B01
Text Example
Text Example
White with #FF6B01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6B01; }
p { color: rgb(255,107,1); }
H1.HeaderClassName
{
color: #FF6B01;
}
.AnyTagClassName
{
color: #FF6B01;
}
</style>
background-color css
<style>
a { background-color: #FF6B01; }
a { background-color: rgb(255,107,1); }
div.DivClassName
{
background-color: #FF6B01;
}
.BgClassName
{
background-color: #FF6B01;
}
</style>
border-color css
<style>
span { border-color: #FF6B01; }
span { border-color: rgb(255,107,1); }
td.TdClassName
{
border-color: #FF6B01;
}
.TagClassName
{
border-color: #FF6B01;
}
</style>