Shades of Safety Orange #FA5C10
Tints of Safety Orange #FA5C10
RGB
CMYK
RGB Variations
Color information
#FA5C10 (or 0xFA5C10) is known color: Safety Orange. HEX triplet: FA, 5C and 10. RGB value is (250,92,16). Sum of RGB (Red+Green+Blue) = 250+92+16=358 (47% of max value = 765). Red value is 250 (98.05% from 255 or 69.83% from 358); Green value is 92 (36.33% from 255 or 25.70% from 358); Blue value is 16 (6.64% from 255 or 4.47% from 358); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5C10 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FA5C10 is #05A3EF. Grayscale: #838383. Windows color (decimal): -369648 or 1072378. OLE color: 1072378.
HSL color Cylindrical-coordinate representation of color #FA5C10: hue angle of 19.49º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FA5C10 is Cyan = 0, Magento = 0.63, Yellow = 0.94 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 92 | 16 | - |
| CMYK | 0 | 0.63 | 0.94 | 0.02 |
| HSL | 19.49º | 0.96% | 0.52% | - |
| HSV(B) | 19.49º | 0.94% | 0.98% | - |
| XYZ | 43.35 | 28.02 | 3.61 | - |
| YUV | 130.58 | 63.35 | 213.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 92 | 16 | 0 | 0.63 | 0.94 | 0.02 | 19.49 | 0.96 | 0.52 |
| Hex | FA | 5C | 10 | 0 | 3F | 5E | 2 | 13 | 60 | 34 |
| Octal | 372 | 134 | 20 | 0 | 77 | 136 | 2 | 23 | 140 | 64 |
| Binary | 11111010 | 1011100 | 10000 | 0 | 111111 | 1011110 | 10 | 10011 | 1100000 | 110100 |
Color Harmonies of #FA5C10
Complementary color
Monochromatic Colors of #FA5C10
Black with #FA5C10
Text Example
Text Example
White with #FA5C10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA5C10; }
p { color: rgb(250,92,16); }
H1.HeaderClassName
{
color: #FA5C10;
}
.AnyTagClassName
{
color: #FA5C10;
}
</style>
background-color css
<style>
a { background-color: #FA5C10; }
a { background-color: rgb(250,92,16); }
div.DivClassName
{
background-color: #FA5C10;
}
.BgClassName
{
background-color: #FA5C10;
}
</style>
border-color css
<style>
span { border-color: #FA5C10; }
span { border-color: rgb(250,92,16); }
td.TdClassName
{
border-color: #FA5C10;
}
.TagClassName
{
border-color: #FA5C10;
}
</style>