Shades of Safety Orange #FE6A0D
Tints of Safety Orange #FE6A0D
RGB
CMYK
RGB Variations
Color information
#FE6A0D (or 0xFE6A0D) is known color: Safety Orange. HEX triplet: FE, 6A and 0D. RGB value is (254,106,13). Sum of RGB (Red+Green+Blue) = 254+106+13=373 (49% of max value = 765). Red value is 254 (99.61% from 255 or 68.10% from 373); Green value is 106 (41.80% from 255 or 28.42% from 373); Blue value is 13 (5.47% from 255 or 3.49% from 373); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6A0D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE6A0D is #0195F2. Grayscale: #8C8C8C. Windows color (decimal): -103923 or 879358. OLE color: 879358.
HSL color Cylindrical-coordinate representation of color #FE6A0D: hue angle of 23.15º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FE6A0D is Cyan = 0, Magento = 0.58, Yellow = 0.95 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 106 | 13 | - |
| CMYK | 0 | 0.58 | 0.95 | 0.00 |
| HSL | 23.15º | 0.99% | 0.52% | - |
| HSV(B) | 23.15º | 0.95% | 1% | - |
| XYZ | 46.1 | 31.41 | 4.01 | - |
| YUV | 139.65 | 56.53 | 209.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 106 | 13 | 0 | 0.58 | 0.95 | 0.00 | 23.15 | 0.99 | 0.52 |
| Hex | FE | 6A | D | 0 | 3A | 5F | 0 | 17 | 63 | 34 |
| Octal | 376 | 152 | 15 | 0 | 72 | 137 | 0 | 27 | 143 | 64 |
| Binary | 11111110 | 1101010 | 1101 | 0 | 111010 | 1011111 | 0 | 10111 | 1100011 | 110100 |
Color Harmonies of #FE6A0D
Complementary color
Monochromatic Colors of #FE6A0D
Black with #FE6A0D
Text Example
Text Example
White with #FE6A0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE6A0D; }
p { color: rgb(254,106,13); }
H1.HeaderClassName
{
color: #FE6A0D;
}
.AnyTagClassName
{
color: #FE6A0D;
}
</style>
background-color css
<style>
a { background-color: #FE6A0D; }
a { background-color: rgb(254,106,13); }
div.DivClassName
{
background-color: #FE6A0D;
}
.BgClassName
{
background-color: #FE6A0D;
}
</style>
border-color css
<style>
span { border-color: #FE6A0D; }
span { border-color: rgb(254,106,13); }
td.TdClassName
{
border-color: #FE6A0D;
}
.TagClassName
{
border-color: #FE6A0D;
}
</style>