Shades of Safety Orange #FC7102
Tints of Safety Orange #FC7102
RGB
CMYK
RGB Variations
Color information
#FC7102 (or 0xFC7102) is known color: Safety Orange. HEX triplet: FC, 71 and 02. RGB value is (252,113,2). Sum of RGB (Red+Green+Blue) = 252+113+2=367 (48% of max value = 765). Red value is 252 (98.83% from 255 or 68.66% from 367); Green value is 113 (44.53% from 255 or 30.79% from 367); Blue value is 2 (1.17% from 255 or 0.54% from 367); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7102 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FC7102 is #038EFD. Grayscale: #8E8E8E. Windows color (decimal): -233214 or 160252. OLE color: 160252.
HSL color Cylindrical-coordinate representation of color #FC7102: hue angle of 26.64º 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 #FC7102 is Cyan = 0, Magento = 0.55, Yellow = 0.99 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 113 | 2 | - |
| CMYK | 0 | 0.55 | 0.99 | 0.01 |
| HSL | 26.64º | 0.98% | 0.5% | - |
| HSV(B) | 26.64º | 0.99% | 0.99% | - |
| XYZ | 46.06 | 32.51 | 3.9 | - |
| YUV | 141.91 | 49.05 | 206.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 113 | 2 | 0 | 0.55 | 0.99 | 0.01 | 26.64 | 0.98 | 0.5 |
| Hex | FC | 71 | 2 | 0 | 37 | 63 | 1 | 1B | 62 | 32 |
| Octal | 374 | 161 | 2 | 0 | 67 | 143 | 1 | 33 | 142 | 62 |
| Binary | 11111100 | 1110001 | 10 | 0 | 110111 | 1100011 | 1 | 11011 | 1100010 | 110010 |
Color Harmonies of #FC7102
Complementary color
Monochromatic Colors of #FC7102
Black with #FC7102
Text Example
Text Example
White with #FC7102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC7102; }
p { color: rgb(252,113,2); }
H1.HeaderClassName
{
color: #FC7102;
}
.AnyTagClassName
{
color: #FC7102;
}
</style>
background-color css
<style>
a { background-color: #FC7102; }
a { background-color: rgb(252,113,2); }
div.DivClassName
{
background-color: #FC7102;
}
.BgClassName
{
background-color: #FC7102;
}
</style>
border-color css
<style>
span { border-color: #FC7102; }
span { border-color: rgb(252,113,2); }
td.TdClassName
{
border-color: #FC7102;
}
.TagClassName
{
border-color: #FC7102;
}
</style>