Shades of Safety Orange #FF630F
Tints of Safety Orange #FF630F
RGB
CMYK
RGB Variations
Color information
#FF630F (or 0xFF630F) is known color: Safety Orange. HEX triplet: FF, 63 and 0F. RGB value is (255,99,15). Sum of RGB (Red+Green+Blue) = 255+99+15=369 (48% of max value = 765). Red value is 255 (100% from 255 or 69.11% from 369); Green value is 99 (39.06% from 255 or 26.83% from 369); Blue value is 15 (6.25% from 255 or 4.07% from 369); Max value from RGB is 255 - color contains mainly: red. Hex color #FF630F is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF630F is #009CF0. Grayscale: #888888. Windows color (decimal): -40177 or 1008639. OLE color: 1008639.
HSL color Cylindrical-coordinate representation of color #FF630F: hue angle of 21º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FF630F is Cyan = 0, Magento = 0.61, Yellow = 0.94 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 99 | 15 | - |
| CMYK | 0 | 0.61 | 0.94 | 0 |
| HSL | 21º | 1% | 0.53% | - |
| HSV(B) | 21º | 0.94% | 1% | - |
| XYZ | 45.79 | 30.22 | 3.87 | - |
| YUV | 136.07 | 59.68 | 212.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 99 | 15 | 0 | 0.61 | 0.94 | 0 | 21 | 1 | 0.53 |
| Hex | FF | 63 | F | 0 | 3D | 5E | 0 | 15 | 64 | 35 |
| Octal | 377 | 143 | 17 | 0 | 75 | 136 | 0 | 25 | 144 | 65 |
| Binary | 11111111 | 1100011 | 1111 | 0 | 111101 | 1011110 | 0 | 10101 | 1100100 | 110101 |
Color Harmonies of #FF630F
Complementary color
Monochromatic Colors of #FF630F
Black with #FF630F
Text Example
Text Example
White with #FF630F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF630F; }
p { color: rgb(255,99,15); }
H1.HeaderClassName
{
color: #FF630F;
}
.AnyTagClassName
{
color: #FF630F;
}
</style>
background-color css
<style>
a { background-color: #FF630F; }
a { background-color: rgb(255,99,15); }
div.DivClassName
{
background-color: #FF630F;
}
.BgClassName
{
background-color: #FF630F;
}
</style>
border-color css
<style>
span { border-color: #FF630F; }
span { border-color: rgb(255,99,15); }
td.TdClassName
{
border-color: #FF630F;
}
.TagClassName
{
border-color: #FF630F;
}
</style>