Shades of Safety Orange #FE6902
Tints of Safety Orange #FE6902
RGB
CMYK
RGB Variations
Color information
#FE6902 (or 0xFE6902) is known color: Safety Orange. HEX triplet: FE, 69 and 02. RGB value is (254,105,2). Sum of RGB (Red+Green+Blue) = 254+105+2=361 (47% of max value = 765). Red value is 254 (99.61% from 255 or 70.36% from 361); Green value is 105 (41.41% from 255 or 29.09% from 361); Blue value is 2 (1.17% from 255 or 0.55% from 361); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6902 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE6902 is #0196FD. Grayscale: #8A8A8A. Windows color (decimal): -104190 or 158206. OLE color: 158206.
HSL color Cylindrical-coordinate representation of color #FE6902: hue angle of 24.52º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FE6902 is Cyan = 0, Magento = 0.59, Yellow = 0.99 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 105 | 2 | - |
| CMYK | 0 | 0.59 | 0.99 | 0.00 |
| HSL | 24.52º | 0.99% | 0.5% | - |
| HSV(B) | 24.52º | 0.99% | 1% | - |
| XYZ | 45.94 | 31.18 | 3.65 | - |
| YUV | 137.81 | 51.36 | 210.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 105 | 2 | 0 | 0.59 | 0.99 | 0.00 | 24.52 | 0.99 | 0.5 |
| Hex | FE | 69 | 2 | 0 | 3B | 63 | 0 | 19 | 63 | 32 |
| Octal | 376 | 151 | 2 | 0 | 73 | 143 | 0 | 31 | 143 | 62 |
| Binary | 11111110 | 1101001 | 10 | 0 | 111011 | 1100011 | 0 | 11001 | 1100011 | 110010 |
Color Harmonies of #FE6902
Complementary color
Monochromatic Colors of #FE6902
Black with #FE6902
Text Example
Text Example
White with #FE6902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE6902; }
p { color: rgb(254,105,2); }
H1.HeaderClassName
{
color: #FE6902;
}
.AnyTagClassName
{
color: #FE6902;
}
</style>
background-color css
<style>
a { background-color: #FE6902; }
a { background-color: rgb(254,105,2); }
div.DivClassName
{
background-color: #FE6902;
}
.BgClassName
{
background-color: #FE6902;
}
</style>
border-color css
<style>
span { border-color: #FE6902; }
span { border-color: rgb(254,105,2); }
td.TdClassName
{
border-color: #FE6902;
}
.TagClassName
{
border-color: #FE6902;
}
</style>