Shades of Safety Orange #FF6802
Tints of Safety Orange #FF6802
RGB
CMYK
RGB Variations
Color information
#FF6802 (or 0xFF6802) is known color: Safety Orange. HEX triplet: FF, 68 and 02. RGB value is (255,104,2). Sum of RGB (Red+Green+Blue) = 255+104+2=361 (47% of max value = 765). Red value is 255 (100% from 255 or 70.64% from 361); Green value is 104 (41.02% from 255 or 28.81% from 361); Blue value is 2 (1.17% from 255 or 0.55% from 361); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6802 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF6802 is #0097FD. Grayscale: #8A8A8A. Windows color (decimal): -38910 or 157951. OLE color: 157951.
HSL color Cylindrical-coordinate representation of color #FF6802: hue angle of 24.19º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FF6802 is Cyan = 0, Magento = 0.59, Yellow = 0.99 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 104 | 2 | - |
| CMYK | 0 | 0.59 | 0.99 | 0 |
| HSL | 24.19º | 1% | 0.5% | - |
| HSV(B) | 24.19º | 0.99% | 1% | - |
| XYZ | 46.2 | 31.17 | 3.64 | - |
| YUV | 137.52 | 51.53 | 211.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 104 | 2 | 0 | 0.59 | 0.99 | 0 | 24.19 | 1 | 0.5 |
| Hex | FF | 68 | 2 | 0 | 3B | 63 | 0 | 18 | 64 | 32 |
| Octal | 377 | 150 | 2 | 0 | 73 | 143 | 0 | 30 | 144 | 62 |
| Binary | 11111111 | 1101000 | 10 | 0 | 111011 | 1100011 | 0 | 11000 | 1100100 | 110010 |
Color Harmonies of #FF6802
Complementary color
Monochromatic Colors of #FF6802
Black with #FF6802
Text Example
Text Example
White with #FF6802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6802; }
p { color: rgb(255,104,2); }
H1.HeaderClassName
{
color: #FF6802;
}
.AnyTagClassName
{
color: #FF6802;
}
</style>
background-color css
<style>
a { background-color: #FF6802; }
a { background-color: rgb(255,104,2); }
div.DivClassName
{
background-color: #FF6802;
}
.BgClassName
{
background-color: #FF6802;
}
</style>
border-color css
<style>
span { border-color: #FF6802; }
span { border-color: rgb(255,104,2); }
td.TdClassName
{
border-color: #FF6802;
}
.TagClassName
{
border-color: #FF6802;
}
</style>