Shades of Safety Orange #FE6506
Tints of Safety Orange #FE6506
RGB
CMYK
RGB Variations
Color information
#FE6506 (or 0xFE6506) is known color: Safety Orange. HEX triplet: FE, 65 and 06. RGB value is (254,101,6). Sum of RGB (Red+Green+Blue) = 254+101+6=361 (47% of max value = 765). Red value is 254 (99.61% from 255 or 70.36% from 361); Green value is 101 (39.84% from 255 or 27.98% from 361); Blue value is 6 (2.73% from 255 or 1.66% from 361); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6506 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE6506 is #019AF9. Grayscale: #888888. Windows color (decimal): -105210 or 419326. OLE color: 419326.
HSL color Cylindrical-coordinate representation of color #FE6506: hue angle of 22.98º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FE6506 is Cyan = 0, Magento = 0.60, Yellow = 0.98 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 101 | 6 | - |
| CMYK | 0 | 0.60 | 0.98 | 0.00 |
| HSL | 22.98º | 0.99% | 0.51% | - |
| HSV(B) | 22.98º | 0.98% | 1% | - |
| XYZ | 45.56 | 30.39 | 3.64 | - |
| YUV | 135.92 | 54.69 | 212.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 101 | 6 | 0 | 0.60 | 0.98 | 0.00 | 22.98 | 0.99 | 0.51 |
| Hex | FE | 65 | 6 | 0 | 3C | 62 | 0 | 17 | 63 | 33 |
| Octal | 376 | 145 | 6 | 0 | 74 | 142 | 0 | 27 | 143 | 63 |
| Binary | 11111110 | 1100101 | 110 | 0 | 111100 | 1100010 | 0 | 10111 | 1100011 | 110011 |
Color Harmonies of #FE6506
Complementary color
Monochromatic Colors of #FE6506
Black with #FE6506
Text Example
Text Example
White with #FE6506
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE6506; }
p { color: rgb(254,101,6); }
H1.HeaderClassName
{
color: #FE6506;
}
.AnyTagClassName
{
color: #FE6506;
}
</style>
background-color css
<style>
a { background-color: #FE6506; }
a { background-color: rgb(254,101,6); }
div.DivClassName
{
background-color: #FE6506;
}
.BgClassName
{
background-color: #FE6506;
}
</style>
border-color css
<style>
span { border-color: #FE6506; }
span { border-color: rgb(254,101,6); }
td.TdClassName
{
border-color: #FE6506;
}
.TagClassName
{
border-color: #FE6506;
}
</style>