Shades of Safety Orange #FF630E
Tints of Safety Orange #FF630E
RGB
CMYK
RGB Variations
Color information
#FF630E (or 0xFF630E) is known color: Safety Orange. HEX triplet: FF, 63 and 0E. RGB value is (255,99,14). Sum of RGB (Red+Green+Blue) = 255+99+14=368 (48% of max value = 765). Red value is 255 (100% from 255 or 69.29% from 368); Green value is 99 (39.06% from 255 or 26.90% from 368); Blue value is 14 (5.86% from 255 or 3.80% from 368); Max value from RGB is 255 - color contains mainly: red. Hex color #FF630E is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF630E is #009CF1. Grayscale: #888888. Windows color (decimal): -40178 or 943103. OLE color: 943103.
HSL color Cylindrical-coordinate representation of color #FF630E: hue angle of 21.16º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FF630E is Cyan = 0, Magento = 0.61, Yellow = 0.95 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 99 | 14 | - |
| CMYK | 0 | 0.61 | 0.95 | 0 |
| HSL | 21.16º | 1% | 0.53% | - |
| HSV(B) | 21.16º | 0.95% | 1% | - |
| XYZ | 45.78 | 30.22 | 3.83 | - |
| YUV | 135.95 | 59.18 | 212.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 99 | 14 | 0 | 0.61 | 0.95 | 0 | 21.16 | 1 | 0.53 |
| Hex | FF | 63 | E | 0 | 3D | 5F | 0 | 15 | 64 | 35 |
| Octal | 377 | 143 | 16 | 0 | 75 | 137 | 0 | 25 | 144 | 65 |
| Binary | 11111111 | 1100011 | 1110 | 0 | 111101 | 1011111 | 0 | 10101 | 1100100 | 110101 |
Color Harmonies of #FF630E
Complementary color
Monochromatic Colors of #FF630E
Black with #FF630E
Text Example
Text Example
White with #FF630E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF630E; }
p { color: rgb(255,99,14); }
H1.HeaderClassName
{
color: #FF630E;
}
.AnyTagClassName
{
color: #FF630E;
}
</style>
background-color css
<style>
a { background-color: #FF630E; }
a { background-color: rgb(255,99,14); }
div.DivClassName
{
background-color: #FF630E;
}
.BgClassName
{
background-color: #FF630E;
}
</style>
border-color css
<style>
span { border-color: #FF630E; }
span { border-color: rgb(255,99,14); }
td.TdClassName
{
border-color: #FF630E;
}
.TagClassName
{
border-color: #FF630E;
}
</style>