Shades of Safety Orange #FE6407
Tints of Safety Orange #FE6407
RGB
CMYK
RGB Variations
Color information
#FE6407 (or 0xFE6407) is known color: Safety Orange. HEX triplet: FE, 64 and 07. RGB value is (254,100,7). Sum of RGB (Red+Green+Blue) = 254+100+7=361 (47% of max value = 765). Red value is 254 (99.61% from 255 or 70.36% from 361); Green value is 100 (39.45% from 255 or 27.70% from 361); Blue value is 7 (3.12% from 255 or 1.94% from 361); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6407 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE6407 is #019BF8. Grayscale: #878787. Windows color (decimal): -105465 or 484606. OLE color: 484606.
HSL color Cylindrical-coordinate representation of color #FE6407: hue angle of 22.59º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FE6407 is Cyan = 0, Magento = 0.61, Yellow = 0.97 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 100 | 7 | - |
| CMYK | 0 | 0.61 | 0.97 | 0.00 |
| HSL | 22.59º | 0.99% | 0.51% | - |
| HSV(B) | 22.59º | 0.97% | 1% | - |
| XYZ | 45.47 | 30.2 | 3.63 | - |
| YUV | 135.44 | 55.52 | 212.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 100 | 7 | 0 | 0.61 | 0.97 | 0.00 | 22.59 | 0.99 | 0.51 |
| Hex | FE | 64 | 7 | 0 | 3D | 61 | 0 | 17 | 63 | 33 |
| Octal | 376 | 144 | 7 | 0 | 75 | 141 | 0 | 27 | 143 | 63 |
| Binary | 11111110 | 1100100 | 111 | 0 | 111101 | 1100001 | 0 | 10111 | 1100011 | 110011 |
Color Harmonies of #FE6407
Complementary color
Monochromatic Colors of #FE6407
Black with #FE6407
Text Example
Text Example
White with #FE6407
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE6407; }
p { color: rgb(254,100,7); }
H1.HeaderClassName
{
color: #FE6407;
}
.AnyTagClassName
{
color: #FE6407;
}
</style>
background-color css
<style>
a { background-color: #FE6407; }
a { background-color: rgb(254,100,7); }
div.DivClassName
{
background-color: #FE6407;
}
.BgClassName
{
background-color: #FE6407;
}
</style>
border-color css
<style>
span { border-color: #FE6407; }
span { border-color: rgb(254,100,7); }
td.TdClassName
{
border-color: #FE6407;
}
.TagClassName
{
border-color: #FE6407;
}
</style>