Shades of Safety Orange #FF6502
Tints of Safety Orange #FF6502
RGB
CMYK
RGB Variations
Color information
#FF6502 (or 0xFF6502) is known color: Safety Orange. HEX triplet: FF, 65 and 02. RGB value is (255,101,2). Sum of RGB (Red+Green+Blue) = 255+101+2=358 (47% of max value = 765). Red value is 255 (100% from 255 or 71.23% from 358); Green value is 101 (39.84% from 255 or 28.21% from 358); Blue value is 2 (1.17% from 255 or 0.56% from 358); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6502 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF6502 is #009AFD. Grayscale: #888888. Windows color (decimal): -39678 or 157183. OLE color: 157183.
HSL color Cylindrical-coordinate representation of color #FF6502: hue angle of 23.48º 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 #FF6502 is Cyan = 0, Magento = 0.60, Yellow = 0.99 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 101 | 2 | - |
| CMYK | 0 | 0.60 | 0.99 | 0 |
| HSL | 23.48º | 1% | 0.5% | - |
| HSV(B) | 23.48º | 0.99% | 1% | - |
| XYZ | 45.9 | 30.57 | 3.54 | - |
| YUV | 135.76 | 52.52 | 213.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 101 | 2 | 0 | 0.60 | 0.99 | 0 | 23.48 | 1 | 0.5 |
| Hex | FF | 65 | 2 | 0 | 3C | 63 | 0 | 17 | 64 | 32 |
| Octal | 377 | 145 | 2 | 0 | 74 | 143 | 0 | 27 | 144 | 62 |
| Binary | 11111111 | 1100101 | 10 | 0 | 111100 | 1100011 | 0 | 10111 | 1100100 | 110010 |
Color Harmonies of #FF6502
Complementary color
Monochromatic Colors of #FF6502
Black with #FF6502
Text Example
Text Example
White with #FF6502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6502; }
p { color: rgb(255,101,2); }
H1.HeaderClassName
{
color: #FF6502;
}
.AnyTagClassName
{
color: #FF6502;
}
</style>
background-color css
<style>
a { background-color: #FF6502; }
a { background-color: rgb(255,101,2); }
div.DivClassName
{
background-color: #FF6502;
}
.BgClassName
{
background-color: #FF6502;
}
</style>
border-color css
<style>
span { border-color: #FF6502; }
span { border-color: rgb(255,101,2); }
td.TdClassName
{
border-color: #FF6502;
}
.TagClassName
{
border-color: #FF6502;
}
</style>