Shades of Safety Orange #FF6500
Tints of Safety Orange #FF6500
RGB
CMYK
RGB Variations
Color information
#FF6500 (or 0xFF6500) is known color: Safety Orange. HEX triplet: FF, 65 and 00. RGB value is (255,101,0). Sum of RGB (Red+Green+Blue) = 255+101+0=356 (47% of max value = 765). Red value is 255 (100% from 255 or 71.63% from 356); Green value is 101 (39.84% from 255 or 28.37% from 356); Blue value is 0 (0.39% from 255 or 0% from 356); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6500 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF6500 is #009AFF. Grayscale: #888888. Windows color (decimal): -39680 or 26111. OLE color: 26111.
HSL color Cylindrical-coordinate representation of color #FF6500: hue angle of 23.76º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FF6500 is Cyan = 0, Magento = 0.60, Yellow = 1 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 101 | 0 | - |
| CMYK | 0 | 0.60 | 1 | 0 |
| HSL | 23.76º | 1% | 0.5% | - |
| HSV(B) | 23.76º | 1% | 1% | - |
| XYZ | 45.89 | 30.57 | 3.48 | - |
| YUV | 135.53 | 51.52 | 213.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 101 | 0 | 0 | 0.60 | 1 | 0 | 23.76 | 1 | 0.5 |
| Hex | FF | 65 | 0 | 0 | 3C | 64 | 0 | 18 | 64 | 32 |
| Octal | 377 | 145 | 0 | 0 | 74 | 144 | 0 | 30 | 144 | 62 |
| Binary | 11111111 | 1100101 | 0 | 0 | 111100 | 1100100 | 0 | 11000 | 1100100 | 110010 |
Color Harmonies of #FF6500
Complementary color
Monochromatic Colors of #FF6500
Black with #FF6500
Text Example
Text Example
White with #FF6500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6500; }
p { color: rgb(255,101,0); }
H1.HeaderClassName
{
color: #FF6500;
}
.AnyTagClassName
{
color: #FF6500;
}
</style>
background-color css
<style>
a { background-color: #FF6500; }
a { background-color: rgb(255,101,0); }
div.DivClassName
{
background-color: #FF6500;
}
.BgClassName
{
background-color: #FF6500;
}
</style>
border-color css
<style>
span { border-color: #FF6500; }
span { border-color: rgb(255,101,0); }
td.TdClassName
{
border-color: #FF6500;
}
.TagClassName
{
border-color: #FF6500;
}
</style>