Shades of Safety Orange #FA6C0B
Tints of Safety Orange #FA6C0B
RGB
CMYK
RGB Variations
Color information
#FA6C0B (or 0xFA6C0B) is known color: Safety Orange. HEX triplet: FA, 6C and 0B. RGB value is (250,108,11). Sum of RGB (Red+Green+Blue) = 250+108+11=369 (48% of max value = 765). Red value is 250 (98.05% from 255 or 67.75% from 369); Green value is 108 (42.58% from 255 or 29.27% from 369); Blue value is 11 (4.69% from 255 or 2.98% from 369); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6C0B is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FA6C0B is #0593F4. Grayscale: #8B8B8B. Windows color (decimal): -365557 or 748794. OLE color: 748794.
HSL color Cylindrical-coordinate representation of color #FA6C0B: hue angle of 24.35º 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 #FA6C0B is Cyan = 0, Magento = 0.57, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 108 | 11 | - |
| CMYK | 0 | 0.57 | 0.96 | 0.02 |
| HSL | 24.35º | 0.96% | 0.51% | - |
| HSV(B) | 24.35º | 0.96% | 0.98% | - |
| XYZ | 44.85 | 31.07 | 3.95 | - |
| YUV | 139.4 | 55.54 | 206.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 108 | 11 | 0 | 0.57 | 0.96 | 0.02 | 24.35 | 0.96 | 0.51 |
| Hex | FA | 6C | B | 0 | 39 | 60 | 2 | 18 | 60 | 33 |
| Octal | 372 | 154 | 13 | 0 | 71 | 140 | 2 | 30 | 140 | 63 |
| Binary | 11111010 | 1101100 | 1011 | 0 | 111001 | 1100000 | 10 | 11000 | 1100000 | 110011 |
Color Harmonies of #FA6C0B
Complementary color
Monochromatic Colors of #FA6C0B
Black with #FA6C0B
Text Example
Text Example
White with #FA6C0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA6C0B; }
p { color: rgb(250,108,11); }
H1.HeaderClassName
{
color: #FA6C0B;
}
.AnyTagClassName
{
color: #FA6C0B;
}
</style>
background-color css
<style>
a { background-color: #FA6C0B; }
a { background-color: rgb(250,108,11); }
div.DivClassName
{
background-color: #FA6C0B;
}
.BgClassName
{
background-color: #FA6C0B;
}
</style>
border-color css
<style>
span { border-color: #FA6C0B; }
span { border-color: rgb(250,108,11); }
td.TdClassName
{
border-color: #FA6C0B;
}
.TagClassName
{
border-color: #FA6C0B;
}
</style>