Shades of Safety Orange #F65F0F
Tints of Safety Orange #F65F0F
RGB
CMYK
RGB Variations
Color information
#F65F0F (or 0xF65F0F) is known color: Safety Orange. HEX triplet: F6, 5F and 0F. RGB value is (246,95,15). Sum of RGB (Red+Green+Blue) = 246+95+15=356 (47% of max value = 765). Red value is 246 (96.48% from 255 or 69.10% from 356); Green value is 95 (37.5% from 255 or 26.69% from 356); Blue value is 15 (6.25% from 255 or 4.21% from 356); Max value from RGB is 246 - color contains mainly: red. Hex color #F65F0F is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F65F0F is #09A0F0. Grayscale: #838383. Windows color (decimal): -631025 or 1007606. OLE color: 1007606.
HSL color Cylindrical-coordinate representation of color #F65F0F: hue angle of 20.78º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F65F0F is Cyan = 0, Magento = 0.61, Yellow = 0.94 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 95 | 15 | - |
| CMYK | 0 | 0.61 | 0.94 | 0.04 |
| HSL | 20.78º | 0.93% | 0.51% | - |
| HSV(B) | 20.78º | 0.94% | 0.96% | - |
| XYZ | 42.18 | 27.81 | 3.6 | - |
| YUV | 131.03 | 62.53 | 210 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 95 | 15 | 0 | 0.61 | 0.94 | 0.04 | 20.78 | 0.93 | 0.51 |
| Hex | F6 | 5F | F | 0 | 3D | 5E | 4 | 15 | 5D | 33 |
| Octal | 366 | 137 | 17 | 0 | 75 | 136 | 4 | 25 | 135 | 63 |
| Binary | 11110110 | 1011111 | 1111 | 0 | 111101 | 1011110 | 100 | 10101 | 1011101 | 110011 |
Color Harmonies of #F65F0F
Complementary color
Monochromatic Colors of #F65F0F
Black with #F65F0F
Text Example
Text Example
White with #F65F0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F65F0F; }
p { color: rgb(246,95,15); }
H1.HeaderClassName
{
color: #F65F0F;
}
.AnyTagClassName
{
color: #F65F0F;
}
</style>
background-color css
<style>
a { background-color: #F65F0F; }
a { background-color: rgb(246,95,15); }
div.DivClassName
{
background-color: #F65F0F;
}
.BgClassName
{
background-color: #F65F0F;
}
</style>
border-color css
<style>
span { border-color: #F65F0F; }
span { border-color: rgb(246,95,15); }
td.TdClassName
{
border-color: #F65F0F;
}
.TagClassName
{
border-color: #F65F0F;
}
</style>