Shades of Safety Orange #FE7705
Tints of Safety Orange #FE7705
RGB
CMYK
RGB Variations
Color information
#FE7705 (or 0xFE7705) is known color: Safety Orange. HEX triplet: FE, 77 and 05. RGB value is (254,119,5). Sum of RGB (Red+Green+Blue) = 254+119+5=378 (50% of max value = 765). Red value is 254 (99.61% from 255 or 67.20% from 378); Green value is 119 (46.88% from 255 or 31.48% from 378); Blue value is 5 (2.34% from 255 or 1.32% from 378); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7705 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE7705 is #0188FA. Grayscale: #929292. Windows color (decimal): -100603 or 358398. OLE color: 358398.
HSL color Cylindrical-coordinate representation of color #FE7705: hue angle of 27.47º 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 #FE7705 is Cyan = 0, Magento = 0.53, Yellow = 0.98 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 119 | 5 | - |
| CMYK | 0 | 0.53 | 0.98 | 0.00 |
| HSL | 27.47º | 0.99% | 0.51% | - |
| HSV(B) | 27.47º | 0.98% | 1% | - |
| XYZ | 47.5 | 34.28 | 4.26 | - |
| YUV | 146.37 | 48.23 | 204.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 119 | 5 | 0 | 0.53 | 0.98 | 0.00 | 27.47 | 0.99 | 0.51 |
| Hex | FE | 77 | 5 | 0 | 35 | 62 | 0 | 1B | 63 | 33 |
| Octal | 376 | 167 | 5 | 0 | 65 | 142 | 0 | 33 | 143 | 63 |
| Binary | 11111110 | 1110111 | 101 | 0 | 110101 | 1100010 | 0 | 11011 | 1100011 | 110011 |
Color Harmonies of #FE7705
Complementary color
Monochromatic Colors of #FE7705
Black with #FE7705
Text Example
Text Example
White with #FE7705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7705; }
p { color: rgb(254,119,5); }
H1.HeaderClassName
{
color: #FE7705;
}
.AnyTagClassName
{
color: #FE7705;
}
</style>
background-color css
<style>
a { background-color: #FE7705; }
a { background-color: rgb(254,119,5); }
div.DivClassName
{
background-color: #FE7705;
}
.BgClassName
{
background-color: #FE7705;
}
</style>
border-color css
<style>
span { border-color: #FE7705; }
span { border-color: rgb(254,119,5); }
td.TdClassName
{
border-color: #FE7705;
}
.TagClassName
{
border-color: #FE7705;
}
</style>