Shades of Safety Orange #FE6600
Tints of Safety Orange #FE6600
RGB
CMYK
RGB Variations
Color information
#FE6600 (or 0xFE6600) is known color: Safety Orange. HEX triplet: FE, 66 and 00. RGB value is (254,102,0). Sum of RGB (Red+Green+Blue) = 254+102+0=356 (47% of max value = 765). Red value is 254 (99.61% from 255 or 71.35% from 356); Green value is 102 (40.23% from 255 or 28.65% from 356); Blue value is 0 (0.39% from 255 or 0% from 356); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6600 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE6600 is #0199FF. Grayscale: #888888. Windows color (decimal): -104960 or 26366. OLE color: 26366.
HSL color Cylindrical-coordinate representation of color #FE6600: hue angle of 24.09º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FE6600 is Cyan = 0, Magento = 0.60, Yellow = 1 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 102 | 0 | - |
| CMYK | 0 | 0.60 | 1 | 0.00 |
| HSL | 24.09º | 1% | 0.5% | - |
| HSV(B) | 24.09º | 1% | 1% | - |
| XYZ | 45.62 | 30.57 | 3.5 | - |
| YUV | 135.82 | 51.36 | 212.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 102 | 0 | 0 | 0.60 | 1 | 0.00 | 24.09 | 1 | 0.5 |
| Hex | FE | 66 | 0 | 0 | 3C | 64 | 0 | 18 | 64 | 32 |
| Octal | 376 | 146 | 0 | 0 | 74 | 144 | 0 | 30 | 144 | 62 |
| Binary | 11111110 | 1100110 | 0 | 0 | 111100 | 1100100 | 0 | 11000 | 1100100 | 110010 |
Color Harmonies of #FE6600
Complementary color
Monochromatic Colors of #FE6600
Black with #FE6600
Text Example
Text Example
White with #FE6600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE6600; }
p { color: rgb(254,102,0); }
H1.HeaderClassName
{
color: #FE6600;
}
.AnyTagClassName
{
color: #FE6600;
}
</style>
background-color css
<style>
a { background-color: #FE6600; }
a { background-color: rgb(254,102,0); }
div.DivClassName
{
background-color: #FE6600;
}
.BgClassName
{
background-color: #FE6600;
}
</style>
border-color css
<style>
span { border-color: #FE6600; }
span { border-color: rgb(254,102,0); }
td.TdClassName
{
border-color: #FE6600;
}
.TagClassName
{
border-color: #FE6600;
}
</style>