Shades of Safety Orange #FE6708
Tints of Safety Orange #FE6708
RGB
CMYK
RGB Variations
Color information
#FE6708 (or 0xFE6708) is known color: Safety Orange. HEX triplet: FE, 67 and 08. RGB value is (254,103,8). Sum of RGB (Red+Green+Blue) = 254+103+8=365 (48% of max value = 765). Red value is 254 (99.61% from 255 or 69.59% from 365); Green value is 103 (40.62% from 255 or 28.22% from 365); Blue value is 8 (3.52% from 255 or 2.19% from 365); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6708 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE6708 is #0198F7. Grayscale: #898989. Windows color (decimal): -104696 or 550910. OLE color: 550910.
HSL color Cylindrical-coordinate representation of color #FE6708: hue angle of 23.17º 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 #FE6708 is Cyan = 0, Magento = 0.59, Yellow = 0.97 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 103 | 8 | - |
| CMYK | 0 | 0.59 | 0.97 | 0.00 |
| HSL | 23.17º | 0.99% | 0.51% | - |
| HSV(B) | 23.17º | 0.97% | 1% | - |
| XYZ | 45.77 | 30.79 | 3.76 | - |
| YUV | 137.32 | 55.03 | 211.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 103 | 8 | 0 | 0.59 | 0.97 | 0.00 | 23.17 | 0.99 | 0.51 |
| Hex | FE | 67 | 8 | 0 | 3B | 61 | 0 | 17 | 63 | 33 |
| Octal | 376 | 147 | 10 | 0 | 73 | 141 | 0 | 27 | 143 | 63 |
| Binary | 11111110 | 1100111 | 1000 | 0 | 111011 | 1100001 | 0 | 10111 | 1100011 | 110011 |
Color Harmonies of #FE6708
Complementary color
Monochromatic Colors of #FE6708
Black with #FE6708
Text Example
Text Example
White with #FE6708
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE6708; }
p { color: rgb(254,103,8); }
H1.HeaderClassName
{
color: #FE6708;
}
.AnyTagClassName
{
color: #FE6708;
}
</style>
background-color css
<style>
a { background-color: #FE6708; }
a { background-color: rgb(254,103,8); }
div.DivClassName
{
background-color: #FE6708;
}
.BgClassName
{
background-color: #FE6708;
}
</style>
border-color css
<style>
span { border-color: #FE6708; }
span { border-color: rgb(254,103,8); }
td.TdClassName
{
border-color: #FE6708;
}
.TagClassName
{
border-color: #FE6708;
}
</style>