Shades of Safety Orange #FE6A02
Tints of Safety Orange #FE6A02
RGB
CMYK
RGB Variations
Color information
#FE6A02 (or 0xFE6A02) is known color: Safety Orange. HEX triplet: FE, 6A and 02. RGB value is (254,106,2). Sum of RGB (Red+Green+Blue) = 254+106+2=362 (47% of max value = 765). Red value is 254 (99.61% from 255 or 70.17% from 362); Green value is 106 (41.80% from 255 or 29.28% from 362); Blue value is 2 (1.17% from 255 or 0.55% from 362); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6A02 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE6A02 is #0195FD. Grayscale: #8A8A8A. Windows color (decimal): -103934 or 158462. OLE color: 158462.
HSL color Cylindrical-coordinate representation of color #FE6A02: hue angle of 24.76º 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 #FE6A02 is Cyan = 0, Magento = 0.58, Yellow = 0.99 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 106 | 2 | - |
| CMYK | 0 | 0.58 | 0.99 | 0.00 |
| HSL | 24.76º | 0.99% | 0.5% | - |
| HSV(B) | 24.76º | 0.99% | 1% | - |
| XYZ | 46.04 | 31.38 | 3.69 | - |
| YUV | 138.4 | 51.03 | 210.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 106 | 2 | 0 | 0.58 | 0.99 | 0.00 | 24.76 | 0.99 | 0.5 |
| Hex | FE | 6A | 2 | 0 | 3A | 63 | 0 | 19 | 63 | 32 |
| Octal | 376 | 152 | 2 | 0 | 72 | 143 | 0 | 31 | 143 | 62 |
| Binary | 11111110 | 1101010 | 10 | 0 | 111010 | 1100011 | 0 | 11001 | 1100011 | 110010 |
Color Harmonies of #FE6A02
Complementary color
Monochromatic Colors of #FE6A02
Black with #FE6A02
Text Example
Text Example
White with #FE6A02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE6A02; }
p { color: rgb(254,106,2); }
H1.HeaderClassName
{
color: #FE6A02;
}
.AnyTagClassName
{
color: #FE6A02;
}
</style>
background-color css
<style>
a { background-color: #FE6A02; }
a { background-color: rgb(254,106,2); }
div.DivClassName
{
background-color: #FE6A02;
}
.BgClassName
{
background-color: #FE6A02;
}
</style>
border-color css
<style>
span { border-color: #FE6A02; }
span { border-color: rgb(254,106,2); }
td.TdClassName
{
border-color: #FE6A02;
}
.TagClassName
{
border-color: #FE6A02;
}
</style>