Shades of Safety Orange #FE680D
Tints of Safety Orange #FE680D
RGB
CMYK
RGB Variations
Color information
#FE680D (or 0xFE680D) is known color: Safety Orange. HEX triplet: FE, 68 and 0D. RGB value is (254,104,13). Sum of RGB (Red+Green+Blue) = 254+104+13=371 (49% of max value = 765). Red value is 254 (99.61% from 255 or 68.46% from 371); Green value is 104 (41.02% from 255 or 28.03% from 371); Blue value is 13 (5.47% from 255 or 3.50% from 371); Max value from RGB is 254 - color contains mainly: red. Hex color #FE680D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE680D is #0197F2. Grayscale: #8A8A8A. Windows color (decimal): -104435 or 878846. OLE color: 878846.
HSL color Cylindrical-coordinate representation of color #FE680D: hue angle of 22.66º 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 #FE680D is Cyan = 0, Magento = 0.59, Yellow = 0.95 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 104 | 13 | - |
| CMYK | 0 | 0.59 | 0.95 | 0.00 |
| HSL | 22.66º | 0.99% | 0.52% | - |
| HSV(B) | 22.66º | 0.95% | 1% | - |
| XYZ | 45.9 | 31 | 3.95 | - |
| YUV | 138.48 | 57.2 | 210.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 104 | 13 | 0 | 0.59 | 0.95 | 0.00 | 22.66 | 0.99 | 0.52 |
| Hex | FE | 68 | D | 0 | 3B | 5F | 0 | 17 | 63 | 34 |
| Octal | 376 | 150 | 15 | 0 | 73 | 137 | 0 | 27 | 143 | 64 |
| Binary | 11111110 | 1101000 | 1101 | 0 | 111011 | 1011111 | 0 | 10111 | 1100011 | 110100 |
Color Harmonies of #FE680D
Complementary color
Monochromatic Colors of #FE680D
Black with #FE680D
Text Example
Text Example
White with #FE680D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE680D; }
p { color: rgb(254,104,13); }
H1.HeaderClassName
{
color: #FE680D;
}
.AnyTagClassName
{
color: #FE680D;
}
</style>
background-color css
<style>
a { background-color: #FE680D; }
a { background-color: rgb(254,104,13); }
div.DivClassName
{
background-color: #FE680D;
}
.BgClassName
{
background-color: #FE680D;
}
</style>
border-color css
<style>
span { border-color: #FE680D; }
span { border-color: rgb(254,104,13); }
td.TdClassName
{
border-color: #FE680D;
}
.TagClassName
{
border-color: #FE680D;
}
</style>