Shades of Safety Orange #FA6F04
Tints of Safety Orange #FA6F04
RGB
CMYK
RGB Variations
Color information
#FA6F04 (or 0xFA6F04) is known color: Safety Orange. HEX triplet: FA, 6F and 04. RGB value is (250,111,4). Sum of RGB (Red+Green+Blue) = 250+111+4=365 (48% of max value = 765). Red value is 250 (98.05% from 255 or 68.49% from 365); Green value is 111 (43.75% from 255 or 30.41% from 365); Blue value is 4 (1.95% from 255 or 1.10% from 365); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6F04 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FA6F04 is #0590FB. Grayscale: #8C8C8C. Windows color (decimal): -364796 or 290810. OLE color: 290810.
HSL color Cylindrical-coordinate representation of color #FA6F04: hue angle of 26.1º degrees, saturation: 0.97, 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 #FA6F04 is Cyan = 0, Magento = 0.56, Yellow = 0.98 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 111 | 4 | - |
| CMYK | 0 | 0.56 | 0.98 | 0.02 |
| HSL | 26.1º | 0.97% | 0.5% | - |
| HSV(B) | 26.1º | 0.98% | 0.98% | - |
| XYZ | 45.13 | 31.7 | 3.86 | - |
| YUV | 140.36 | 51.05 | 206.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 111 | 4 | 0 | 0.56 | 0.98 | 0.02 | 26.1 | 0.97 | 0.5 |
| Hex | FA | 6F | 4 | 0 | 38 | 62 | 2 | 1A | 61 | 32 |
| Octal | 372 | 157 | 4 | 0 | 70 | 142 | 2 | 32 | 141 | 62 |
| Binary | 11111010 | 1101111 | 100 | 0 | 111000 | 1100010 | 10 | 11010 | 1100001 | 110010 |
Color Harmonies of #FA6F04
Complementary color
Monochromatic Colors of #FA6F04
Black with #FA6F04
Text Example
Text Example
White with #FA6F04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA6F04; }
p { color: rgb(250,111,4); }
H1.HeaderClassName
{
color: #FA6F04;
}
.AnyTagClassName
{
color: #FA6F04;
}
</style>
background-color css
<style>
a { background-color: #FA6F04; }
a { background-color: rgb(250,111,4); }
div.DivClassName
{
background-color: #FA6F04;
}
.BgClassName
{
background-color: #FA6F04;
}
</style>
border-color css
<style>
span { border-color: #FA6F04; }
span { border-color: rgb(250,111,4); }
td.TdClassName
{
border-color: #FA6F04;
}
.TagClassName
{
border-color: #FA6F04;
}
</style>