Shades of Safety Orange #FC620D
Tints of Safety Orange #FC620D
RGB
CMYK
RGB Variations
Color information
#FC620D (or 0xFC620D) is known color: Safety Orange. HEX triplet: FC, 62 and 0D. RGB value is (252,98,13). Sum of RGB (Red+Green+Blue) = 252+98+13=363 (48% of max value = 765). Red value is 252 (98.83% from 255 or 69.42% from 363); Green value is 98 (38.67% from 255 or 27.00% from 363); Blue value is 13 (5.47% from 255 or 3.58% from 363); Max value from RGB is 252 - color contains mainly: red. Hex color #FC620D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FC620D is #039DF2. Grayscale: #868686. Windows color (decimal): -237043 or 877308. OLE color: 877308.
HSL color Cylindrical-coordinate representation of color #FC620D: hue angle of 21.34º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FC620D is Cyan = 0, Magento = 0.61, Yellow = 0.95 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 98 | 13 | - |
| CMYK | 0 | 0.61 | 0.95 | 0.01 |
| HSL | 21.34º | 0.98% | 0.52% | - |
| HSV(B) | 21.34º | 0.95% | 0.99% | - |
| XYZ | 44.59 | 29.46 | 3.72 | - |
| YUV | 134.36 | 59.52 | 211.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 98 | 13 | 0 | 0.61 | 0.95 | 0.01 | 21.34 | 0.98 | 0.52 |
| Hex | FC | 62 | D | 0 | 3D | 5F | 1 | 15 | 62 | 34 |
| Octal | 374 | 142 | 15 | 0 | 75 | 137 | 1 | 25 | 142 | 64 |
| Binary | 11111100 | 1100010 | 1101 | 0 | 111101 | 1011111 | 1 | 10101 | 1100010 | 110100 |
Color Harmonies of #FC620D
Complementary color
Monochromatic Colors of #FC620D
Black with #FC620D
Text Example
Text Example
White with #FC620D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC620D; }
p { color: rgb(252,98,13); }
H1.HeaderClassName
{
color: #FC620D;
}
.AnyTagClassName
{
color: #FC620D;
}
</style>
background-color css
<style>
a { background-color: #FC620D; }
a { background-color: rgb(252,98,13); }
div.DivClassName
{
background-color: #FC620D;
}
.BgClassName
{
background-color: #FC620D;
}
</style>
border-color css
<style>
span { border-color: #FC620D; }
span { border-color: rgb(252,98,13); }
td.TdClassName
{
border-color: #FC620D;
}
.TagClassName
{
border-color: #FC620D;
}
</style>