Shades of Safety Orange #FC7306
Tints of Safety Orange #FC7306
RGB
CMYK
RGB Variations
Color information
#FC7306 (or 0xFC7306) is known color: Safety Orange. HEX triplet: FC, 73 and 06. RGB value is (252,115,6). Sum of RGB (Red+Green+Blue) = 252+115+6=373 (49% of max value = 765). Red value is 252 (98.83% from 255 or 67.56% from 373); Green value is 115 (45.31% from 255 or 30.83% from 373); Blue value is 6 (2.73% from 255 or 1.61% from 373); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7306 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FC7306 is #038CF9. Grayscale: #909090. Windows color (decimal): -232698 or 422908. OLE color: 422908.
HSL color Cylindrical-coordinate representation of color #FC7306: hue angle of 26.59º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FC7306 is Cyan = 0, Magento = 0.54, Yellow = 0.98 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 115 | 6 | - |
| CMYK | 0 | 0.54 | 0.98 | 0.01 |
| HSL | 26.59º | 0.98% | 0.51% | - |
| HSV(B) | 26.59º | 0.98% | 0.99% | - |
| XYZ | 46.31 | 32.97 | 4.1 | - |
| YUV | 143.54 | 50.39 | 205.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 115 | 6 | 0 | 0.54 | 0.98 | 0.01 | 26.59 | 0.98 | 0.51 |
| Hex | FC | 73 | 6 | 0 | 36 | 62 | 1 | 1B | 62 | 33 |
| Octal | 374 | 163 | 6 | 0 | 66 | 142 | 1 | 33 | 142 | 63 |
| Binary | 11111100 | 1110011 | 110 | 0 | 110110 | 1100010 | 1 | 11011 | 1100010 | 110011 |
Color Harmonies of #FC7306
Complementary color
Monochromatic Colors of #FC7306
Black with #FC7306
Text Example
Text Example
White with #FC7306
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC7306; }
p { color: rgb(252,115,6); }
H1.HeaderClassName
{
color: #FC7306;
}
.AnyTagClassName
{
color: #FC7306;
}
</style>
background-color css
<style>
a { background-color: #FC7306; }
a { background-color: rgb(252,115,6); }
div.DivClassName
{
background-color: #FC7306;
}
.BgClassName
{
background-color: #FC7306;
}
</style>
border-color css
<style>
span { border-color: #FC7306; }
span { border-color: rgb(252,115,6); }
td.TdClassName
{
border-color: #FC7306;
}
.TagClassName
{
border-color: #FC7306;
}
</style>