Shades of Safety Orange #FC5B00
Tints of Safety Orange #FC5B00
RGB
CMYK
RGB Variations
Color information
#FC5B00 (or 0xFC5B00) is known color: Safety Orange. HEX triplet: FC, 5B and 00. RGB value is (252,91,0). Sum of RGB (Red+Green+Blue) = 252+91+0=343 (45% of max value = 765). Red value is 252 (98.83% from 255 or 73.47% from 343); Green value is 91 (35.94% from 255 or 26.53% from 343); Blue value is 0 (0.39% from 255 or 0% from 343); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5B00 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FC5B00 is #03A4FF. Grayscale: #818181. Windows color (decimal): -238848 or 23548. OLE color: 23548.
HSL color Cylindrical-coordinate representation of color #FC5B00: hue angle of 21.67º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FC5B00 is Cyan = 0, Magento = 0.64, Yellow = 1 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 91 | 0 | - |
| CMYK | 0 | 0.64 | 1 | 0.01 |
| HSL | 21.67º | 1% | 0.49% | - |
| HSV(B) | 21.67º | 1% | 0.99% | - |
| XYZ | 43.89 | 28.18 | 3.13 | - |
| YUV | 128.77 | 55.34 | 215.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 91 | 0 | 0 | 0.64 | 1 | 0.01 | 21.67 | 1 | 0.49 |
| Hex | FC | 5B | 0 | 0 | 40 | 64 | 1 | 16 | 64 | 31 |
| Octal | 374 | 133 | 0 | 0 | 100 | 144 | 1 | 26 | 144 | 61 |
| Binary | 11111100 | 1011011 | 0 | 0 | 1000000 | 1100100 | 1 | 10110 | 1100100 | 110001 |
Color Harmonies of #FC5B00
Complementary color
Monochromatic Colors of #FC5B00
Black with #FC5B00
Text Example
Text Example
White with #FC5B00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC5B00; }
p { color: rgb(252,91,0); }
H1.HeaderClassName
{
color: #FC5B00;
}
.AnyTagClassName
{
color: #FC5B00;
}
</style>
background-color css
<style>
a { background-color: #FC5B00; }
a { background-color: rgb(252,91,0); }
div.DivClassName
{
background-color: #FC5B00;
}
.BgClassName
{
background-color: #FC5B00;
}
</style>
border-color css
<style>
span { border-color: #FC5B00; }
span { border-color: rgb(252,91,0); }
td.TdClassName
{
border-color: #FC5B00;
}
.TagClassName
{
border-color: #FC5B00;
}
</style>