Shades of Safety Orange #FA660C
Tints of Safety Orange #FA660C
RGB
CMYK
RGB Variations
Color information
#FA660C (or 0xFA660C) is known color: Safety Orange. HEX triplet: FA, 66 and 0C. RGB value is (250,102,12). Sum of RGB (Red+Green+Blue) = 250+102+12=364 (48% of max value = 765). Red value is 250 (98.05% from 255 or 68.68% from 364); Green value is 102 (40.23% from 255 or 28.02% from 364); Blue value is 12 (5.08% from 255 or 3.30% from 364); Max value from RGB is 250 - color contains mainly: red. Hex color #FA660C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FA660C is #0599F3. Grayscale: #888888. Windows color (decimal): -367092 or 812794. OLE color: 812794.
HSL color Cylindrical-coordinate representation of color #FA660C: hue angle of 22.69º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FA660C is Cyan = 0, Magento = 0.59, Yellow = 0.95 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 102 | 12 | - |
| CMYK | 0 | 0.59 | 0.95 | 0.02 |
| HSL | 22.69º | 0.96% | 0.51% | - |
| HSV(B) | 22.69º | 0.95% | 0.98% | - |
| XYZ | 44.24 | 29.85 | 3.78 | - |
| YUV | 135.99 | 58.03 | 209.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 102 | 12 | 0 | 0.59 | 0.95 | 0.02 | 22.69 | 0.96 | 0.51 |
| Hex | FA | 66 | C | 0 | 3B | 5F | 2 | 17 | 60 | 33 |
| Octal | 372 | 146 | 14 | 0 | 73 | 137 | 2 | 27 | 140 | 63 |
| Binary | 11111010 | 1100110 | 1100 | 0 | 111011 | 1011111 | 10 | 10111 | 1100000 | 110011 |
Color Harmonies of #FA660C
Complementary color
Monochromatic Colors of #FA660C
Black with #FA660C
Text Example
Text Example
White with #FA660C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA660C; }
p { color: rgb(250,102,12); }
H1.HeaderClassName
{
color: #FA660C;
}
.AnyTagClassName
{
color: #FA660C;
}
</style>
background-color css
<style>
a { background-color: #FA660C; }
a { background-color: rgb(250,102,12); }
div.DivClassName
{
background-color: #FA660C;
}
.BgClassName
{
background-color: #FA660C;
}
</style>
border-color css
<style>
span { border-color: #FA660C; }
span { border-color: rgb(250,102,12); }
td.TdClassName
{
border-color: #FA660C;
}
.TagClassName
{
border-color: #FA660C;
}
</style>