Shades of Safety Orange #FE6607
Tints of Safety Orange #FE6607
RGB
CMYK
RGB Variations
Color information
#FE6607 (or 0xFE6607) is known color: Safety Orange. HEX triplet: FE, 66 and 07. RGB value is (254,102,7). Sum of RGB (Red+Green+Blue) = 254+102+7=363 (48% of max value = 765). Red value is 254 (99.61% from 255 or 69.97% from 363); Green value is 102 (40.23% from 255 or 28.10% from 363); Blue value is 7 (3.12% from 255 or 1.93% from 363); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6607 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE6607 is #0199F8. Grayscale: #898989. Windows color (decimal): -104953 or 485118. OLE color: 485118.
HSL color Cylindrical-coordinate representation of color #FE6607: hue angle of 23.08º 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 #FE6607 is Cyan = 0, Magento = 0.60, Yellow = 0.97 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 102 | 7 | - |
| CMYK | 0 | 0.60 | 0.97 | 0.00 |
| HSL | 23.08º | 0.99% | 0.51% | - |
| HSV(B) | 23.08º | 0.97% | 1% | - |
| XYZ | 45.66 | 30.59 | 3.7 | - |
| YUV | 136.62 | 54.86 | 211.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 102 | 7 | 0 | 0.60 | 0.97 | 0.00 | 23.08 | 0.99 | 0.51 |
| Hex | FE | 66 | 7 | 0 | 3C | 61 | 0 | 17 | 63 | 33 |
| Octal | 376 | 146 | 7 | 0 | 74 | 141 | 0 | 27 | 143 | 63 |
| Binary | 11111110 | 1100110 | 111 | 0 | 111100 | 1100001 | 0 | 10111 | 1100011 | 110011 |
Color Harmonies of #FE6607
Complementary color
Monochromatic Colors of #FE6607
Black with #FE6607
Text Example
Text Example
White with #FE6607
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE6607; }
p { color: rgb(254,102,7); }
H1.HeaderClassName
{
color: #FE6607;
}
.AnyTagClassName
{
color: #FE6607;
}
</style>
background-color css
<style>
a { background-color: #FE6607; }
a { background-color: rgb(254,102,7); }
div.DivClassName
{
background-color: #FE6607;
}
.BgClassName
{
background-color: #FE6607;
}
</style>
border-color css
<style>
span { border-color: #FE6607; }
span { border-color: rgb(254,102,7); }
td.TdClassName
{
border-color: #FE6607;
}
.TagClassName
{
border-color: #FE6607;
}
</style>