Shades of Safety Orange #FE6502
Tints of Safety Orange #FE6502
RGB
CMYK
RGB Variations
Color information
#FE6502 (or 0xFE6502) is known color: Safety Orange. HEX triplet: FE, 65 and 02. RGB value is (254,101,2). Sum of RGB (Red+Green+Blue) = 254+101+2=357 (47% of max value = 765). Red value is 254 (99.61% from 255 or 71.15% from 357); Green value is 101 (39.84% from 255 or 28.29% from 357); Blue value is 2 (1.17% from 255 or 0.56% from 357); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6502 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE6502 is #019AFD. Grayscale: #888888. Windows color (decimal): -105214 or 157182. OLE color: 157182.
HSL color Cylindrical-coordinate representation of color #FE6502: hue angle of 23.57º 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 #FE6502 is Cyan = 0, Magento = 0.60, Yellow = 0.99 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 101 | 2 | - |
| CMYK | 0 | 0.60 | 0.99 | 0.00 |
| HSL | 23.57º | 0.99% | 0.5% | - |
| HSV(B) | 23.57º | 0.99% | 1% | - |
| XYZ | 45.54 | 30.38 | 3.52 | - |
| YUV | 135.46 | 52.69 | 212.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 101 | 2 | 0 | 0.60 | 0.99 | 0.00 | 23.57 | 0.99 | 0.5 |
| Hex | FE | 65 | 2 | 0 | 3C | 63 | 0 | 18 | 63 | 32 |
| Octal | 376 | 145 | 2 | 0 | 74 | 143 | 0 | 30 | 143 | 62 |
| Binary | 11111110 | 1100101 | 10 | 0 | 111100 | 1100011 | 0 | 11000 | 1100011 | 110010 |
Color Harmonies of #FE6502
Complementary color
Monochromatic Colors of #FE6502
Black with #FE6502
Text Example
Text Example
White with #FE6502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE6502; }
p { color: rgb(254,101,2); }
H1.HeaderClassName
{
color: #FE6502;
}
.AnyTagClassName
{
color: #FE6502;
}
</style>
background-color css
<style>
a { background-color: #FE6502; }
a { background-color: rgb(254,101,2); }
div.DivClassName
{
background-color: #FE6502;
}
.BgClassName
{
background-color: #FE6502;
}
</style>
border-color css
<style>
span { border-color: #FE6502; }
span { border-color: rgb(254,101,2); }
td.TdClassName
{
border-color: #FE6502;
}
.TagClassName
{
border-color: #FE6502;
}
</style>