Shades of Safety Orange #FA6409
Tints of Safety Orange #FA6409
RGB
CMYK
RGB Variations
Color information
#FA6409 (or 0xFA6409) is known color: Safety Orange. HEX triplet: FA, 64 and 09. RGB value is (250,100,9). Sum of RGB (Red+Green+Blue) = 250+100+9=359 (47% of max value = 765). Red value is 250 (98.05% from 255 or 69.64% from 359); Green value is 100 (39.45% from 255 or 27.86% from 359); Blue value is 9 (3.91% from 255 or 2.51% from 359); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6409 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FA6409 is #059BF6. Grayscale: #868686. Windows color (decimal): -367607 or 615674. OLE color: 615674.
HSL color Cylindrical-coordinate representation of color #FA6409: hue angle of 22.66º 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 #FA6409 is Cyan = 0, Magento = 0.6, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 100 | 9 | - |
| CMYK | 0 | 0.6 | 0.96 | 0.02 |
| HSL | 22.66º | 0.96% | 0.51% | - |
| HSV(B) | 22.66º | 0.96% | 0.98% | - |
| XYZ | 44.03 | 29.46 | 3.62 | - |
| YUV | 134.48 | 57.2 | 210.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 100 | 9 | 0 | 0.6 | 0.96 | 0.02 | 22.66 | 0.96 | 0.51 |
| Hex | FA | 64 | 9 | 0 | 3C | 60 | 2 | 17 | 60 | 33 |
| Octal | 372 | 144 | 11 | 0 | 74 | 140 | 2 | 27 | 140 | 63 |
| Binary | 11111010 | 1100100 | 1001 | 0 | 111100 | 1100000 | 10 | 10111 | 1100000 | 110011 |
Color Harmonies of #FA6409
Complementary color
Monochromatic Colors of #FA6409
Black with #FA6409
Text Example
Text Example
White with #FA6409
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA6409; }
p { color: rgb(250,100,9); }
H1.HeaderClassName
{
color: #FA6409;
}
.AnyTagClassName
{
color: #FA6409;
}
</style>
background-color css
<style>
a { background-color: #FA6409; }
a { background-color: rgb(250,100,9); }
div.DivClassName
{
background-color: #FA6409;
}
.BgClassName
{
background-color: #FA6409;
}
</style>
border-color css
<style>
span { border-color: #FA6409; }
span { border-color: rgb(250,100,9); }
td.TdClassName
{
border-color: #FA6409;
}
.TagClassName
{
border-color: #FA6409;
}
</style>