Shades of Safety Orange #FE600F
Tints of Safety Orange #FE600F
RGB
CMYK
RGB Variations
Color information
#FE600F (or 0xFE600F) is known color: Safety Orange. HEX triplet: FE, 60 and 0F. RGB value is (254,96,15). Sum of RGB (Red+Green+Blue) = 254+96+15=365 (48% of max value = 765). Red value is 254 (99.61% from 255 or 69.59% from 365); Green value is 96 (37.89% from 255 or 26.30% from 365); Blue value is 15 (6.25% from 255 or 4.11% from 365); Max value from RGB is 254 - color contains mainly: red. Hex color #FE600F is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE600F is #019FF0. Grayscale: #868686. Windows color (decimal): -106481 or 1007870. OLE color: 1007870.
HSL color Cylindrical-coordinate representation of color #FE600F: hue angle of 20.33º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FE600F is Cyan = 0, Magento = 0.62, Yellow = 0.94 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 96 | 15 | - |
| CMYK | 0 | 0.62 | 0.94 | 0.00 |
| HSL | 20.33º | 0.99% | 0.53% | - |
| HSV(B) | 20.33º | 0.94% | 1% | - |
| XYZ | 45.14 | 29.47 | 3.76 | - |
| YUV | 134.01 | 60.85 | 213.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 96 | 15 | 0 | 0.62 | 0.94 | 0.00 | 20.33 | 0.99 | 0.53 |
| Hex | FE | 60 | F | 0 | 3E | 5E | 0 | 14 | 63 | 35 |
| Octal | 376 | 140 | 17 | 0 | 76 | 136 | 0 | 24 | 143 | 65 |
| Binary | 11111110 | 1100000 | 1111 | 0 | 111110 | 1011110 | 0 | 10100 | 1100011 | 110101 |
Color Harmonies of #FE600F
Complementary color
Monochromatic Colors of #FE600F
Black with #FE600F
Text Example
Text Example
White with #FE600F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE600F; }
p { color: rgb(254,96,15); }
H1.HeaderClassName
{
color: #FE600F;
}
.AnyTagClassName
{
color: #FE600F;
}
</style>
background-color css
<style>
a { background-color: #FE600F; }
a { background-color: rgb(254,96,15); }
div.DivClassName
{
background-color: #FE600F;
}
.BgClassName
{
background-color: #FE600F;
}
</style>
border-color css
<style>
span { border-color: #FE600F; }
span { border-color: rgb(254,96,15); }
td.TdClassName
{
border-color: #FE600F;
}
.TagClassName
{
border-color: #FE600F;
}
</style>