Shades of Safety Orange #F5610C
Tints of Safety Orange #F5610C
RGB
CMYK
RGB Variations
Color information
#F5610C (or 0xF5610C) is known color: Safety Orange. HEX triplet: F5, 61 and 0C. RGB value is (245,97,12). Sum of RGB (Red+Green+Blue) = 245+97+12=354 (46% of max value = 765). Red value is 245 (96.09% from 255 or 69.21% from 354); Green value is 97 (38.28% from 255 or 27.40% from 354); Blue value is 12 (5.08% from 255 or 3.39% from 354); Max value from RGB is 245 - color contains mainly: red. Hex color #F5610C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F5610C is #0A9EF3. Grayscale: #848484. Windows color (decimal): -696052 or 811509. OLE color: 811509.
HSL color Cylindrical-coordinate representation of color #F5610C: hue angle of 21.89º 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 #F5610C is Cyan = 0, Magento = 0.60, Yellow = 0.95 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 97 | 12 | - |
| CMYK | 0 | 0.60 | 0.95 | 0.04 |
| HSL | 21.89º | 0.92% | 0.5% | - |
| HSV(B) | 21.89º | 0.95% | 0.96% | - |
| XYZ | 42 | 27.99 | 3.54 | - |
| YUV | 131.56 | 60.53 | 208.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 97 | 12 | 0 | 0.60 | 0.95 | 0.04 | 21.89 | 0.92 | 0.5 |
| Hex | F5 | 61 | C | 0 | 3C | 5F | 4 | 16 | 5C | 32 |
| Octal | 365 | 141 | 14 | 0 | 74 | 137 | 4 | 26 | 134 | 62 |
| Binary | 11110101 | 1100001 | 1100 | 0 | 111100 | 1011111 | 100 | 10110 | 1011100 | 110010 |
Color Harmonies of #F5610C
Complementary color
Monochromatic Colors of #F5610C
Black with #F5610C
Text Example
Text Example
White with #F5610C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5610C; }
p { color: rgb(245,97,12); }
H1.HeaderClassName
{
color: #F5610C;
}
.AnyTagClassName
{
color: #F5610C;
}
</style>
background-color css
<style>
a { background-color: #F5610C; }
a { background-color: rgb(245,97,12); }
div.DivClassName
{
background-color: #F5610C;
}
.BgClassName
{
background-color: #F5610C;
}
</style>
border-color css
<style>
span { border-color: #F5610C; }
span { border-color: rgb(245,97,12); }
td.TdClassName
{
border-color: #F5610C;
}
.TagClassName
{
border-color: #F5610C;
}
</style>