Shades of Safety Orange #FF6506
Tints of Safety Orange #FF6506
RGB
CMYK
RGB Variations
Color information
#FF6506 (or 0xFF6506) is known color: Safety Orange. HEX triplet: FF, 65 and 06. RGB value is (255,101,6). Sum of RGB (Red+Green+Blue) = 255+101+6=362 (47% of max value = 765). Red value is 255 (100% from 255 or 70.44% from 362); Green value is 101 (39.84% from 255 or 27.90% from 362); Blue value is 6 (2.73% from 255 or 1.66% from 362); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6506 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF6506 is #009AF9. Grayscale: #888888. Windows color (decimal): -39674 or 419327. OLE color: 419327.
HSL color Cylindrical-coordinate representation of color #FF6506: hue angle of 22.89º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FF6506 is Cyan = 0, Magento = 0.60, Yellow = 0.98 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 101 | 6 | - |
| CMYK | 0 | 0.60 | 0.98 | 0 |
| HSL | 22.89º | 1% | 0.51% | - |
| HSV(B) | 22.89º | 0.98% | 1% | - |
| XYZ | 45.93 | 30.58 | 3.65 | - |
| YUV | 136.22 | 54.52 | 212.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 101 | 6 | 0 | 0.60 | 0.98 | 0 | 22.89 | 1 | 0.51 |
| Hex | FF | 65 | 6 | 0 | 3C | 62 | 0 | 17 | 64 | 33 |
| Octal | 377 | 145 | 6 | 0 | 74 | 142 | 0 | 27 | 144 | 63 |
| Binary | 11111111 | 1100101 | 110 | 0 | 111100 | 1100010 | 0 | 10111 | 1100100 | 110011 |
Color Harmonies of #FF6506
Complementary color
Monochromatic Colors of #FF6506
Black with #FF6506
Text Example
Text Example
White with #FF6506
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6506; }
p { color: rgb(255,101,6); }
H1.HeaderClassName
{
color: #FF6506;
}
.AnyTagClassName
{
color: #FF6506;
}
</style>
background-color css
<style>
a { background-color: #FF6506; }
a { background-color: rgb(255,101,6); }
div.DivClassName
{
background-color: #FF6506;
}
.BgClassName
{
background-color: #FF6506;
}
</style>
border-color css
<style>
span { border-color: #FF6506; }
span { border-color: rgb(255,101,6); }
td.TdClassName
{
border-color: #FF6506;
}
.TagClassName
{
border-color: #FF6506;
}
</style>