Shades of Safety Orange #FE6A0C
Tints of Safety Orange #FE6A0C
RGB
CMYK
RGB Variations
Color information
#FE6A0C (or 0xFE6A0C) is known color: Safety Orange. HEX triplet: FE, 6A and 0C. RGB value is (254,106,12). Sum of RGB (Red+Green+Blue) = 254+106+12=372 (49% of max value = 765). Red value is 254 (99.61% from 255 or 68.28% from 372); Green value is 106 (41.80% from 255 or 28.49% from 372); Blue value is 12 (5.08% from 255 or 3.23% from 372); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6A0C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE6A0C is #0195F3. Grayscale: #8C8C8C. Windows color (decimal): -103924 or 813822. OLE color: 813822.
HSL color Cylindrical-coordinate representation of color #FE6A0C: hue angle of 23.31º 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 #FE6A0C is Cyan = 0, Magento = 0.58, Yellow = 0.95 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 106 | 12 | - |
| CMYK | 0 | 0.58 | 0.95 | 0.00 |
| HSL | 23.31º | 0.99% | 0.52% | - |
| HSV(B) | 23.31º | 0.95% | 1% | - |
| XYZ | 46.09 | 31.41 | 3.98 | - |
| YUV | 139.54 | 56.03 | 209.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 106 | 12 | 0 | 0.58 | 0.95 | 0.00 | 23.31 | 0.99 | 0.52 |
| Hex | FE | 6A | C | 0 | 3A | 5F | 0 | 17 | 63 | 34 |
| Octal | 376 | 152 | 14 | 0 | 72 | 137 | 0 | 27 | 143 | 64 |
| Binary | 11111110 | 1101010 | 1100 | 0 | 111010 | 1011111 | 0 | 10111 | 1100011 | 110100 |
Color Harmonies of #FE6A0C
Complementary color
Monochromatic Colors of #FE6A0C
Black with #FE6A0C
Text Example
Text Example
White with #FE6A0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE6A0C; }
p { color: rgb(254,106,12); }
H1.HeaderClassName
{
color: #FE6A0C;
}
.AnyTagClassName
{
color: #FE6A0C;
}
</style>
background-color css
<style>
a { background-color: #FE6A0C; }
a { background-color: rgb(254,106,12); }
div.DivClassName
{
background-color: #FE6A0C;
}
.BgClassName
{
background-color: #FE6A0C;
}
</style>
border-color css
<style>
span { border-color: #FE6A0C; }
span { border-color: rgb(254,106,12); }
td.TdClassName
{
border-color: #FE6A0C;
}
.TagClassName
{
border-color: #FE6A0C;
}
</style>