Shades of Safety Orange #FE610A
Tints of Safety Orange #FE610A
RGB
CMYK
RGB Variations
Color information
#FE610A (or 0xFE610A) is known color: Safety Orange. HEX triplet: FE, 61 and 0A. RGB value is (254,97,10). Sum of RGB (Red+Green+Blue) = 254+97+10=361 (47% of max value = 765). Red value is 254 (99.61% from 255 or 70.36% from 361); Green value is 97 (38.28% from 255 or 26.87% from 361); Blue value is 10 (4.30% from 255 or 2.77% from 361); Max value from RGB is 254 - color contains mainly: red. Hex color #FE610A is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE610A is #019EF5. Grayscale: #868686. Windows color (decimal): -106230 or 680446. OLE color: 680446.
HSL color Cylindrical-coordinate representation of color #FE610A: hue angle of 21.39º 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 #FE610A is Cyan = 0, Magento = 0.62, Yellow = 0.96 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 97 | 10 | - |
| CMYK | 0 | 0.62 | 0.96 | 0.00 |
| HSL | 21.39º | 0.99% | 0.52% | - |
| HSV(B) | 21.39º | 0.96% | 1% | - |
| XYZ | 45.2 | 29.64 | 3.63 | - |
| YUV | 134.03 | 58.01 | 213.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 97 | 10 | 0 | 0.62 | 0.96 | 0.00 | 21.39 | 0.99 | 0.52 |
| Hex | FE | 61 | A | 0 | 3E | 60 | 0 | 15 | 63 | 34 |
| Octal | 376 | 141 | 12 | 0 | 76 | 140 | 0 | 25 | 143 | 64 |
| Binary | 11111110 | 1100001 | 1010 | 0 | 111110 | 1100000 | 0 | 10101 | 1100011 | 110100 |
Color Harmonies of #FE610A
Complementary color
Monochromatic Colors of #FE610A
Black with #FE610A
Text Example
Text Example
White with #FE610A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE610A; }
p { color: rgb(254,97,10); }
H1.HeaderClassName
{
color: #FE610A;
}
.AnyTagClassName
{
color: #FE610A;
}
</style>
background-color css
<style>
a { background-color: #FE610A; }
a { background-color: rgb(254,97,10); }
div.DivClassName
{
background-color: #FE610A;
}
.BgClassName
{
background-color: #FE610A;
}
</style>
border-color css
<style>
span { border-color: #FE610A; }
span { border-color: rgb(254,97,10); }
td.TdClassName
{
border-color: #FE610A;
}
.TagClassName
{
border-color: #FE610A;
}
</style>