Shades of Safety Orange #FF6803
Tints of Safety Orange #FF6803
RGB
CMYK
RGB Variations
Color information
#FF6803 (or 0xFF6803) is known color: Safety Orange. HEX triplet: FF, 68 and 03. RGB value is (255,104,3). Sum of RGB (Red+Green+Blue) = 255+104+3=362 (47% of max value = 765). Red value is 255 (100% from 255 or 70.44% from 362); Green value is 104 (41.02% from 255 or 28.73% from 362); Blue value is 3 (1.56% from 255 or 0.83% from 362); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6803 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF6803 is #0097FC. Grayscale: #8A8A8A. Windows color (decimal): -38909 or 223487. OLE color: 223487.
HSL color Cylindrical-coordinate representation of color #FF6803: hue angle of 24.05º 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 #FF6803 is Cyan = 0, Magento = 0.59, Yellow = 0.99 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 104 | 3 | - |
| CMYK | 0 | 0.59 | 0.99 | 0 |
| HSL | 24.05º | 1% | 0.51% | - |
| HSV(B) | 24.05º | 0.99% | 1% | - |
| XYZ | 46.21 | 31.17 | 3.67 | - |
| YUV | 137.64 | 52.03 | 211.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 104 | 3 | 0 | 0.59 | 0.99 | 0 | 24.05 | 1 | 0.51 |
| Hex | FF | 68 | 3 | 0 | 3B | 63 | 0 | 18 | 64 | 33 |
| Octal | 377 | 150 | 3 | 0 | 73 | 143 | 0 | 30 | 144 | 63 |
| Binary | 11111111 | 1101000 | 11 | 0 | 111011 | 1100011 | 0 | 11000 | 1100100 | 110011 |
Color Harmonies of #FF6803
Complementary color
Monochromatic Colors of #FF6803
Black with #FF6803
Text Example
Text Example
White with #FF6803
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6803; }
p { color: rgb(255,104,3); }
H1.HeaderClassName
{
color: #FF6803;
}
.AnyTagClassName
{
color: #FF6803;
}
</style>
background-color css
<style>
a { background-color: #FF6803; }
a { background-color: rgb(255,104,3); }
div.DivClassName
{
background-color: #FF6803;
}
.BgClassName
{
background-color: #FF6803;
}
</style>
border-color css
<style>
span { border-color: #FF6803; }
span { border-color: rgb(255,104,3); }
td.TdClassName
{
border-color: #FF6803;
}
.TagClassName
{
border-color: #FF6803;
}
</style>