Shades of Safety Orange #FE600B
Tints of Safety Orange #FE600B
RGB
CMYK
RGB Variations
Color information
#FE600B (or 0xFE600B) is known color: Safety Orange. HEX triplet: FE, 60 and 0B. RGB value is (254,96,11). Sum of RGB (Red+Green+Blue) = 254+96+11=361 (47% of max value = 765). Red value is 254 (99.61% from 255 or 70.36% from 361); Green value is 96 (37.89% from 255 or 26.59% from 361); Blue value is 11 (4.69% from 255 or 3.05% from 361); Max value from RGB is 254 - color contains mainly: red. Hex color #FE600B is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE600B is #019FF4. Grayscale: #868686. Windows color (decimal): -106485 or 745726. OLE color: 745726.
HSL color Cylindrical-coordinate representation of color #FE600B: hue angle of 20.99º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FE600B is Cyan = 0, Magento = 0.62, Yellow = 0.96 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 96 | 11 | - |
| CMYK | 0 | 0.62 | 0.96 | 0.00 |
| HSL | 20.99º | 0.99% | 0.52% | - |
| HSV(B) | 20.99º | 0.96% | 1% | - |
| XYZ | 45.12 | 29.46 | 3.63 | - |
| YUV | 133.55 | 58.85 | 213.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 96 | 11 | 0 | 0.62 | 0.96 | 0.00 | 20.99 | 0.99 | 0.52 |
| Hex | FE | 60 | B | 0 | 3E | 60 | 0 | 15 | 63 | 34 |
| Octal | 376 | 140 | 13 | 0 | 76 | 140 | 0 | 25 | 143 | 64 |
| Binary | 11111110 | 1100000 | 1011 | 0 | 111110 | 1100000 | 0 | 10101 | 1100011 | 110100 |
Color Harmonies of #FE600B
Complementary color
Monochromatic Colors of #FE600B
Black with #FE600B
Text Example
Text Example
White with #FE600B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE600B; }
p { color: rgb(254,96,11); }
H1.HeaderClassName
{
color: #FE600B;
}
.AnyTagClassName
{
color: #FE600B;
}
</style>
background-color css
<style>
a { background-color: #FE600B; }
a { background-color: rgb(254,96,11); }
div.DivClassName
{
background-color: #FE600B;
}
.BgClassName
{
background-color: #FE600B;
}
</style>
border-color css
<style>
span { border-color: #FE600B; }
span { border-color: rgb(254,96,11); }
td.TdClassName
{
border-color: #FE600B;
}
.TagClassName
{
border-color: #FE600B;
}
</style>