Shades of Safety Orange #FF630B
Tints of Safety Orange #FF630B
RGB
CMYK
RGB Variations
Color information
#FF630B (or 0xFF630B) is known color: Safety Orange. HEX triplet: FF, 63 and 0B. RGB value is (255,99,11). Sum of RGB (Red+Green+Blue) = 255+99+11=365 (48% of max value = 765). Red value is 255 (100% from 255 or 69.86% from 365); Green value is 99 (39.06% from 255 or 27.12% from 365); Blue value is 11 (4.69% from 255 or 3.01% from 365); Max value from RGB is 255 - color contains mainly: red. Hex color #FF630B is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF630B is #009CF4. Grayscale: #888888. Windows color (decimal): -40181 or 746495. OLE color: 746495.
HSL color Cylindrical-coordinate representation of color #FF630B: hue angle of 21.64º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FF630B is Cyan = 0, Magento = 0.61, Yellow = 0.96 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 99 | 11 | - |
| CMYK | 0 | 0.61 | 0.96 | 0 |
| HSL | 21.64º | 1% | 0.52% | - |
| HSV(B) | 21.64º | 0.96% | 1% | - |
| XYZ | 45.76 | 30.21 | 3.74 | - |
| YUV | 135.61 | 57.68 | 213.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 99 | 11 | 0 | 0.61 | 0.96 | 0 | 21.64 | 1 | 0.52 |
| Hex | FF | 63 | B | 0 | 3D | 60 | 0 | 16 | 64 | 34 |
| Octal | 377 | 143 | 13 | 0 | 75 | 140 | 0 | 26 | 144 | 64 |
| Binary | 11111111 | 1100011 | 1011 | 0 | 111101 | 1100000 | 0 | 10110 | 1100100 | 110100 |
Color Harmonies of #FF630B
Complementary color
Monochromatic Colors of #FF630B
Black with #FF630B
Text Example
Text Example
White with #FF630B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF630B; }
p { color: rgb(255,99,11); }
H1.HeaderClassName
{
color: #FF630B;
}
.AnyTagClassName
{
color: #FF630B;
}
</style>
background-color css
<style>
a { background-color: #FF630B; }
a { background-color: rgb(255,99,11); }
div.DivClassName
{
background-color: #FF630B;
}
.BgClassName
{
background-color: #FF630B;
}
</style>
border-color css
<style>
span { border-color: #FF630B; }
span { border-color: rgb(255,99,11); }
td.TdClassName
{
border-color: #FF630B;
}
.TagClassName
{
border-color: #FF630B;
}
</style>