Shades of Safety Orange #FC650E
Tints of Safety Orange #FC650E
RGB
CMYK
RGB Variations
Color information
#FC650E (or 0xFC650E) is known color: Safety Orange. HEX triplet: FC, 65 and 0E. RGB value is (252,101,14). Sum of RGB (Red+Green+Blue) = 252+101+14=367 (48% of max value = 765). Red value is 252 (98.83% from 255 or 68.66% from 367); Green value is 101 (39.84% from 255 or 27.52% from 367); Blue value is 14 (5.86% from 255 or 3.81% from 367); Max value from RGB is 252 - color contains mainly: red. Hex color #FC650E is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FC650E is #039AF1. Grayscale: #888888. Windows color (decimal): -236274 or 943612. OLE color: 943612.
HSL color Cylindrical-coordinate representation of color #FC650E: hue angle of 21.93º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FC650E is Cyan = 0, Magento = 0.60, Yellow = 0.94 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 101 | 14 | - |
| CMYK | 0 | 0.60 | 0.94 | 0.01 |
| HSL | 21.93º | 0.98% | 0.52% | - |
| HSV(B) | 21.93º | 0.94% | 0.99% | - |
| XYZ | 44.88 | 30.03 | 3.85 | - |
| YUV | 136.23 | 59.03 | 210.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 101 | 14 | 0 | 0.60 | 0.94 | 0.01 | 21.93 | 0.98 | 0.52 |
| Hex | FC | 65 | E | 0 | 3C | 5E | 1 | 16 | 62 | 34 |
| Octal | 374 | 145 | 16 | 0 | 74 | 136 | 1 | 26 | 142 | 64 |
| Binary | 11111100 | 1100101 | 1110 | 0 | 111100 | 1011110 | 1 | 10110 | 1100010 | 110100 |
Color Harmonies of #FC650E
Complementary color
Monochromatic Colors of #FC650E
Black with #FC650E
Text Example
Text Example
White with #FC650E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC650E; }
p { color: rgb(252,101,14); }
H1.HeaderClassName
{
color: #FC650E;
}
.AnyTagClassName
{
color: #FC650E;
}
</style>
background-color css
<style>
a { background-color: #FC650E; }
a { background-color: rgb(252,101,14); }
div.DivClassName
{
background-color: #FC650E;
}
.BgClassName
{
background-color: #FC650E;
}
</style>
border-color css
<style>
span { border-color: #FC650E; }
span { border-color: rgb(252,101,14); }
td.TdClassName
{
border-color: #FC650E;
}
.TagClassName
{
border-color: #FC650E;
}
</style>