Shades of Safety Orange #FE610C
Tints of Safety Orange #FE610C
RGB
CMYK
RGB Variations
Color information
#FE610C (or 0xFE610C) is known color: Safety Orange. HEX triplet: FE, 61 and 0C. RGB value is (254,97,12). Sum of RGB (Red+Green+Blue) = 254+97+12=363 (48% of max value = 765). Red value is 254 (99.61% from 255 or 69.97% from 363); Green value is 97 (38.28% from 255 or 26.72% from 363); Blue value is 12 (5.08% from 255 or 3.31% from 363); Max value from RGB is 254 - color contains mainly: red. Hex color #FE610C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE610C is #019EF3. Grayscale: #868686. Windows color (decimal): -106228 or 811518. OLE color: 811518.
HSL color Cylindrical-coordinate representation of color #FE610C: hue angle of 21.07º 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 #FE610C is Cyan = 0, Magento = 0.62, Yellow = 0.95 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 97 | 12 | - |
| CMYK | 0 | 0.62 | 0.95 | 0.00 |
| HSL | 21.07º | 0.99% | 0.52% | - |
| HSV(B) | 21.07º | 0.95% | 1% | - |
| XYZ | 45.21 | 29.65 | 3.69 | - |
| YUV | 134.25 | 59.01 | 213.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 97 | 12 | 0 | 0.62 | 0.95 | 0.00 | 21.07 | 0.99 | 0.52 |
| Hex | FE | 61 | C | 0 | 3E | 5F | 0 | 15 | 63 | 34 |
| Octal | 376 | 141 | 14 | 0 | 76 | 137 | 0 | 25 | 143 | 64 |
| Binary | 11111110 | 1100001 | 1100 | 0 | 111110 | 1011111 | 0 | 10101 | 1100011 | 110100 |
Color Harmonies of #FE610C
Complementary color
Monochromatic Colors of #FE610C
Black with #FE610C
Text Example
Text Example
White with #FE610C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE610C; }
p { color: rgb(254,97,12); }
H1.HeaderClassName
{
color: #FE610C;
}
.AnyTagClassName
{
color: #FE610C;
}
</style>
background-color css
<style>
a { background-color: #FE610C; }
a { background-color: rgb(254,97,12); }
div.DivClassName
{
background-color: #FE610C;
}
.BgClassName
{
background-color: #FE610C;
}
</style>
border-color css
<style>
span { border-color: #FE610C; }
span { border-color: rgb(254,97,12); }
td.TdClassName
{
border-color: #FE610C;
}
.TagClassName
{
border-color: #FE610C;
}
</style>