Shades of Safety Orange #FC7105
Tints of Safety Orange #FC7105
RGB
CMYK
RGB Variations
Color information
#FC7105 (or 0xFC7105) is known color: Safety Orange. HEX triplet: FC, 71 and 05. RGB value is (252,113,5). Sum of RGB (Red+Green+Blue) = 252+113+5=370 (49% of max value = 765). Red value is 252 (98.83% from 255 or 68.11% from 370); Green value is 113 (44.53% from 255 or 30.54% from 370); Blue value is 5 (2.34% from 255 or 1.35% from 370); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7105 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FC7105 is #038EFA. Grayscale: #8E8E8E. Windows color (decimal): -233211 or 356860. OLE color: 356860.
HSL color Cylindrical-coordinate representation of color #FC7105: hue angle of 26.23º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FC7105 is Cyan = 0, Magento = 0.55, Yellow = 0.98 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 113 | 5 | - |
| CMYK | 0 | 0.55 | 0.98 | 0.01 |
| HSL | 26.23º | 0.98% | 0.5% | - |
| HSV(B) | 26.23º | 0.98% | 0.99% | - |
| XYZ | 46.08 | 32.52 | 3.99 | - |
| YUV | 142.25 | 50.55 | 206.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 113 | 5 | 0 | 0.55 | 0.98 | 0.01 | 26.23 | 0.98 | 0.5 |
| Hex | FC | 71 | 5 | 0 | 37 | 62 | 1 | 1A | 62 | 32 |
| Octal | 374 | 161 | 5 | 0 | 67 | 142 | 1 | 32 | 142 | 62 |
| Binary | 11111100 | 1110001 | 101 | 0 | 110111 | 1100010 | 1 | 11010 | 1100010 | 110010 |
Color Harmonies of #FC7105
Complementary color
Monochromatic Colors of #FC7105
Black with #FC7105
Text Example
Text Example
White with #FC7105
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC7105; }
p { color: rgb(252,113,5); }
H1.HeaderClassName
{
color: #FC7105;
}
.AnyTagClassName
{
color: #FC7105;
}
</style>
background-color css
<style>
a { background-color: #FC7105; }
a { background-color: rgb(252,113,5); }
div.DivClassName
{
background-color: #FC7105;
}
.BgClassName
{
background-color: #FC7105;
}
</style>
border-color css
<style>
span { border-color: #FC7105; }
span { border-color: rgb(252,113,5); }
td.TdClassName
{
border-color: #FC7105;
}
.TagClassName
{
border-color: #FC7105;
}
</style>