Shades of Safety Orange #FA6E08
Tints of Safety Orange #FA6E08
RGB
CMYK
RGB Variations
Color information
#FA6E08 (or 0xFA6E08) is known color: Safety Orange. HEX triplet: FA, 6E and 08. RGB value is (250,110,8). Sum of RGB (Red+Green+Blue) = 250+110+8=368 (48% of max value = 765). Red value is 250 (98.05% from 255 or 67.93% from 368); Green value is 110 (43.36% from 255 or 29.89% from 368); Blue value is 8 (3.52% from 255 or 2.17% from 368); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6E08 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FA6E08 is #0591F7. Grayscale: #8C8C8C. Windows color (decimal): -365048 or 552698. OLE color: 552698.
HSL color Cylindrical-coordinate representation of color #FA6E08: hue angle of 25.29º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FA6E08 is Cyan = 0, Magento = 0.56, Yellow = 0.97 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 110 | 8 | - |
| CMYK | 0 | 0.56 | 0.97 | 0.02 |
| HSL | 25.29º | 0.96% | 0.51% | - |
| HSV(B) | 25.29º | 0.97% | 0.98% | - |
| XYZ | 45.04 | 31.49 | 3.93 | - |
| YUV | 140.23 | 53.38 | 206.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 110 | 8 | 0 | 0.56 | 0.97 | 0.02 | 25.29 | 0.96 | 0.51 |
| Hex | FA | 6E | 8 | 0 | 38 | 61 | 2 | 19 | 60 | 33 |
| Octal | 372 | 156 | 10 | 0 | 70 | 141 | 2 | 31 | 140 | 63 |
| Binary | 11111010 | 1101110 | 1000 | 0 | 111000 | 1100001 | 10 | 11001 | 1100000 | 110011 |
Color Harmonies of #FA6E08
Complementary color
Monochromatic Colors of #FA6E08
Black with #FA6E08
Text Example
Text Example
White with #FA6E08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA6E08; }
p { color: rgb(250,110,8); }
H1.HeaderClassName
{
color: #FA6E08;
}
.AnyTagClassName
{
color: #FA6E08;
}
</style>
background-color css
<style>
a { background-color: #FA6E08; }
a { background-color: rgb(250,110,8); }
div.DivClassName
{
background-color: #FA6E08;
}
.BgClassName
{
background-color: #FA6E08;
}
</style>
border-color css
<style>
span { border-color: #FA6E08; }
span { border-color: rgb(250,110,8); }
td.TdClassName
{
border-color: #FA6E08;
}
.TagClassName
{
border-color: #FA6E08;
}
</style>