Shades of Safety Orange #F5630C
Tints of Safety Orange #F5630C
RGB
CMYK
RGB Variations
Color information
#F5630C (or 0xF5630C) is known color: Safety Orange. HEX triplet: F5, 63 and 0C. RGB value is (245,99,12). Sum of RGB (Red+Green+Blue) = 245+99+12=356 (47% of max value = 765). Red value is 245 (96.09% from 255 or 68.82% from 356); Green value is 99 (39.06% from 255 or 27.81% from 356); Blue value is 12 (5.08% from 255 or 3.37% from 356); Max value from RGB is 245 - color contains mainly: red. Hex color #F5630C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F5630C is #0A9CF3. Grayscale: #858585. Windows color (decimal): -695540 or 812021. OLE color: 812021.
HSL color Cylindrical-coordinate representation of color #F5630C: hue angle of 22.4º 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 #F5630C is Cyan = 0, Magento = 0.60, Yellow = 0.95 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 99 | 12 | - |
| CMYK | 0 | 0.60 | 0.95 | 0.04 |
| HSL | 22.4º | 0.92% | 0.5% | - |
| HSV(B) | 22.4º | 0.95% | 0.96% | - |
| XYZ | 42.18 | 28.36 | 3.6 | - |
| YUV | 132.74 | 59.87 | 208.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 99 | 12 | 0 | 0.60 | 0.95 | 0.04 | 22.4 | 0.92 | 0.5 |
| Hex | F5 | 63 | C | 0 | 3C | 5F | 4 | 16 | 5C | 32 |
| Octal | 365 | 143 | 14 | 0 | 74 | 137 | 4 | 26 | 134 | 62 |
| Binary | 11110101 | 1100011 | 1100 | 0 | 111100 | 1011111 | 100 | 10110 | 1011100 | 110010 |
Color Harmonies of #F5630C
Complementary color
Monochromatic Colors of #F5630C
Black with #F5630C
Text Example
Text Example
White with #F5630C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5630C; }
p { color: rgb(245,99,12); }
H1.HeaderClassName
{
color: #F5630C;
}
.AnyTagClassName
{
color: #F5630C;
}
</style>
background-color css
<style>
a { background-color: #F5630C; }
a { background-color: rgb(245,99,12); }
div.DivClassName
{
background-color: #F5630C;
}
.BgClassName
{
background-color: #F5630C;
}
</style>
border-color css
<style>
span { border-color: #F5630C; }
span { border-color: rgb(245,99,12); }
td.TdClassName
{
border-color: #F5630C;
}
.TagClassName
{
border-color: #F5630C;
}
</style>