Shades of Safety Orange #FA6606
Tints of Safety Orange #FA6606
RGB
CMYK
RGB Variations
Color information
#FA6606 (or 0xFA6606) is known color: Safety Orange. HEX triplet: FA, 66 and 06. RGB value is (250,102,6). Sum of RGB (Red+Green+Blue) = 250+102+6=358 (47% of max value = 765). Red value is 250 (98.05% from 255 or 69.83% from 358); Green value is 102 (40.23% from 255 or 28.49% from 358); Blue value is 6 (2.73% from 255 or 1.68% from 358); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6606 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FA6606 is #0599F9. Grayscale: #878787. Windows color (decimal): -367098 or 419578. OLE color: 419578.
HSL color Cylindrical-coordinate representation of color #FA6606: hue angle of 23.61º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FA6606 is Cyan = 0, Magento = 0.59, Yellow = 0.98 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 102 | 6 | - |
| CMYK | 0 | 0.59 | 0.98 | 0.02 |
| HSL | 23.61º | 0.96% | 0.5% | - |
| HSV(B) | 23.61º | 0.98% | 0.98% | - |
| XYZ | 44.21 | 29.84 | 3.6 | - |
| YUV | 135.31 | 55.03 | 209.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 102 | 6 | 0 | 0.59 | 0.98 | 0.02 | 23.61 | 0.96 | 0.5 |
| Hex | FA | 66 | 6 | 0 | 3B | 62 | 2 | 18 | 60 | 32 |
| Octal | 372 | 146 | 6 | 0 | 73 | 142 | 2 | 30 | 140 | 62 |
| Binary | 11111010 | 1100110 | 110 | 0 | 111011 | 1100010 | 10 | 11000 | 1100000 | 110010 |
Color Harmonies of #FA6606
Complementary color
Monochromatic Colors of #FA6606
Black with #FA6606
Text Example
Text Example
White with #FA6606
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA6606; }
p { color: rgb(250,102,6); }
H1.HeaderClassName
{
color: #FA6606;
}
.AnyTagClassName
{
color: #FA6606;
}
</style>
background-color css
<style>
a { background-color: #FA6606; }
a { background-color: rgb(250,102,6); }
div.DivClassName
{
background-color: #FA6606;
}
.BgClassName
{
background-color: #FA6606;
}
</style>
border-color css
<style>
span { border-color: #FA6606; }
span { border-color: rgb(250,102,6); }
td.TdClassName
{
border-color: #FA6606;
}
.TagClassName
{
border-color: #FA6606;
}
</style>