Shades of Safety Orange #FE5E0C
Tints of Safety Orange #FE5E0C
RGB
CMYK
RGB Variations
Color information
#FE5E0C (or 0xFE5E0C) is known color: Safety Orange. HEX triplet: FE, 5E and 0C. RGB value is (254,94,12). Sum of RGB (Red+Green+Blue) = 254+94+12=360 (47% of max value = 765). Red value is 254 (99.61% from 255 or 70.56% from 360); Green value is 94 (37.11% from 255 or 26.11% from 360); Blue value is 12 (5.08% from 255 or 3.33% from 360); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5E0C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE5E0C is #01A1F3. Grayscale: #848484. Windows color (decimal): -106996 or 810750. OLE color: 810750.
HSL color Cylindrical-coordinate representation of color #FE5E0C: hue angle of 20.33º 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 #FE5E0C is Cyan = 0, Magento = 0.63, Yellow = 0.95 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 94 | 12 | - |
| CMYK | 0 | 0.63 | 0.95 | 0.00 |
| HSL | 20.33º | 0.99% | 0.52% | - |
| HSV(B) | 20.33º | 0.95% | 1% | - |
| XYZ | 44.94 | 29.1 | 3.6 | - |
| YUV | 132.49 | 60.01 | 214.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 94 | 12 | 0 | 0.63 | 0.95 | 0.00 | 20.33 | 0.99 | 0.52 |
| Hex | FE | 5E | C | 0 | 3F | 5F | 0 | 14 | 63 | 34 |
| Octal | 376 | 136 | 14 | 0 | 77 | 137 | 0 | 24 | 143 | 64 |
| Binary | 11111110 | 1011110 | 1100 | 0 | 111111 | 1011111 | 0 | 10100 | 1100011 | 110100 |
Color Harmonies of #FE5E0C
Complementary color
Monochromatic Colors of #FE5E0C
Black with #FE5E0C
Text Example
Text Example
White with #FE5E0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE5E0C; }
p { color: rgb(254,94,12); }
H1.HeaderClassName
{
color: #FE5E0C;
}
.AnyTagClassName
{
color: #FE5E0C;
}
</style>
background-color css
<style>
a { background-color: #FE5E0C; }
a { background-color: rgb(254,94,12); }
div.DivClassName
{
background-color: #FE5E0C;
}
.BgClassName
{
background-color: #FE5E0C;
}
</style>
border-color css
<style>
span { border-color: #FE5E0C; }
span { border-color: rgb(254,94,12); }
td.TdClassName
{
border-color: #FE5E0C;
}
.TagClassName
{
border-color: #FE5E0C;
}
</style>