Shades of Safety Orange #FF6405
Tints of Safety Orange #FF6405
RGB
CMYK
RGB Variations
Color information
#FF6405 (or 0xFF6405) is known color: Safety Orange. HEX triplet: FF, 64 and 05. RGB value is (255,100,5). Sum of RGB (Red+Green+Blue) = 255+100+5=360 (47% of max value = 765). Red value is 255 (100% from 255 or 70.83% from 360); Green value is 100 (39.45% from 255 or 27.78% from 360); Blue value is 5 (2.34% from 255 or 1.39% from 360); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6405 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF6405 is #009BFA. Grayscale: #888888. Windows color (decimal): -39931 or 353535. OLE color: 353535.
HSL color Cylindrical-coordinate representation of color #FF6405: hue angle of 22.8º 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 #FF6405 is Cyan = 0, Magento = 0.61, Yellow = 0.98 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 100 | 5 | - |
| CMYK | 0 | 0.61 | 0.98 | 0 |
| HSL | 22.8º | 1% | 0.51% | - |
| HSV(B) | 22.8º | 0.98% | 1% | - |
| XYZ | 45.82 | 30.39 | 3.59 | - |
| YUV | 135.52 | 54.35 | 213.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 100 | 5 | 0 | 0.61 | 0.98 | 0 | 22.8 | 1 | 0.51 |
| Hex | FF | 64 | 5 | 0 | 3D | 62 | 0 | 17 | 64 | 33 |
| Octal | 377 | 144 | 5 | 0 | 75 | 142 | 0 | 27 | 144 | 63 |
| Binary | 11111111 | 1100100 | 101 | 0 | 111101 | 1100010 | 0 | 10111 | 1100100 | 110011 |
Color Harmonies of #FF6405
Complementary color
Monochromatic Colors of #FF6405
Black with #FF6405
Text Example
Text Example
White with #FF6405
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6405; }
p { color: rgb(255,100,5); }
H1.HeaderClassName
{
color: #FF6405;
}
.AnyTagClassName
{
color: #FF6405;
}
</style>
background-color css
<style>
a { background-color: #FF6405; }
a { background-color: rgb(255,100,5); }
div.DivClassName
{
background-color: #FF6405;
}
.BgClassName
{
background-color: #FF6405;
}
</style>
border-color css
<style>
span { border-color: #FF6405; }
span { border-color: rgb(255,100,5); }
td.TdClassName
{
border-color: #FF6405;
}
.TagClassName
{
border-color: #FF6405;
}
</style>