Shades of Safety Orange #FA6D0B
Tints of Safety Orange #FA6D0B
RGB
CMYK
RGB Variations
Color information
#FA6D0B (or 0xFA6D0B) is known color: Safety Orange. HEX triplet: FA, 6D and 0B. RGB value is (250,109,11). Sum of RGB (Red+Green+Blue) = 250+109+11=370 (49% of max value = 765). Red value is 250 (98.05% from 255 or 67.57% from 370); Green value is 109 (42.97% from 255 or 29.46% from 370); Blue value is 11 (4.69% from 255 or 2.97% from 370); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6D0B is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FA6D0B is #0592F4. Grayscale: #8C8C8C. Windows color (decimal): -365301 or 749050. OLE color: 749050.
HSL color Cylindrical-coordinate representation of color #FA6D0B: hue angle of 24.6º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FA6D0B is Cyan = 0, Magento = 0.56, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 109 | 11 | - |
| CMYK | 0 | 0.56 | 0.96 | 0.02 |
| HSL | 24.6º | 0.96% | 0.51% | - |
| HSV(B) | 24.6º | 0.96% | 0.98% | - |
| XYZ | 44.95 | 31.29 | 3.99 | - |
| YUV | 139.99 | 55.21 | 206.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 109 | 11 | 0 | 0.56 | 0.96 | 0.02 | 24.6 | 0.96 | 0.51 |
| Hex | FA | 6D | B | 0 | 38 | 60 | 2 | 19 | 60 | 33 |
| Octal | 372 | 155 | 13 | 0 | 70 | 140 | 2 | 31 | 140 | 63 |
| Binary | 11111010 | 1101101 | 1011 | 0 | 111000 | 1100000 | 10 | 11001 | 1100000 | 110011 |
Color Harmonies of #FA6D0B
Complementary color
Monochromatic Colors of #FA6D0B
Black with #FA6D0B
Text Example
Text Example
White with #FA6D0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA6D0B; }
p { color: rgb(250,109,11); }
H1.HeaderClassName
{
color: #FA6D0B;
}
.AnyTagClassName
{
color: #FA6D0B;
}
</style>
background-color css
<style>
a { background-color: #FA6D0B; }
a { background-color: rgb(250,109,11); }
div.DivClassName
{
background-color: #FA6D0B;
}
.BgClassName
{
background-color: #FA6D0B;
}
</style>
border-color css
<style>
span { border-color: #FA6D0B; }
span { border-color: rgb(250,109,11); }
td.TdClassName
{
border-color: #FA6D0B;
}
.TagClassName
{
border-color: #FA6D0B;
}
</style>