Shades of Safety Orange #F56509
Tints of Safety Orange #F56509
RGB
CMYK
RGB Variations
Color information
#F56509 (or 0xF56509) is known color: Safety Orange. HEX triplet: F5, 65 and 09. RGB value is (245,101,9). Sum of RGB (Red+Green+Blue) = 245+101+9=355 (47% of max value = 765). Red value is 245 (96.09% from 255 or 69.01% from 355); Green value is 101 (39.84% from 255 or 28.45% from 355); Blue value is 9 (3.91% from 255 or 2.54% from 355); Max value from RGB is 245 - color contains mainly: red. Hex color #F56509 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F56509 is #0A9AF6. Grayscale: #868686. Windows color (decimal): -695031 or 615925. OLE color: 615925.
HSL color Cylindrical-coordinate representation of color #F56509: hue angle of 23.39º degrees, saturation: 0.93, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F56509 is Cyan = 0, Magento = 0.59, Yellow = 0.96 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 101 | 9 | - |
| CMYK | 0 | 0.59 | 0.96 | 0.04 |
| HSL | 23.39º | 0.93% | 0.5% | - |
| HSV(B) | 23.39º | 0.96% | 0.96% | - |
| XYZ | 42.36 | 28.74 | 3.57 | - |
| YUV | 133.57 | 57.71 | 207.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 101 | 9 | 0 | 0.59 | 0.96 | 0.04 | 23.39 | 0.93 | 0.5 |
| Hex | F5 | 65 | 9 | 0 | 3B | 60 | 4 | 17 | 5D | 32 |
| Octal | 365 | 145 | 11 | 0 | 73 | 140 | 4 | 27 | 135 | 62 |
| Binary | 11110101 | 1100101 | 1001 | 0 | 111011 | 1100000 | 100 | 10111 | 1011101 | 110010 |
Color Harmonies of #F56509
Complementary color
Monochromatic Colors of #F56509
Black with #F56509
Text Example
Text Example
White with #F56509
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F56509; }
p { color: rgb(245,101,9); }
H1.HeaderClassName
{
color: #F56509;
}
.AnyTagClassName
{
color: #F56509;
}
</style>
background-color css
<style>
a { background-color: #F56509; }
a { background-color: rgb(245,101,9); }
div.DivClassName
{
background-color: #F56509;
}
.BgClassName
{
background-color: #F56509;
}
</style>
border-color css
<style>
span { border-color: #F56509; }
span { border-color: rgb(245,101,9); }
td.TdClassName
{
border-color: #F56509;
}
.TagClassName
{
border-color: #F56509;
}
</style>