Shades of Safety Orange #FF6B0C
Tints of Safety Orange #FF6B0C
RGB
CMYK
RGB Variations
Color information
#FF6B0C (or 0xFF6B0C) is known color: Safety Orange. HEX triplet: FF, 6B and 0C. RGB value is (255,107,12). Sum of RGB (Red+Green+Blue) = 255+107+12=374 (49% of max value = 765). Red value is 255 (100% from 255 or 68.18% from 374); Green value is 107 (42.19% from 255 or 28.61% from 374); Blue value is 12 (5.08% from 255 or 3.21% from 374); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6B0C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF6B0C is #0094F3. Grayscale: #8C8C8C. Windows color (decimal): -38132 or 814079. OLE color: 814079.
HSL color Cylindrical-coordinate representation of color #FF6B0C: hue angle of 23.46º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FF6B0C is Cyan = 0, Magento = 0.58, Yellow = 0.95 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 107 | 12 | - |
| CMYK | 0 | 0.58 | 0.95 | 0 |
| HSL | 23.46º | 1% | 0.52% | - |
| HSV(B) | 23.46º | 0.95% | 1% | - |
| XYZ | 46.56 | 31.8 | 4.03 | - |
| YUV | 140.42 | 55.53 | 209.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 107 | 12 | 0 | 0.58 | 0.95 | 0 | 23.46 | 1 | 0.52 |
| Hex | FF | 6B | C | 0 | 3A | 5F | 0 | 17 | 64 | 34 |
| Octal | 377 | 153 | 14 | 0 | 72 | 137 | 0 | 27 | 144 | 64 |
| Binary | 11111111 | 1101011 | 1100 | 0 | 111010 | 1011111 | 0 | 10111 | 1100100 | 110100 |
Color Harmonies of #FF6B0C
Complementary color
Monochromatic Colors of #FF6B0C
Black with #FF6B0C
Text Example
Text Example
White with #FF6B0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6B0C; }
p { color: rgb(255,107,12); }
H1.HeaderClassName
{
color: #FF6B0C;
}
.AnyTagClassName
{
color: #FF6B0C;
}
</style>
background-color css
<style>
a { background-color: #FF6B0C; }
a { background-color: rgb(255,107,12); }
div.DivClassName
{
background-color: #FF6B0C;
}
.BgClassName
{
background-color: #FF6B0C;
}
</style>
border-color css
<style>
span { border-color: #FF6B0C; }
span { border-color: rgb(255,107,12); }
td.TdClassName
{
border-color: #FF6B0C;
}
.TagClassName
{
border-color: #FF6B0C;
}
</style>