Shades of Safety Orange #FF6702
Tints of Safety Orange #FF6702
RGB
CMYK
RGB Variations
Color information
#FF6702 (or 0xFF6702) is known color: Safety Orange. HEX triplet: FF, 67 and 02. RGB value is (255,103,2). Sum of RGB (Red+Green+Blue) = 255+103+2=360 (47% of max value = 765). Red value is 255 (100% from 255 or 70.83% from 360); Green value is 103 (40.62% from 255 or 28.61% from 360); Blue value is 2 (1.17% from 255 or 0.56% from 360); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6702 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF6702 is #0098FD. Grayscale: #898989. Windows color (decimal): -39166 or 157695. OLE color: 157695.
HSL color Cylindrical-coordinate representation of color #FF6702: hue angle of 23.95º 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 #FF6702 is Cyan = 0, Magento = 0.60, Yellow = 0.99 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 103 | 2 | - |
| CMYK | 0 | 0.60 | 0.99 | 0 |
| HSL | 23.95º | 1% | 0.5% | - |
| HSV(B) | 23.95º | 0.99% | 1% | - |
| XYZ | 46.1 | 30.96 | 3.6 | - |
| YUV | 136.93 | 51.86 | 212.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 103 | 2 | 0 | 0.60 | 0.99 | 0 | 23.95 | 1 | 0.5 |
| Hex | FF | 67 | 2 | 0 | 3C | 63 | 0 | 18 | 64 | 32 |
| Octal | 377 | 147 | 2 | 0 | 74 | 143 | 0 | 30 | 144 | 62 |
| Binary | 11111111 | 1100111 | 10 | 0 | 111100 | 1100011 | 0 | 11000 | 1100100 | 110010 |
Color Harmonies of #FF6702
Complementary color
Monochromatic Colors of #FF6702
Black with #FF6702
Text Example
Text Example
White with #FF6702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6702; }
p { color: rgb(255,103,2); }
H1.HeaderClassName
{
color: #FF6702;
}
.AnyTagClassName
{
color: #FF6702;
}
</style>
background-color css
<style>
a { background-color: #FF6702; }
a { background-color: rgb(255,103,2); }
div.DivClassName
{
background-color: #FF6702;
}
.BgClassName
{
background-color: #FF6702;
}
</style>
border-color css
<style>
span { border-color: #FF6702; }
span { border-color: rgb(255,103,2); }
td.TdClassName
{
border-color: #FF6702;
}
.TagClassName
{
border-color: #FF6702;
}
</style>