Shades of Safety Orange #FC630F
Tints of Safety Orange #FC630F
RGB
CMYK
RGB Variations
Color information
#FC630F (or 0xFC630F) is known color: Safety Orange. HEX triplet: FC, 63 and 0F. RGB value is (252,99,15). Sum of RGB (Red+Green+Blue) = 252+99+15=366 (48% of max value = 765). Red value is 252 (98.83% from 255 or 68.85% from 366); Green value is 99 (39.06% from 255 or 27.05% from 366); Blue value is 15 (6.25% from 255 or 4.10% from 366); Max value from RGB is 252 - color contains mainly: red. Hex color #FC630F is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FC630F is #039CF0. Grayscale: #878787. Windows color (decimal): -236785 or 1008636. OLE color: 1008636.
HSL color Cylindrical-coordinate representation of color #FC630F: hue angle of 21.27º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FC630F is Cyan = 0, Magento = 0.61, Yellow = 0.94 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 99 | 15 | - |
| CMYK | 0 | 0.61 | 0.94 | 0.01 |
| HSL | 21.27º | 0.98% | 0.52% | - |
| HSV(B) | 21.27º | 0.94% | 0.99% | - |
| XYZ | 44.69 | 29.65 | 3.82 | - |
| YUV | 135.17 | 60.19 | 211.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 99 | 15 | 0 | 0.61 | 0.94 | 0.01 | 21.27 | 0.98 | 0.52 |
| Hex | FC | 63 | F | 0 | 3D | 5E | 1 | 15 | 62 | 34 |
| Octal | 374 | 143 | 17 | 0 | 75 | 136 | 1 | 25 | 142 | 64 |
| Binary | 11111100 | 1100011 | 1111 | 0 | 111101 | 1011110 | 1 | 10101 | 1100010 | 110100 |
Color Harmonies of #FC630F
Complementary color
Monochromatic Colors of #FC630F
Black with #FC630F
Text Example
Text Example
White with #FC630F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC630F; }
p { color: rgb(252,99,15); }
H1.HeaderClassName
{
color: #FC630F;
}
.AnyTagClassName
{
color: #FC630F;
}
</style>
background-color css
<style>
a { background-color: #FC630F; }
a { background-color: rgb(252,99,15); }
div.DivClassName
{
background-color: #FC630F;
}
.BgClassName
{
background-color: #FC630F;
}
</style>
border-color css
<style>
span { border-color: #FC630F; }
span { border-color: rgb(252,99,15); }
td.TdClassName
{
border-color: #FC630F;
}
.TagClassName
{
border-color: #FC630F;
}
</style>