Shades of Safety Orange #FE6D08
Tints of Safety Orange #FE6D08
RGB
CMYK
RGB Variations
Color information
#FE6D08 (or 0xFE6D08) is known color: Safety Orange. HEX triplet: FE, 6D and 08. RGB value is (254,109,8). Sum of RGB (Red+Green+Blue) = 254+109+8=371 (49% of max value = 765). Red value is 254 (99.61% from 255 or 68.46% from 371); Green value is 109 (42.97% from 255 or 29.38% from 371); Blue value is 8 (3.52% from 255 or 2.16% from 371); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6D08 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE6D08 is #0192F7. Grayscale: #8D8D8D. Windows color (decimal): -103160 or 552446. OLE color: 552446.
HSL color Cylindrical-coordinate representation of color #FE6D08: hue angle of 24.63º 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 #FE6D08 is Cyan = 0, Magento = 0.57, Yellow = 0.97 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 109 | 8 | - |
| CMYK | 0 | 0.57 | 0.97 | 0.00 |
| HSL | 24.63º | 0.99% | 0.51% | - |
| HSV(B) | 24.63º | 0.97% | 1% | - |
| XYZ | 46.39 | 32.03 | 3.97 | - |
| YUV | 140.84 | 53.04 | 208.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 109 | 8 | 0 | 0.57 | 0.97 | 0.00 | 24.63 | 0.99 | 0.51 |
| Hex | FE | 6D | 8 | 0 | 39 | 61 | 0 | 19 | 63 | 33 |
| Octal | 376 | 155 | 10 | 0 | 71 | 141 | 0 | 31 | 143 | 63 |
| Binary | 11111110 | 1101101 | 1000 | 0 | 111001 | 1100001 | 0 | 11001 | 1100011 | 110011 |
Color Harmonies of #FE6D08
Complementary color
Monochromatic Colors of #FE6D08
Black with #FE6D08
Text Example
Text Example
White with #FE6D08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE6D08; }
p { color: rgb(254,109,8); }
H1.HeaderClassName
{
color: #FE6D08;
}
.AnyTagClassName
{
color: #FE6D08;
}
</style>
background-color css
<style>
a { background-color: #FE6D08; }
a { background-color: rgb(254,109,8); }
div.DivClassName
{
background-color: #FE6D08;
}
.BgClassName
{
background-color: #FE6D08;
}
</style>
border-color css
<style>
span { border-color: #FE6D08; }
span { border-color: rgb(254,109,8); }
td.TdClassName
{
border-color: #FE6D08;
}
.TagClassName
{
border-color: #FE6D08;
}
</style>