Shades of Safety Orange #FF6601
Tints of Safety Orange #FF6601
RGB
CMYK
RGB Variations
Color information
#FF6601 (or 0xFF6601) is known color: Safety Orange. HEX triplet: FF, 66 and 01. RGB value is (255,102,1). Sum of RGB (Red+Green+Blue) = 255+102+1=358 (47% of max value = 765). Red value is 255 (100% from 255 or 71.23% from 358); Green value is 102 (40.23% from 255 or 28.49% from 358); Blue value is 1 (0.78% from 255 or 0.28% from 358); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6601 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF6601 is #0099FE. Grayscale: #888888. Windows color (decimal): -39423 or 91903. OLE color: 91903.
HSL color Cylindrical-coordinate representation of color #FF6601: hue angle of 23.86º 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 #FF6601 is Cyan = 0, Magento = 0.6, Yellow = 1.00 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 102 | 1 | - |
| CMYK | 0 | 0.6 | 1.00 | 0 |
| HSL | 23.86º | 1% | 0.5% | - |
| HSV(B) | 23.86º | 1% | 1% | - |
| XYZ | 46 | 30.76 | 3.54 | - |
| YUV | 136.23 | 51.69 | 212.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 102 | 1 | 0 | 0.6 | 1.00 | 0 | 23.86 | 1 | 0.5 |
| Hex | FF | 66 | 1 | 0 | 3C | 64 | 0 | 18 | 64 | 32 |
| Octal | 377 | 146 | 1 | 0 | 74 | 144 | 0 | 30 | 144 | 62 |
| Binary | 11111111 | 1100110 | 1 | 0 | 111100 | 1100100 | 0 | 11000 | 1100100 | 110010 |
Color Harmonies of #FF6601
Complementary color
Monochromatic Colors of #FF6601
Black with #FF6601
Text Example
Text Example
White with #FF6601
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6601; }
p { color: rgb(255,102,1); }
H1.HeaderClassName
{
color: #FF6601;
}
.AnyTagClassName
{
color: #FF6601;
}
</style>
background-color css
<style>
a { background-color: #FF6601; }
a { background-color: rgb(255,102,1); }
div.DivClassName
{
background-color: #FF6601;
}
.BgClassName
{
background-color: #FF6601;
}
</style>
border-color css
<style>
span { border-color: #FF6601; }
span { border-color: rgb(255,102,1); }
td.TdClassName
{
border-color: #FF6601;
}
.TagClassName
{
border-color: #FF6601;
}
</style>