Shades of Safety Orange #FE6405
Tints of Safety Orange #FE6405
RGB
CMYK
RGB Variations
Color information
#FE6405 (or 0xFE6405) is known color: Safety Orange. HEX triplet: FE, 64 and 05. RGB value is (254,100,5). Sum of RGB (Red+Green+Blue) = 254+100+5=359 (47% of max value = 765). Red value is 254 (99.61% from 255 or 70.75% from 359); Green value is 100 (39.45% from 255 or 27.86% from 359); Blue value is 5 (2.34% from 255 or 1.39% from 359); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6405 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE6405 is #019BFA. Grayscale: #878787. Windows color (decimal): -105467 or 353534. OLE color: 353534.
HSL color Cylindrical-coordinate representation of color #FE6405: hue angle of 22.89º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FE6405 is Cyan = 0, Magento = 0.61, Yellow = 0.98 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 100 | 5 | - |
| CMYK | 0 | 0.61 | 0.98 | 0.00 |
| HSL | 22.89º | 0.99% | 0.51% | - |
| HSV(B) | 22.89º | 0.98% | 1% | - |
| XYZ | 45.46 | 30.2 | 3.58 | - |
| YUV | 135.22 | 54.52 | 212.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 100 | 5 | 0 | 0.61 | 0.98 | 0.00 | 22.89 | 0.99 | 0.51 |
| Hex | FE | 64 | 5 | 0 | 3D | 62 | 0 | 17 | 63 | 33 |
| Octal | 376 | 144 | 5 | 0 | 75 | 142 | 0 | 27 | 143 | 63 |
| Binary | 11111110 | 1100100 | 101 | 0 | 111101 | 1100010 | 0 | 10111 | 1100011 | 110011 |
Color Harmonies of #FE6405
Complementary color
Monochromatic Colors of #FE6405
Black with #FE6405
Text Example
Text Example
White with #FE6405
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE6405; }
p { color: rgb(254,100,5); }
H1.HeaderClassName
{
color: #FE6405;
}
.AnyTagClassName
{
color: #FE6405;
}
</style>
background-color css
<style>
a { background-color: #FE6405; }
a { background-color: rgb(254,100,5); }
div.DivClassName
{
background-color: #FE6405;
}
.BgClassName
{
background-color: #FE6405;
}
</style>
border-color css
<style>
span { border-color: #FE6405; }
span { border-color: rgb(254,100,5); }
td.TdClassName
{
border-color: #FE6405;
}
.TagClassName
{
border-color: #FE6405;
}
</style>