Shades of Safety Orange #FF630C
Tints of Safety Orange #FF630C
RGB
CMYK
RGB Variations
Color information
#FF630C (or 0xFF630C) is known color: Safety Orange. HEX triplet: FF, 63 and 0C. RGB value is (255,99,12). Sum of RGB (Red+Green+Blue) = 255+99+12=366 (48% of max value = 765). Red value is 255 (100% from 255 or 69.67% from 366); Green value is 99 (39.06% from 255 or 27.05% from 366); Blue value is 12 (5.08% from 255 or 3.28% from 366); Max value from RGB is 255 - color contains mainly: red. Hex color #FF630C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF630C is #009CF3. Grayscale: #888888. Windows color (decimal): -40180 or 812031. OLE color: 812031.
HSL color Cylindrical-coordinate representation of color #FF630C: hue angle of 21.48º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FF630C is Cyan = 0, Magento = 0.61, Yellow = 0.95 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 99 | 12 | - |
| CMYK | 0 | 0.61 | 0.95 | 0 |
| HSL | 21.48º | 1% | 0.52% | - |
| HSV(B) | 21.48º | 0.95% | 1% | - |
| XYZ | 45.77 | 30.21 | 3.77 | - |
| YUV | 135.73 | 58.18 | 213.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 99 | 12 | 0 | 0.61 | 0.95 | 0 | 21.48 | 1 | 0.52 |
| Hex | FF | 63 | C | 0 | 3D | 5F | 0 | 15 | 64 | 34 |
| Octal | 377 | 143 | 14 | 0 | 75 | 137 | 0 | 25 | 144 | 64 |
| Binary | 11111111 | 1100011 | 1100 | 0 | 111101 | 1011111 | 0 | 10101 | 1100100 | 110100 |
Color Harmonies of #FF630C
Complementary color
Monochromatic Colors of #FF630C
Black with #FF630C
Text Example
Text Example
White with #FF630C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF630C; }
p { color: rgb(255,99,12); }
H1.HeaderClassName
{
color: #FF630C;
}
.AnyTagClassName
{
color: #FF630C;
}
</style>
background-color css
<style>
a { background-color: #FF630C; }
a { background-color: rgb(255,99,12); }
div.DivClassName
{
background-color: #FF630C;
}
.BgClassName
{
background-color: #FF630C;
}
</style>
border-color css
<style>
span { border-color: #FF630C; }
span { border-color: rgb(255,99,12); }
td.TdClassName
{
border-color: #FF630C;
}
.TagClassName
{
border-color: #FF630C;
}
</style>