Shades of Safety Orange #FE7102
Tints of Safety Orange #FE7102
RGB
CMYK
RGB Variations
Color information
#FE7102 (or 0xFE7102) is known color: Safety Orange. HEX triplet: FE, 71 and 02. RGB value is (254,113,2). Sum of RGB (Red+Green+Blue) = 254+113+2=369 (48% of max value = 765). Red value is 254 (99.61% from 255 or 68.83% from 369); Green value is 113 (44.53% from 255 or 30.62% from 369); Blue value is 2 (1.17% from 255 or 0.54% from 369); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7102 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE7102 is #018EFD. Grayscale: #8F8F8F. Windows color (decimal): -102142 or 160254. OLE color: 160254.
HSL color Cylindrical-coordinate representation of color #FE7102: hue angle of 26.43º 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 #FE7102 is Cyan = 0, Magento = 0.56, Yellow = 0.99 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 113 | 2 | - |
| CMYK | 0 | 0.56 | 0.99 | 0.00 |
| HSL | 26.43º | 0.99% | 0.5% | - |
| HSV(B) | 26.43º | 0.99% | 1% | - |
| XYZ | 46.79 | 32.89 | 3.94 | - |
| YUV | 142.51 | 48.71 | 207.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 113 | 2 | 0 | 0.56 | 0.99 | 0.00 | 26.43 | 0.99 | 0.5 |
| Hex | FE | 71 | 2 | 0 | 38 | 63 | 0 | 1A | 63 | 32 |
| Octal | 376 | 161 | 2 | 0 | 70 | 143 | 0 | 32 | 143 | 62 |
| Binary | 11111110 | 1110001 | 10 | 0 | 111000 | 1100011 | 0 | 11010 | 1100011 | 110010 |
Color Harmonies of #FE7102
Complementary color
Monochromatic Colors of #FE7102
Black with #FE7102
Text Example
Text Example
White with #FE7102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7102; }
p { color: rgb(254,113,2); }
H1.HeaderClassName
{
color: #FE7102;
}
.AnyTagClassName
{
color: #FE7102;
}
</style>
background-color css
<style>
a { background-color: #FE7102; }
a { background-color: rgb(254,113,2); }
div.DivClassName
{
background-color: #FE7102;
}
.BgClassName
{
background-color: #FE7102;
}
</style>
border-color css
<style>
span { border-color: #FE7102; }
span { border-color: rgb(254,113,2); }
td.TdClassName
{
border-color: #FE7102;
}
.TagClassName
{
border-color: #FE7102;
}
</style>