Shades of Safety Orange #FE5F0D
Tints of Safety Orange #FE5F0D
RGB
CMYK
RGB Variations
Color information
#FE5F0D (or 0xFE5F0D) is known color: Safety Orange. HEX triplet: FE, 5F and 0D. RGB value is (254,95,13). Sum of RGB (Red+Green+Blue) = 254+95+13=362 (47% of max value = 765). Red value is 254 (99.61% from 255 or 70.17% from 362); Green value is 95 (37.5% from 255 or 26.24% from 362); Blue value is 13 (5.47% from 255 or 3.59% from 362); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5F0D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE5F0D is #01A0F2. Grayscale: #858585. Windows color (decimal): -106739 or 876542. OLE color: 876542.
HSL color Cylindrical-coordinate representation of color #FE5F0D: hue angle of 20.41º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FE5F0D is Cyan = 0, Magento = 0.63, Yellow = 0.95 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 95 | 13 | - |
| CMYK | 0 | 0.63 | 0.95 | 0.00 |
| HSL | 20.41º | 0.99% | 0.52% | - |
| HSV(B) | 20.41º | 0.95% | 1% | - |
| XYZ | 45.04 | 29.28 | 3.66 | - |
| YUV | 133.19 | 60.18 | 214.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 95 | 13 | 0 | 0.63 | 0.95 | 0.00 | 20.41 | 0.99 | 0.52 |
| Hex | FE | 5F | D | 0 | 3F | 5F | 0 | 14 | 63 | 34 |
| Octal | 376 | 137 | 15 | 0 | 77 | 137 | 0 | 24 | 143 | 64 |
| Binary | 11111110 | 1011111 | 1101 | 0 | 111111 | 1011111 | 0 | 10100 | 1100011 | 110100 |
Color Harmonies of #FE5F0D
Complementary color
Monochromatic Colors of #FE5F0D
Black with #FE5F0D
Text Example
Text Example
White with #FE5F0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE5F0D; }
p { color: rgb(254,95,13); }
H1.HeaderClassName
{
color: #FE5F0D;
}
.AnyTagClassName
{
color: #FE5F0D;
}
</style>
background-color css
<style>
a { background-color: #FE5F0D; }
a { background-color: rgb(254,95,13); }
div.DivClassName
{
background-color: #FE5F0D;
}
.BgClassName
{
background-color: #FE5F0D;
}
</style>
border-color css
<style>
span { border-color: #FE5F0D; }
span { border-color: rgb(254,95,13); }
td.TdClassName
{
border-color: #FE5F0D;
}
.TagClassName
{
border-color: #FE5F0D;
}
</style>