Shades of Safety Orange #F5630F
Tints of Safety Orange #F5630F
RGB
CMYK
RGB Variations
Color information
#F5630F (or 0xF5630F) is known color: Safety Orange. HEX triplet: F5, 63 and 0F. RGB value is (245,99,15). Sum of RGB (Red+Green+Blue) = 245+99+15=359 (47% of max value = 765). Red value is 245 (96.09% from 255 or 68.25% from 359); Green value is 99 (39.06% from 255 or 27.58% from 359); Blue value is 15 (6.25% from 255 or 4.18% from 359); Max value from RGB is 245 - color contains mainly: red. Hex color #F5630F is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F5630F is #0A9CF0. Grayscale: #858585. Windows color (decimal): -695537 or 1008629. OLE color: 1008629.
HSL color Cylindrical-coordinate representation of color #F5630F: hue angle of 21.91º degrees, saturation: 0.92, 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 #F5630F is Cyan = 0, Magento = 0.60, Yellow = 0.94 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 99 | 15 | - |
| CMYK | 0 | 0.60 | 0.94 | 0.04 |
| HSL | 21.91º | 0.92% | 0.51% | - |
| HSV(B) | 21.91º | 0.94% | 0.96% | - |
| XYZ | 42.2 | 28.37 | 3.7 | - |
| YUV | 133.08 | 61.37 | 207.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 99 | 15 | 0 | 0.60 | 0.94 | 0.04 | 21.91 | 0.92 | 0.51 |
| Hex | F5 | 63 | F | 0 | 3C | 5E | 4 | 16 | 5C | 33 |
| Octal | 365 | 143 | 17 | 0 | 74 | 136 | 4 | 26 | 134 | 63 |
| Binary | 11110101 | 1100011 | 1111 | 0 | 111100 | 1011110 | 100 | 10110 | 1011100 | 110011 |
Color Harmonies of #F5630F
Complementary color
Monochromatic Colors of #F5630F
Black with #F5630F
Text Example
Text Example
White with #F5630F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5630F; }
p { color: rgb(245,99,15); }
H1.HeaderClassName
{
color: #F5630F;
}
.AnyTagClassName
{
color: #F5630F;
}
</style>
background-color css
<style>
a { background-color: #F5630F; }
a { background-color: rgb(245,99,15); }
div.DivClassName
{
background-color: #F5630F;
}
.BgClassName
{
background-color: #F5630F;
}
</style>
border-color css
<style>
span { border-color: #F5630F; }
span { border-color: rgb(245,99,15); }
td.TdClassName
{
border-color: #F5630F;
}
.TagClassName
{
border-color: #F5630F;
}
</style>