Shades of Safety Orange #FE6B08
Tints of Safety Orange #FE6B08
RGB
CMYK
RGB Variations
Color information
#FE6B08 (or 0xFE6B08) is known color: Safety Orange. HEX triplet: FE, 6B and 08. RGB value is (254,107,8). Sum of RGB (Red+Green+Blue) = 254+107+8=369 (48% of max value = 765). Red value is 254 (99.61% from 255 or 68.83% from 369); Green value is 107 (42.19% from 255 or 29.00% from 369); Blue value is 8 (3.52% from 255 or 2.17% from 369); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6B08 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE6B08 is #0194F7. Grayscale: #8C8C8C. Windows color (decimal): -103672 or 551934. OLE color: 551934.
HSL color Cylindrical-coordinate representation of color #FE6B08: hue angle of 24.15º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FE6B08 is Cyan = 0, Magento = 0.58, Yellow = 0.97 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 107 | 8 | - |
| CMYK | 0 | 0.58 | 0.97 | 0.00 |
| HSL | 24.15º | 0.99% | 0.51% | - |
| HSV(B) | 24.15º | 0.97% | 1% | - |
| XYZ | 46.17 | 31.6 | 3.9 | - |
| YUV | 139.67 | 53.7 | 209.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 107 | 8 | 0 | 0.58 | 0.97 | 0.00 | 24.15 | 0.99 | 0.51 |
| Hex | FE | 6B | 8 | 0 | 3A | 61 | 0 | 18 | 63 | 33 |
| Octal | 376 | 153 | 10 | 0 | 72 | 141 | 0 | 30 | 143 | 63 |
| Binary | 11111110 | 1101011 | 1000 | 0 | 111010 | 1100001 | 0 | 11000 | 1100011 | 110011 |
Color Harmonies of #FE6B08
Complementary color
Monochromatic Colors of #FE6B08
Black with #FE6B08
Text Example
Text Example
White with #FE6B08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE6B08; }
p { color: rgb(254,107,8); }
H1.HeaderClassName
{
color: #FE6B08;
}
.AnyTagClassName
{
color: #FE6B08;
}
</style>
background-color css
<style>
a { background-color: #FE6B08; }
a { background-color: rgb(254,107,8); }
div.DivClassName
{
background-color: #FE6B08;
}
.BgClassName
{
background-color: #FE6B08;
}
</style>
border-color css
<style>
span { border-color: #FE6B08; }
span { border-color: rgb(254,107,8); }
td.TdClassName
{
border-color: #FE6B08;
}
.TagClassName
{
border-color: #FE6B08;
}
</style>