Shades of Safety Orange #FF6F03
Tints of Safety Orange #FF6F03
RGB
CMYK
RGB Variations
Color information
#FF6F03 (or 0xFF6F03) is known color: Safety Orange. HEX triplet: FF, 6F and 03. RGB value is (255,111,3). Sum of RGB (Red+Green+Blue) = 255+111+3=369 (48% of max value = 765). Red value is 255 (100% from 255 or 69.11% from 369); Green value is 111 (43.75% from 255 or 30.08% from 369); Blue value is 3 (1.56% from 255 or 0.81% from 369); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6F03 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF6F03 is #0090FC. Grayscale: #8E8E8E. Windows color (decimal): -37117 or 225279. OLE color: 225279.
HSL color Cylindrical-coordinate representation of color #FF6F03: hue angle of 25.71º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FF6F03 is Cyan = 0, Magento = 0.56, Yellow = 0.99 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 111 | 3 | - |
| CMYK | 0 | 0.56 | 0.99 | 0 |
| HSL | 25.71º | 1% | 0.51% | - |
| HSV(B) | 25.71º | 0.99% | 1% | - |
| XYZ | 46.94 | 32.64 | 3.91 | - |
| YUV | 141.74 | 49.71 | 208.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 111 | 3 | 0 | 0.56 | 0.99 | 0 | 25.71 | 1 | 0.51 |
| Hex | FF | 6F | 3 | 0 | 38 | 63 | 0 | 1A | 64 | 33 |
| Octal | 377 | 157 | 3 | 0 | 70 | 143 | 0 | 32 | 144 | 63 |
| Binary | 11111111 | 1101111 | 11 | 0 | 111000 | 1100011 | 0 | 11010 | 1100100 | 110011 |
Color Harmonies of #FF6F03
Complementary color
Monochromatic Colors of #FF6F03
Black with #FF6F03
Text Example
Text Example
White with #FF6F03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6F03; }
p { color: rgb(255,111,3); }
H1.HeaderClassName
{
color: #FF6F03;
}
.AnyTagClassName
{
color: #FF6F03;
}
</style>
background-color css
<style>
a { background-color: #FF6F03; }
a { background-color: rgb(255,111,3); }
div.DivClassName
{
background-color: #FF6F03;
}
.BgClassName
{
background-color: #FF6F03;
}
</style>
border-color css
<style>
span { border-color: #FF6F03; }
span { border-color: rgb(255,111,3); }
td.TdClassName
{
border-color: #FF6F03;
}
.TagClassName
{
border-color: #FF6F03;
}
</style>