Shades of Safety Orange #FA600A
Tints of Safety Orange #FA600A
RGB
CMYK
RGB Variations
Color information
#FA600A (or 0xFA600A) is known color: Safety Orange. HEX triplet: FA, 60 and 0A. RGB value is (250,96,10). Sum of RGB (Red+Green+Blue) = 250+96+10=356 (47% of max value = 765). Red value is 250 (98.05% from 255 or 70.22% from 356); Green value is 96 (37.89% from 255 or 26.97% from 356); Blue value is 10 (4.30% from 255 or 2.81% from 356); Max value from RGB is 250 - color contains mainly: red. Hex color #FA600A is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FA600A is #059FF5. Grayscale: #848484. Windows color (decimal): -368630 or 680186. OLE color: 680186.
HSL color Cylindrical-coordinate representation of color #FA600A: hue angle of 21.5º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FA600A is Cyan = 0, Magento = 0.62, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 96 | 10 | - |
| CMYK | 0 | 0.62 | 0.96 | 0.02 |
| HSL | 21.5º | 0.96% | 0.51% | - |
| HSV(B) | 21.5º | 0.96% | 0.98% | - |
| XYZ | 43.66 | 28.71 | 3.53 | - |
| YUV | 132.24 | 59.02 | 211.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 96 | 10 | 0 | 0.62 | 0.96 | 0.02 | 21.5 | 0.96 | 0.51 |
| Hex | FA | 60 | A | 0 | 3E | 60 | 2 | 16 | 60 | 33 |
| Octal | 372 | 140 | 12 | 0 | 76 | 140 | 2 | 26 | 140 | 63 |
| Binary | 11111010 | 1100000 | 1010 | 0 | 111110 | 1100000 | 10 | 10110 | 1100000 | 110011 |
Color Harmonies of #FA600A
Complementary color
Monochromatic Colors of #FA600A
Black with #FA600A
Text Example
Text Example
White with #FA600A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA600A; }
p { color: rgb(250,96,10); }
H1.HeaderClassName
{
color: #FA600A;
}
.AnyTagClassName
{
color: #FA600A;
}
</style>
background-color css
<style>
a { background-color: #FA600A; }
a { background-color: rgb(250,96,10); }
div.DivClassName
{
background-color: #FA600A;
}
.BgClassName
{
background-color: #FA600A;
}
</style>
border-color css
<style>
span { border-color: #FA600A; }
span { border-color: rgb(250,96,10); }
td.TdClassName
{
border-color: #FA600A;
}
.TagClassName
{
border-color: #FA600A;
}
</style>