Shades of Safety Orange #FC7403
Tints of Safety Orange #FC7403
RGB
CMYK
RGB Variations
Color information
#FC7403 (or 0xFC7403) is known color: Safety Orange. HEX triplet: FC, 74 and 03. RGB value is (252,116,3). Sum of RGB (Red+Green+Blue) = 252+116+3=371 (49% of max value = 765). Red value is 252 (98.83% from 255 or 67.92% from 371); Green value is 116 (45.70% from 255 or 31.27% from 371); Blue value is 3 (1.56% from 255 or 0.81% from 371); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7403 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FC7403 is #038BFC. Grayscale: #909090. Windows color (decimal): -232445 or 226556. OLE color: 226556.
HSL color Cylindrical-coordinate representation of color #FC7403: hue angle of 27.23º 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 #FC7403 is Cyan = 0, Magento = 0.54, Yellow = 0.99 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 116 | 3 | - |
| CMYK | 0 | 0.54 | 0.99 | 0.01 |
| HSL | 27.23º | 0.98% | 0.5% | - |
| HSV(B) | 27.23º | 0.99% | 0.99% | - |
| XYZ | 46.41 | 33.19 | 4.05 | - |
| YUV | 143.78 | 48.56 | 205.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 116 | 3 | 0 | 0.54 | 0.99 | 0.01 | 27.23 | 0.98 | 0.5 |
| Hex | FC | 74 | 3 | 0 | 36 | 63 | 1 | 1B | 62 | 32 |
| Octal | 374 | 164 | 3 | 0 | 66 | 143 | 1 | 33 | 142 | 62 |
| Binary | 11111100 | 1110100 | 11 | 0 | 110110 | 1100011 | 1 | 11011 | 1100010 | 110010 |
Color Harmonies of #FC7403
Complementary color
Monochromatic Colors of #FC7403
Black with #FC7403
Text Example
Text Example
White with #FC7403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC7403; }
p { color: rgb(252,116,3); }
H1.HeaderClassName
{
color: #FC7403;
}
.AnyTagClassName
{
color: #FC7403;
}
</style>
background-color css
<style>
a { background-color: #FC7403; }
a { background-color: rgb(252,116,3); }
div.DivClassName
{
background-color: #FC7403;
}
.BgClassName
{
background-color: #FC7403;
}
</style>
border-color css
<style>
span { border-color: #FC7403; }
span { border-color: rgb(252,116,3); }
td.TdClassName
{
border-color: #FC7403;
}
.TagClassName
{
border-color: #FC7403;
}
</style>