Shades of Safety Orange #FF6B0A
Tints of Safety Orange #FF6B0A
RGB
CMYK
RGB Variations
Color information
#FF6B0A (or 0xFF6B0A) is known color: Safety Orange. HEX triplet: FF, 6B and 0A. RGB value is (255,107,10). Sum of RGB (Red+Green+Blue) = 255+107+10=372 (49% of max value = 765). Red value is 255 (100% from 255 or 68.55% from 372); Green value is 107 (42.19% from 255 or 28.76% from 372); Blue value is 10 (4.30% from 255 or 2.69% from 372); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6B0A is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF6B0A is #0094F5. Grayscale: #8C8C8C. Windows color (decimal): -38134 or 683007. OLE color: 683007.
HSL color Cylindrical-coordinate representation of color #FF6B0A: hue angle of 23.76º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FF6B0A is Cyan = 0, Magento = 0.58, Yellow = 0.96 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 107 | 10 | - |
| CMYK | 0 | 0.58 | 0.96 | 0 |
| HSL | 23.76º | 1% | 0.52% | - |
| HSV(B) | 23.76º | 0.96% | 1% | - |
| XYZ | 46.55 | 31.8 | 3.97 | - |
| YUV | 140.19 | 54.53 | 209.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 107 | 10 | 0 | 0.58 | 0.96 | 0 | 23.76 | 1 | 0.52 |
| Hex | FF | 6B | A | 0 | 3A | 60 | 0 | 18 | 64 | 34 |
| Octal | 377 | 153 | 12 | 0 | 72 | 140 | 0 | 30 | 144 | 64 |
| Binary | 11111111 | 1101011 | 1010 | 0 | 111010 | 1100000 | 0 | 11000 | 1100100 | 110100 |
Color Harmonies of #FF6B0A
Complementary color
Monochromatic Colors of #FF6B0A
Black with #FF6B0A
Text Example
Text Example
White with #FF6B0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6B0A; }
p { color: rgb(255,107,10); }
H1.HeaderClassName
{
color: #FF6B0A;
}
.AnyTagClassName
{
color: #FF6B0A;
}
</style>
background-color css
<style>
a { background-color: #FF6B0A; }
a { background-color: rgb(255,107,10); }
div.DivClassName
{
background-color: #FF6B0A;
}
.BgClassName
{
background-color: #FF6B0A;
}
</style>
border-color css
<style>
span { border-color: #FF6B0A; }
span { border-color: rgb(255,107,10); }
td.TdClassName
{
border-color: #FF6B0A;
}
.TagClassName
{
border-color: #FF6B0A;
}
</style>