Shades of Safety Orange #FE680A
Tints of Safety Orange #FE680A
RGB
CMYK
RGB Variations
Color information
#FE680A (or 0xFE680A) is known color: Safety Orange. HEX triplet: FE, 68 and 0A. RGB value is (254,104,10). Sum of RGB (Red+Green+Blue) = 254+104+10=368 (48% of max value = 765). Red value is 254 (99.61% from 255 or 69.02% from 368); Green value is 104 (41.02% from 255 or 28.26% from 368); Blue value is 10 (4.30% from 255 or 2.72% from 368); Max value from RGB is 254 - color contains mainly: red. Hex color #FE680A is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE680A is #0197F5. Grayscale: #8A8A8A. Windows color (decimal): -104438 or 682238. OLE color: 682238.
HSL color Cylindrical-coordinate representation of color #FE680A: hue angle of 23.11º 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 #FE680A is Cyan = 0, Magento = 0.59, Yellow = 0.96 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 104 | 10 | - |
| CMYK | 0 | 0.59 | 0.96 | 0.00 |
| HSL | 23.11º | 0.99% | 0.52% | - |
| HSV(B) | 23.11º | 0.96% | 1% | - |
| XYZ | 45.88 | 30.99 | 3.85 | - |
| YUV | 138.13 | 55.7 | 210.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 104 | 10 | 0 | 0.59 | 0.96 | 0.00 | 23.11 | 0.99 | 0.52 |
| Hex | FE | 68 | A | 0 | 3B | 60 | 0 | 17 | 63 | 34 |
| Octal | 376 | 150 | 12 | 0 | 73 | 140 | 0 | 27 | 143 | 64 |
| Binary | 11111110 | 1101000 | 1010 | 0 | 111011 | 1100000 | 0 | 10111 | 1100011 | 110100 |
Color Harmonies of #FE680A
Complementary color
Monochromatic Colors of #FE680A
Black with #FE680A
Text Example
Text Example
White with #FE680A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE680A; }
p { color: rgb(254,104,10); }
H1.HeaderClassName
{
color: #FE680A;
}
.AnyTagClassName
{
color: #FE680A;
}
</style>
background-color css
<style>
a { background-color: #FE680A; }
a { background-color: rgb(254,104,10); }
div.DivClassName
{
background-color: #FE680A;
}
.BgClassName
{
background-color: #FE680A;
}
</style>
border-color css
<style>
span { border-color: #FE680A; }
span { border-color: rgb(254,104,10); }
td.TdClassName
{
border-color: #FE680A;
}
.TagClassName
{
border-color: #FE680A;
}
</style>