Shades of Safety Orange #FA6600
Tints of Safety Orange #FA6600
RGB
CMYK
RGB Variations
Color information
#FA6600 (or 0xFA6600) is known color: Safety Orange. HEX triplet: FA, 66 and 00. RGB value is (250,102,0). Sum of RGB (Red+Green+Blue) = 250+102+0=352 (46% of max value = 765). Red value is 250 (98.05% from 255 or 71.02% from 352); Green value is 102 (40.23% from 255 or 28.98% from 352); Blue value is 0 (0.39% from 255 or 0% from 352); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6600 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FA6600 is #0599FF. Grayscale: #878787. Windows color (decimal): -367104 or 26362. OLE color: 26362.
HSL color Cylindrical-coordinate representation of color #FA6600: hue angle of 24.48º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FA6600 is Cyan = 0, Magento = 0.59, Yellow = 1 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 102 | 0 | - |
| CMYK | 0 | 0.59 | 1 | 0.02 |
| HSL | 24.48º | 1% | 0.49% | - |
| HSV(B) | 24.48º | 1% | 0.98% | - |
| XYZ | 44.18 | 29.83 | 3.43 | - |
| YUV | 134.62 | 52.03 | 210.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 102 | 0 | 0 | 0.59 | 1 | 0.02 | 24.48 | 1 | 0.49 |
| Hex | FA | 66 | 0 | 0 | 3B | 64 | 2 | 18 | 64 | 31 |
| Octal | 372 | 146 | 0 | 0 | 73 | 144 | 2 | 30 | 144 | 61 |
| Binary | 11111010 | 1100110 | 0 | 0 | 111011 | 1100100 | 10 | 11000 | 1100100 | 110001 |
Color Harmonies of #FA6600
Complementary color
Monochromatic Colors of #FA6600
Black with #FA6600
Text Example
Text Example
White with #FA6600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA6600; }
p { color: rgb(250,102,0); }
H1.HeaderClassName
{
color: #FA6600;
}
.AnyTagClassName
{
color: #FA6600;
}
</style>
background-color css
<style>
a { background-color: #FA6600; }
a { background-color: rgb(250,102,0); }
div.DivClassName
{
background-color: #FA6600;
}
.BgClassName
{
background-color: #FA6600;
}
</style>
border-color css
<style>
span { border-color: #FA6600; }
span { border-color: rgb(250,102,0); }
td.TdClassName
{
border-color: #FA6600;
}
.TagClassName
{
border-color: #FA6600;
}
</style>