Shades of Safety Orange #FC630B
Tints of Safety Orange #FC630B
RGB
CMYK
RGB Variations
Color information
#FC630B (or 0xFC630B) is known color: Safety Orange. HEX triplet: FC, 63 and 0B. RGB value is (252,99,11). Sum of RGB (Red+Green+Blue) = 252+99+11=362 (47% of max value = 765). Red value is 252 (98.83% from 255 or 69.61% from 362); Green value is 99 (39.06% from 255 or 27.35% from 362); Blue value is 11 (4.69% from 255 or 3.04% from 362); Max value from RGB is 252 - color contains mainly: red. Hex color #FC630B is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FC630B is #039CF4. Grayscale: #878787. Windows color (decimal): -236789 or 746492. OLE color: 746492.
HSL color Cylindrical-coordinate representation of color #FC630B: hue angle of 21.91º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FC630B is Cyan = 0, Magento = 0.61, Yellow = 0.96 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 99 | 11 | - |
| CMYK | 0 | 0.61 | 0.96 | 0.01 |
| HSL | 21.91º | 0.98% | 0.52% | - |
| HSV(B) | 21.91º | 0.96% | 0.99% | - |
| XYZ | 44.67 | 29.64 | 3.68 | - |
| YUV | 134.72 | 58.19 | 211.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 99 | 11 | 0 | 0.61 | 0.96 | 0.01 | 21.91 | 0.98 | 0.52 |
| Hex | FC | 63 | B | 0 | 3D | 60 | 1 | 16 | 62 | 34 |
| Octal | 374 | 143 | 13 | 0 | 75 | 140 | 1 | 26 | 142 | 64 |
| Binary | 11111100 | 1100011 | 1011 | 0 | 111101 | 1100000 | 1 | 10110 | 1100010 | 110100 |
Color Harmonies of #FC630B
Complementary color
Monochromatic Colors of #FC630B
Black with #FC630B
Text Example
Text Example
White with #FC630B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC630B; }
p { color: rgb(252,99,11); }
H1.HeaderClassName
{
color: #FC630B;
}
.AnyTagClassName
{
color: #FC630B;
}
</style>
background-color css
<style>
a { background-color: #FC630B; }
a { background-color: rgb(252,99,11); }
div.DivClassName
{
background-color: #FC630B;
}
.BgClassName
{
background-color: #FC630B;
}
</style>
border-color css
<style>
span { border-color: #FC630B; }
span { border-color: rgb(252,99,11); }
td.TdClassName
{
border-color: #FC630B;
}
.TagClassName
{
border-color: #FC630B;
}
</style>