Shades of Safety Orange #FE6C03
Tints of Safety Orange #FE6C03
RGB
CMYK
RGB Variations
Color information
#FE6C03 (or 0xFE6C03) is known color: Safety Orange. HEX triplet: FE, 6C and 03. RGB value is (254,108,3). Sum of RGB (Red+Green+Blue) = 254+108+3=365 (48% of max value = 765). Red value is 254 (99.61% from 255 or 69.59% from 365); Green value is 108 (42.58% from 255 or 29.59% from 365); Blue value is 3 (1.56% from 255 or 0.82% from 365); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6C03 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE6C03 is #0193FC. Grayscale: #8C8C8C. Windows color (decimal): -103421 or 224510. OLE color: 224510.
HSL color Cylindrical-coordinate representation of color #FE6C03: hue angle of 25.1º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FE6C03 is Cyan = 0, Magento = 0.57, Yellow = 0.99 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 108 | 3 | - |
| CMYK | 0 | 0.57 | 0.99 | 0.00 |
| HSL | 25.1º | 0.99% | 0.5% | - |
| HSV(B) | 25.1º | 0.99% | 1% | - |
| XYZ | 46.25 | 31.8 | 3.79 | - |
| YUV | 139.68 | 50.87 | 209.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 108 | 3 | 0 | 0.57 | 0.99 | 0.00 | 25.1 | 0.99 | 0.5 |
| Hex | FE | 6C | 3 | 0 | 39 | 63 | 0 | 19 | 63 | 32 |
| Octal | 376 | 154 | 3 | 0 | 71 | 143 | 0 | 31 | 143 | 62 |
| Binary | 11111110 | 1101100 | 11 | 0 | 111001 | 1100011 | 0 | 11001 | 1100011 | 110010 |
Color Harmonies of #FE6C03
Complementary color
Monochromatic Colors of #FE6C03
Black with #FE6C03
Text Example
Text Example
White with #FE6C03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE6C03; }
p { color: rgb(254,108,3); }
H1.HeaderClassName
{
color: #FE6C03;
}
.AnyTagClassName
{
color: #FE6C03;
}
</style>
background-color css
<style>
a { background-color: #FE6C03; }
a { background-color: rgb(254,108,3); }
div.DivClassName
{
background-color: #FE6C03;
}
.BgClassName
{
background-color: #FE6C03;
}
</style>
border-color css
<style>
span { border-color: #FE6C03; }
span { border-color: rgb(254,108,3); }
td.TdClassName
{
border-color: #FE6C03;
}
.TagClassName
{
border-color: #FE6C03;
}
</style>