Shades of Safety Orange #FE6510
Tints of Safety Orange #FE6510
RGB
CMYK
RGB Variations
Color information
#FE6510 (or 0xFE6510) is known color: Safety Orange. HEX triplet: FE, 65 and 10. RGB value is (254,101,16). Sum of RGB (Red+Green+Blue) = 254+101+16=371 (49% of max value = 765). Red value is 254 (99.61% from 255 or 68.46% from 371); Green value is 101 (39.84% from 255 or 27.22% from 371); Blue value is 16 (6.64% from 255 or 4.31% from 371); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6510 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE6510 is #019AEF. Grayscale: #898989. Windows color (decimal): -105200 or 1074686. OLE color: 1074686.
HSL color Cylindrical-coordinate representation of color #FE6510: hue angle of 21.43º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FE6510 is Cyan = 0, Magento = 0.60, Yellow = 0.94 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 101 | 16 | - |
| CMYK | 0 | 0.60 | 0.94 | 0.00 |
| HSL | 21.43º | 0.99% | 0.53% | - |
| HSV(B) | 21.43º | 0.94% | 1% | - |
| XYZ | 45.62 | 30.42 | 3.96 | - |
| YUV | 137.06 | 59.69 | 211.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 101 | 16 | 0 | 0.60 | 0.94 | 0.00 | 21.43 | 0.99 | 0.53 |
| Hex | FE | 65 | 10 | 0 | 3C | 5E | 0 | 15 | 63 | 35 |
| Octal | 376 | 145 | 20 | 0 | 74 | 136 | 0 | 25 | 143 | 65 |
| Binary | 11111110 | 1100101 | 10000 | 0 | 111100 | 1011110 | 0 | 10101 | 1100011 | 110101 |
Color Harmonies of #FE6510
Complementary color
Monochromatic Colors of #FE6510
Black with #FE6510
Text Example
Text Example
White with #FE6510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE6510; }
p { color: rgb(254,101,16); }
H1.HeaderClassName
{
color: #FE6510;
}
.AnyTagClassName
{
color: #FE6510;
}
</style>
background-color css
<style>
a { background-color: #FE6510; }
a { background-color: rgb(254,101,16); }
div.DivClassName
{
background-color: #FE6510;
}
.BgClassName
{
background-color: #FE6510;
}
</style>
border-color css
<style>
span { border-color: #FE6510; }
span { border-color: rgb(254,101,16); }
td.TdClassName
{
border-color: #FE6510;
}
.TagClassName
{
border-color: #FE6510;
}
</style>