Shades of Safety Orange #FE660A
Tints of Safety Orange #FE660A
RGB
CMYK
RGB Variations
Color information
#FE660A (or 0xFE660A) is known color: Safety Orange. HEX triplet: FE, 66 and 0A. RGB value is (254,102,10). Sum of RGB (Red+Green+Blue) = 254+102+10=366 (48% of max value = 765). Red value is 254 (99.61% from 255 or 69.40% from 366); Green value is 102 (40.23% from 255 or 27.87% from 366); Blue value is 10 (4.30% from 255 or 2.73% from 366); Max value from RGB is 254 - color contains mainly: red. Hex color #FE660A is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE660A is #0199F5. Grayscale: #898989. Windows color (decimal): -104950 or 681726. OLE color: 681726.
HSL color Cylindrical-coordinate representation of color #FE660A: hue angle of 22.62º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FE660A is Cyan = 0, Magento = 0.60, Yellow = 0.96 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 102 | 10 | - |
| CMYK | 0 | 0.60 | 0.96 | 0.00 |
| HSL | 22.62º | 0.99% | 0.52% | - |
| HSV(B) | 22.62º | 0.96% | 1% | - |
| XYZ | 45.68 | 30.6 | 3.79 | - |
| YUV | 136.96 | 56.36 | 211.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 102 | 10 | 0 | 0.60 | 0.96 | 0.00 | 22.62 | 0.99 | 0.52 |
| Hex | FE | 66 | A | 0 | 3C | 60 | 0 | 17 | 63 | 34 |
| Octal | 376 | 146 | 12 | 0 | 74 | 140 | 0 | 27 | 143 | 64 |
| Binary | 11111110 | 1100110 | 1010 | 0 | 111100 | 1100000 | 0 | 10111 | 1100011 | 110100 |
Color Harmonies of #FE660A
Complementary color
Monochromatic Colors of #FE660A
Black with #FE660A
Text Example
Text Example
White with #FE660A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE660A; }
p { color: rgb(254,102,10); }
H1.HeaderClassName
{
color: #FE660A;
}
.AnyTagClassName
{
color: #FE660A;
}
</style>
background-color css
<style>
a { background-color: #FE660A; }
a { background-color: rgb(254,102,10); }
div.DivClassName
{
background-color: #FE660A;
}
.BgClassName
{
background-color: #FE660A;
}
</style>
border-color css
<style>
span { border-color: #FE660A; }
span { border-color: rgb(254,102,10); }
td.TdClassName
{
border-color: #FE660A;
}
.TagClassName
{
border-color: #FE660A;
}
</style>