Shades of Safety Orange #F65F10
Tints of Safety Orange #F65F10
RGB
CMYK
RGB Variations
Color information
#F65F10 (or 0xF65F10) is known color: Safety Orange. HEX triplet: F6, 5F and 10. RGB value is (246,95,16). Sum of RGB (Red+Green+Blue) = 246+95+16=357 (47% of max value = 765). Red value is 246 (96.48% from 255 or 68.91% from 357); Green value is 95 (37.5% from 255 or 26.61% from 357); Blue value is 16 (6.64% from 255 or 4.48% from 357); Max value from RGB is 246 - color contains mainly: red. Hex color #F65F10 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F65F10 is #09A0EF. Grayscale: #838383. Windows color (decimal): -631024 or 1073142. OLE color: 1073142.
HSL color Cylindrical-coordinate representation of color #F65F10: hue angle of 20.61º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F65F10 is Cyan = 0, Magento = 0.61, Yellow = 0.93 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 95 | 16 | - |
| CMYK | 0 | 0.61 | 0.93 | 0.04 |
| HSL | 20.61º | 0.93% | 0.51% | - |
| HSV(B) | 20.61º | 0.93% | 0.96% | - |
| XYZ | 42.19 | 27.81 | 3.64 | - |
| YUV | 131.14 | 63.03 | 209.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 95 | 16 | 0 | 0.61 | 0.93 | 0.04 | 20.61 | 0.93 | 0.51 |
| Hex | F6 | 5F | 10 | 0 | 3D | 5D | 4 | 15 | 5D | 33 |
| Octal | 366 | 137 | 20 | 0 | 75 | 135 | 4 | 25 | 135 | 63 |
| Binary | 11110110 | 1011111 | 10000 | 0 | 111101 | 1011101 | 100 | 10101 | 1011101 | 110011 |
Color Harmonies of #F65F10
Complementary color
Monochromatic Colors of #F65F10
Black with #F65F10
Text Example
Text Example
White with #F65F10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F65F10; }
p { color: rgb(246,95,16); }
H1.HeaderClassName
{
color: #F65F10;
}
.AnyTagClassName
{
color: #F65F10;
}
</style>
background-color css
<style>
a { background-color: #F65F10; }
a { background-color: rgb(246,95,16); }
div.DivClassName
{
background-color: #F65F10;
}
.BgClassName
{
background-color: #F65F10;
}
</style>
border-color css
<style>
span { border-color: #F65F10; }
span { border-color: rgb(246,95,16); }
td.TdClassName
{
border-color: #F65F10;
}
.TagClassName
{
border-color: #F65F10;
}
</style>