Shades of Safety Orange #FE660C
Tints of Safety Orange #FE660C
RGB
CMYK
RGB Variations
Color information
#FE660C (or 0xFE660C) is known color: Safety Orange. HEX triplet: FE, 66 and 0C. RGB value is (254,102,12). Sum of RGB (Red+Green+Blue) = 254+102+12=368 (48% of max value = 765). Red value is 254 (99.61% from 255 or 69.02% from 368); Green value is 102 (40.23% from 255 or 27.72% from 368); Blue value is 12 (5.08% from 255 or 3.26% from 368); Max value from RGB is 254 - color contains mainly: red. Hex color #FE660C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE660C is #0199F3. Grayscale: #898989. Windows color (decimal): -104948 or 812798. OLE color: 812798.
HSL color Cylindrical-coordinate representation of color #FE660C: hue angle of 22.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 #FE660C is Cyan = 0, Magento = 0.60, Yellow = 0.95 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 102 | 12 | - |
| CMYK | 0 | 0.60 | 0.95 | 0.00 |
| HSL | 22.31º | 0.99% | 0.52% | - |
| HSV(B) | 22.31º | 0.95% | 1% | - |
| XYZ | 45.69 | 30.6 | 3.85 | - |
| YUV | 137.19 | 57.36 | 211.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 102 | 12 | 0 | 0.60 | 0.95 | 0.00 | 22.31 | 0.99 | 0.52 |
| Hex | FE | 66 | C | 0 | 3C | 5F | 0 | 16 | 63 | 34 |
| Octal | 376 | 146 | 14 | 0 | 74 | 137 | 0 | 26 | 143 | 64 |
| Binary | 11111110 | 1100110 | 1100 | 0 | 111100 | 1011111 | 0 | 10110 | 1100011 | 110100 |
Color Harmonies of #FE660C
Complementary color
Monochromatic Colors of #FE660C
Black with #FE660C
Text Example
Text Example
White with #FE660C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE660C; }
p { color: rgb(254,102,12); }
H1.HeaderClassName
{
color: #FE660C;
}
.AnyTagClassName
{
color: #FE660C;
}
</style>
background-color css
<style>
a { background-color: #FE660C; }
a { background-color: rgb(254,102,12); }
div.DivClassName
{
background-color: #FE660C;
}
.BgClassName
{
background-color: #FE660C;
}
</style>
border-color css
<style>
span { border-color: #FE660C; }
span { border-color: rgb(254,102,12); }
td.TdClassName
{
border-color: #FE660C;
}
.TagClassName
{
border-color: #FE660C;
}
</style>