Shades of Safety Orange #FE5C0D
Tints of Safety Orange #FE5C0D
RGB
CMYK
RGB Variations
Color information
#FE5C0D (or 0xFE5C0D) is known color: Safety Orange. HEX triplet: FE, 5C and 0D. RGB value is (254,92,13). Sum of RGB (Red+Green+Blue) = 254+92+13=359 (47% of max value = 765). Red value is 254 (99.61% from 255 or 70.75% from 359); Green value is 92 (36.33% from 255 or 25.63% from 359); Blue value is 13 (5.47% from 255 or 3.62% from 359); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5C0D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE5C0D is #01A3F2. Grayscale: #838383. Windows color (decimal): -107507 or 875774. OLE color: 875774.
HSL color Cylindrical-coordinate representation of color #FE5C0D: hue angle of 19.67º 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 #FE5C0D is Cyan = 0, Magento = 0.64, Yellow = 0.95 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 92 | 13 | - |
| CMYK | 0 | 0.64 | 0.95 | 0.00 |
| HSL | 19.67º | 0.99% | 0.52% | - |
| HSV(B) | 19.67º | 0.95% | 1% | - |
| XYZ | 44.77 | 28.75 | 3.57 | - |
| YUV | 131.43 | 61.17 | 215.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 92 | 13 | 0 | 0.64 | 0.95 | 0.00 | 19.67 | 0.99 | 0.52 |
| Hex | FE | 5C | D | 0 | 40 | 5F | 0 | 14 | 63 | 34 |
| Octal | 376 | 134 | 15 | 0 | 100 | 137 | 0 | 24 | 143 | 64 |
| Binary | 11111110 | 1011100 | 1101 | 0 | 1000000 | 1011111 | 0 | 10100 | 1100011 | 110100 |
Color Harmonies of #FE5C0D
Complementary color
Monochromatic Colors of #FE5C0D
Black with #FE5C0D
Text Example
Text Example
White with #FE5C0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE5C0D; }
p { color: rgb(254,92,13); }
H1.HeaderClassName
{
color: #FE5C0D;
}
.AnyTagClassName
{
color: #FE5C0D;
}
</style>
background-color css
<style>
a { background-color: #FE5C0D; }
a { background-color: rgb(254,92,13); }
div.DivClassName
{
background-color: #FE5C0D;
}
.BgClassName
{
background-color: #FE5C0D;
}
</style>
border-color css
<style>
span { border-color: #FE5C0D; }
span { border-color: rgb(254,92,13); }
td.TdClassName
{
border-color: #FE5C0D;
}
.TagClassName
{
border-color: #FE5C0D;
}
</style>