Shades of Safety Orange #F5650C
Tints of Safety Orange #F5650C
RGB
CMYK
RGB Variations
Color information
#F5650C (or 0xF5650C) is known color: Safety Orange. HEX triplet: F5, 65 and 0C. RGB value is (245,101,12). Sum of RGB (Red+Green+Blue) = 245+101+12=358 (47% of max value = 765). Red value is 245 (96.09% from 255 or 68.44% from 358); Green value is 101 (39.84% from 255 or 28.21% from 358); Blue value is 12 (5.08% from 255 or 3.35% from 358); Max value from RGB is 245 - color contains mainly: red. Hex color #F5650C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F5650C is #0A9AF3. Grayscale: #868686. Windows color (decimal): -695028 or 812533. OLE color: 812533.
HSL color Cylindrical-coordinate representation of color #F5650C: hue angle of 22.92º degrees, saturation: 0.92, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F5650C is Cyan = 0, Magento = 0.59, Yellow = 0.95 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 101 | 12 | - |
| CMYK | 0 | 0.59 | 0.95 | 0.04 |
| HSL | 22.92º | 0.92% | 0.5% | - |
| HSV(B) | 22.92º | 0.95% | 0.96% | - |
| XYZ | 42.38 | 28.75 | 3.66 | - |
| YUV | 133.91 | 59.21 | 207.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 101 | 12 | 0 | 0.59 | 0.95 | 0.04 | 22.92 | 0.92 | 0.5 |
| Hex | F5 | 65 | C | 0 | 3B | 5F | 4 | 17 | 5C | 32 |
| Octal | 365 | 145 | 14 | 0 | 73 | 137 | 4 | 27 | 134 | 62 |
| Binary | 11110101 | 1100101 | 1100 | 0 | 111011 | 1011111 | 100 | 10111 | 1011100 | 110010 |
Color Harmonies of #F5650C
Complementary color
Monochromatic Colors of #F5650C
Black with #F5650C
Text Example
Text Example
White with #F5650C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5650C; }
p { color: rgb(245,101,12); }
H1.HeaderClassName
{
color: #F5650C;
}
.AnyTagClassName
{
color: #F5650C;
}
</style>
background-color css
<style>
a { background-color: #F5650C; }
a { background-color: rgb(245,101,12); }
div.DivClassName
{
background-color: #F5650C;
}
.BgClassName
{
background-color: #F5650C;
}
</style>
border-color css
<style>
span { border-color: #F5650C; }
span { border-color: rgb(245,101,12); }
td.TdClassName
{
border-color: #F5650C;
}
.TagClassName
{
border-color: #F5650C;
}
</style>