Shades of Safety Orange #FE660B
Tints of Safety Orange #FE660B
RGB
CMYK
RGB Variations
Color information
#FE660B (or 0xFE660B) is known color: Safety Orange. HEX triplet: FE, 66 and 0B. RGB value is (254,102,11). Sum of RGB (Red+Green+Blue) = 254+102+11=367 (48% of max value = 765). Red value is 254 (99.61% from 255 or 69.21% from 367); Green value is 102 (40.23% from 255 or 27.79% from 367); Blue value is 11 (4.69% from 255 or 3.00% from 367); Max value from RGB is 254 - color contains mainly: red. Hex color #FE660B is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE660B is #0199F4. Grayscale: #898989. Windows color (decimal): -104949 or 747262. OLE color: 747262.
HSL color Cylindrical-coordinate representation of color #FE660B: hue angle of 22.47º 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 #FE660B is Cyan = 0, Magento = 0.60, Yellow = 0.96 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 102 | 11 | - |
| CMYK | 0 | 0.60 | 0.96 | 0.00 |
| HSL | 22.47º | 0.99% | 0.52% | - |
| HSV(B) | 22.47º | 0.96% | 1% | - |
| XYZ | 45.68 | 30.6 | 3.81 | - |
| YUV | 137.07 | 56.86 | 211.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 102 | 11 | 0 | 0.60 | 0.96 | 0.00 | 22.47 | 0.99 | 0.52 |
| Hex | FE | 66 | B | 0 | 3C | 60 | 0 | 16 | 63 | 34 |
| Octal | 376 | 146 | 13 | 0 | 74 | 140 | 0 | 26 | 143 | 64 |
| Binary | 11111110 | 1100110 | 1011 | 0 | 111100 | 1100000 | 0 | 10110 | 1100011 | 110100 |
Color Harmonies of #FE660B
Complementary color
Monochromatic Colors of #FE660B
Black with #FE660B
Text Example
Text Example
White with #FE660B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE660B; }
p { color: rgb(254,102,11); }
H1.HeaderClassName
{
color: #FE660B;
}
.AnyTagClassName
{
color: #FE660B;
}
</style>
background-color css
<style>
a { background-color: #FE660B; }
a { background-color: rgb(254,102,11); }
div.DivClassName
{
background-color: #FE660B;
}
.BgClassName
{
background-color: #FE660B;
}
</style>
border-color css
<style>
span { border-color: #FE660B; }
span { border-color: rgb(254,102,11); }
td.TdClassName
{
border-color: #FE660B;
}
.TagClassName
{
border-color: #FE660B;
}
</style>