Shades of Safety Orange #FF6312
Tints of Safety Orange #FF6312
RGB
CMYK
RGB Variations
Color information
#FF6312 (or 0xFF6312) is known color: Safety Orange. HEX triplet: FF, 63 and 12. RGB value is (255,99,18). Sum of RGB (Red+Green+Blue) = 255+99+18=372 (49% of max value = 765). Red value is 255 (100% from 255 or 68.55% from 372); Green value is 99 (39.06% from 255 or 26.61% from 372); Blue value is 18 (7.42% from 255 or 4.84% from 372); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6312 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF6312 is #009CED. Grayscale: #888888. Windows color (decimal): -40174 or 1205247. OLE color: 1205247.
HSL color Cylindrical-coordinate representation of color #FF6312: hue angle of 20.51º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FF6312 is Cyan = 0, Magento = 0.61, Yellow = 0.93 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 99 | 18 | - |
| CMYK | 0 | 0.61 | 0.93 | 0 |
| HSL | 20.51º | 1% | 0.54% | - |
| HSV(B) | 20.51º | 0.93% | 1% | - |
| XYZ | 45.81 | 30.23 | 3.99 | - |
| YUV | 136.41 | 61.18 | 212.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 99 | 18 | 0 | 0.61 | 0.93 | 0 | 20.51 | 1 | 0.54 |
| Hex | FF | 63 | 12 | 0 | 3D | 5D | 0 | 15 | 64 | 36 |
| Octal | 377 | 143 | 22 | 0 | 75 | 135 | 0 | 25 | 144 | 66 |
| Binary | 11111111 | 1100011 | 10010 | 0 | 111101 | 1011101 | 0 | 10101 | 1100100 | 110110 |
Color Harmonies of #FF6312
Complementary color
Monochromatic Colors of #FF6312
Black with #FF6312
Text Example
Text Example
White with #FF6312
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6312; }
p { color: rgb(255,99,18); }
H1.HeaderClassName
{
color: #FF6312;
}
.AnyTagClassName
{
color: #FF6312;
}
</style>
background-color css
<style>
a { background-color: #FF6312; }
a { background-color: rgb(255,99,18); }
div.DivClassName
{
background-color: #FF6312;
}
.BgClassName
{
background-color: #FF6312;
}
</style>
border-color css
<style>
span { border-color: #FF6312; }
span { border-color: rgb(255,99,18); }
td.TdClassName
{
border-color: #FF6312;
}
.TagClassName
{
border-color: #FF6312;
}
</style>