Shades of Safety Orange #FC6103
Tints of Safety Orange #FC6103
RGB
CMYK
RGB Variations
Color information
#FC6103 (or 0xFC6103) is known color: Safety Orange. HEX triplet: FC, 61 and 03. RGB value is (252,97,3). Sum of RGB (Red+Green+Blue) = 252+97+3=352 (46% of max value = 765). Red value is 252 (98.83% from 255 or 71.59% from 352); Green value is 97 (38.28% from 255 or 27.56% from 352); Blue value is 3 (1.56% from 255 or 0.85% from 352); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6103 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FC6103 is #039EFC. Grayscale: #858585. Windows color (decimal): -237309 or 221692. OLE color: 221692.
HSL color Cylindrical-coordinate representation of color #FC6103: hue angle of 22.65º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FC6103 is Cyan = 0, Magento = 0.62, Yellow = 0.99 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 97 | 3 | - |
| CMYK | 0 | 0.62 | 0.99 | 0.01 |
| HSL | 22.65º | 0.98% | 0.5% | - |
| HSV(B) | 22.65º | 0.99% | 0.99% | - |
| XYZ | 44.44 | 29.25 | 3.39 | - |
| YUV | 132.63 | 54.85 | 213.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 97 | 3 | 0 | 0.62 | 0.99 | 0.01 | 22.65 | 0.98 | 0.5 |
| Hex | FC | 61 | 3 | 0 | 3E | 63 | 1 | 17 | 62 | 32 |
| Octal | 374 | 141 | 3 | 0 | 76 | 143 | 1 | 27 | 142 | 62 |
| Binary | 11111100 | 1100001 | 11 | 0 | 111110 | 1100011 | 1 | 10111 | 1100010 | 110010 |
Color Harmonies of #FC6103
Complementary color
Monochromatic Colors of #FC6103
Black with #FC6103
Text Example
Text Example
White with #FC6103
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC6103; }
p { color: rgb(252,97,3); }
H1.HeaderClassName
{
color: #FC6103;
}
.AnyTagClassName
{
color: #FC6103;
}
</style>
background-color css
<style>
a { background-color: #FC6103; }
a { background-color: rgb(252,97,3); }
div.DivClassName
{
background-color: #FC6103;
}
.BgClassName
{
background-color: #FC6103;
}
</style>
border-color css
<style>
span { border-color: #FC6103; }
span { border-color: rgb(252,97,3); }
td.TdClassName
{
border-color: #FC6103;
}
.TagClassName
{
border-color: #FC6103;
}
</style>