Shades of Safety Orange #FF6504
Tints of Safety Orange #FF6504
RGB
CMYK
RGB Variations
Color information
#FF6504 (or 0xFF6504) is known color: Safety Orange. HEX triplet: FF, 65 and 04. RGB value is (255,101,4). Sum of RGB (Red+Green+Blue) = 255+101+4=360 (47% of max value = 765). Red value is 255 (100% from 255 or 70.83% from 360); Green value is 101 (39.84% from 255 or 28.06% from 360); Blue value is 4 (1.95% from 255 or 1.11% from 360); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6504 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF6504 is #009AFB. Grayscale: #888888. Windows color (decimal): -39676 or 288255. OLE color: 288255.
HSL color Cylindrical-coordinate representation of color #FF6504: hue angle of 23.19º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FF6504 is Cyan = 0, Magento = 0.60, Yellow = 0.98 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 101 | 4 | - |
| CMYK | 0 | 0.60 | 0.98 | 0 |
| HSL | 23.19º | 1% | 0.51% | - |
| HSV(B) | 23.19º | 0.98% | 1% | - |
| XYZ | 45.92 | 30.58 | 3.6 | - |
| YUV | 135.99 | 53.52 | 212.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 101 | 4 | 0 | 0.60 | 0.98 | 0 | 23.19 | 1 | 0.51 |
| Hex | FF | 65 | 4 | 0 | 3C | 62 | 0 | 17 | 64 | 33 |
| Octal | 377 | 145 | 4 | 0 | 74 | 142 | 0 | 27 | 144 | 63 |
| Binary | 11111111 | 1100101 | 100 | 0 | 111100 | 1100010 | 0 | 10111 | 1100100 | 110011 |
Color Harmonies of #FF6504
Complementary color
Monochromatic Colors of #FF6504
Black with #FF6504
Text Example
Text Example
White with #FF6504
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6504; }
p { color: rgb(255,101,4); }
H1.HeaderClassName
{
color: #FF6504;
}
.AnyTagClassName
{
color: #FF6504;
}
</style>
background-color css
<style>
a { background-color: #FF6504; }
a { background-color: rgb(255,101,4); }
div.DivClassName
{
background-color: #FF6504;
}
.BgClassName
{
background-color: #FF6504;
}
</style>
border-color css
<style>
span { border-color: #FF6504; }
span { border-color: rgb(255,101,4); }
td.TdClassName
{
border-color: #FF6504;
}
.TagClassName
{
border-color: #FF6504;
}
</style>