Shades of Safety Orange #FC7503
Tints of Safety Orange #FC7503
RGB
CMYK
RGB Variations
Color information
#FC7503 (or 0xFC7503) is known color: Safety Orange. HEX triplet: FC, 75 and 03. RGB value is (252,117,3). Sum of RGB (Red+Green+Blue) = 252+117+3=372 (49% of max value = 765). Red value is 252 (98.83% from 255 or 67.74% from 372); Green value is 117 (46.09% from 255 or 31.45% from 372); Blue value is 3 (1.56% from 255 or 0.81% from 372); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7503 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FC7503 is #038AFC. Grayscale: #909090. Windows color (decimal): -232189 or 226812. OLE color: 226812.
HSL color Cylindrical-coordinate representation of color #FC7503: hue angle of 27.47º 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 #FC7503 is Cyan = 0, Magento = 0.54, Yellow = 0.99 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 117 | 3 | - |
| CMYK | 0 | 0.54 | 0.99 | 0.01 |
| HSL | 27.47º | 0.98% | 0.5% | - |
| HSV(B) | 27.47º | 0.99% | 0.99% | - |
| XYZ | 46.52 | 33.42 | 4.09 | - |
| YUV | 144.37 | 48.23 | 204.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 117 | 3 | 0 | 0.54 | 0.99 | 0.01 | 27.47 | 0.98 | 0.5 |
| Hex | FC | 75 | 3 | 0 | 36 | 63 | 1 | 1B | 62 | 32 |
| Octal | 374 | 165 | 3 | 0 | 66 | 143 | 1 | 33 | 142 | 62 |
| Binary | 11111100 | 1110101 | 11 | 0 | 110110 | 1100011 | 1 | 11011 | 1100010 | 110010 |
Color Harmonies of #FC7503
Complementary color
Monochromatic Colors of #FC7503
Black with #FC7503
Text Example
Text Example
White with #FC7503
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC7503; }
p { color: rgb(252,117,3); }
H1.HeaderClassName
{
color: #FC7503;
}
.AnyTagClassName
{
color: #FC7503;
}
</style>
background-color css
<style>
a { background-color: #FC7503; }
a { background-color: rgb(252,117,3); }
div.DivClassName
{
background-color: #FC7503;
}
.BgClassName
{
background-color: #FC7503;
}
</style>
border-color css
<style>
span { border-color: #FC7503; }
span { border-color: rgb(252,117,3); }
td.TdClassName
{
border-color: #FC7503;
}
.TagClassName
{
border-color: #FC7503;
}
</style>