Shades of Safety Orange #FA6312
Tints of Safety Orange #FA6312
RGB
CMYK
RGB Variations
Color information
#FA6312 (or 0xFA6312) is known color: Safety Orange. HEX triplet: FA, 63 and 12. RGB value is (250,99,18). Sum of RGB (Red+Green+Blue) = 250+99+18=367 (48% of max value = 765). Red value is 250 (98.05% from 255 or 68.12% from 367); Green value is 99 (39.06% from 255 or 26.98% from 367); Blue value is 18 (7.42% from 255 or 4.90% from 367); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6312 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FA6312 is #059CED. Grayscale: #878787. Windows color (decimal): -367854 or 1205242. OLE color: 1205242.
HSL color Cylindrical-coordinate representation of color #FA6312: hue angle of 20.95º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FA6312 is Cyan = 0, Magento = 0.60, Yellow = 0.93 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 99 | 18 | - |
| CMYK | 0 | 0.60 | 0.93 | 0.02 |
| HSL | 20.95º | 0.96% | 0.53% | - |
| HSV(B) | 20.95º | 0.93% | 0.98% | - |
| XYZ | 44 | 29.29 | 3.91 | - |
| YUV | 134.92 | 62.03 | 210.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 99 | 18 | 0 | 0.60 | 0.93 | 0.02 | 20.95 | 0.96 | 0.53 |
| Hex | FA | 63 | 12 | 0 | 3C | 5D | 2 | 15 | 60 | 35 |
| Octal | 372 | 143 | 22 | 0 | 74 | 135 | 2 | 25 | 140 | 65 |
| Binary | 11111010 | 1100011 | 10010 | 0 | 111100 | 1011101 | 10 | 10101 | 1100000 | 110101 |
Color Harmonies of #FA6312
Complementary color
Monochromatic Colors of #FA6312
Black with #FA6312
Text Example
Text Example
White with #FA6312
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA6312; }
p { color: rgb(250,99,18); }
H1.HeaderClassName
{
color: #FA6312;
}
.AnyTagClassName
{
color: #FA6312;
}
</style>
background-color css
<style>
a { background-color: #FA6312; }
a { background-color: rgb(250,99,18); }
div.DivClassName
{
background-color: #FA6312;
}
.BgClassName
{
background-color: #FA6312;
}
</style>
border-color css
<style>
span { border-color: #FA6312; }
span { border-color: rgb(250,99,18); }
td.TdClassName
{
border-color: #FA6312;
}
.TagClassName
{
border-color: #FA6312;
}
</style>