Shades of Safety Orange #FC620A
Tints of Safety Orange #FC620A
RGB
CMYK
RGB Variations
Color information
#FC620A (or 0xFC620A) is known color: Safety Orange. HEX triplet: FC, 62 and 0A. RGB value is (252,98,10). Sum of RGB (Red+Green+Blue) = 252+98+10=360 (47% of max value = 765). Red value is 252 (98.83% from 255 or 70% from 360); Green value is 98 (38.67% from 255 or 27.22% from 360); Blue value is 10 (4.30% from 255 or 2.78% from 360); Max value from RGB is 252 - color contains mainly: red. Hex color #FC620A is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FC620A is #039DF5. Grayscale: #868686. Windows color (decimal): -237046 or 680700. OLE color: 680700.
HSL color Cylindrical-coordinate representation of color #FC620A: hue angle of 21.82º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FC620A is Cyan = 0, Magento = 0.61, Yellow = 0.96 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 98 | 10 | - |
| CMYK | 0 | 0.61 | 0.96 | 0.01 |
| HSL | 21.82º | 0.98% | 0.51% | - |
| HSV(B) | 21.82º | 0.96% | 0.99% | - |
| XYZ | 44.57 | 29.45 | 3.62 | - |
| YUV | 134.01 | 58.02 | 212.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 98 | 10 | 0 | 0.61 | 0.96 | 0.01 | 21.82 | 0.98 | 0.51 |
| Hex | FC | 62 | A | 0 | 3D | 60 | 1 | 16 | 62 | 33 |
| Octal | 374 | 142 | 12 | 0 | 75 | 140 | 1 | 26 | 142 | 63 |
| Binary | 11111100 | 1100010 | 1010 | 0 | 111101 | 1100000 | 1 | 10110 | 1100010 | 110011 |
Color Harmonies of #FC620A
Complementary color
Monochromatic Colors of #FC620A
Black with #FC620A
Text Example
Text Example
White with #FC620A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC620A; }
p { color: rgb(252,98,10); }
H1.HeaderClassName
{
color: #FC620A;
}
.AnyTagClassName
{
color: #FC620A;
}
</style>
background-color css
<style>
a { background-color: #FC620A; }
a { background-color: rgb(252,98,10); }
div.DivClassName
{
background-color: #FC620A;
}
.BgClassName
{
background-color: #FC620A;
}
</style>
border-color css
<style>
span { border-color: #FC620A; }
span { border-color: rgb(252,98,10); }
td.TdClassName
{
border-color: #FC620A;
}
.TagClassName
{
border-color: #FC620A;
}
</style>