Shades of Safety Orange #F5640B
Tints of Safety Orange #F5640B
RGB
CMYK
RGB Variations
Color information
#F5640B (or 0xF5640B) is known color: Safety Orange. HEX triplet: F5, 64 and 0B. RGB value is (245,100,11). Sum of RGB (Red+Green+Blue) = 245+100+11=356 (47% of max value = 765). Red value is 245 (96.09% from 255 or 68.82% from 356); Green value is 100 (39.45% from 255 or 28.09% from 356); Blue value is 11 (4.69% from 255 or 3.09% from 356); Max value from RGB is 245 - color contains mainly: red. Hex color #F5640B is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F5640B is #0A9BF4. Grayscale: #858585. Windows color (decimal): -695285 or 746741. OLE color: 746741.
HSL color Cylindrical-coordinate representation of color #F5640B: hue angle of 22.82º degrees, saturation: 0.92, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F5640B is Cyan = 0, Magento = 0.59, Yellow = 0.96 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 100 | 11 | - |
| CMYK | 0 | 0.59 | 0.96 | 0.04 |
| HSL | 22.82º | 0.92% | 0.5% | - |
| HSV(B) | 22.82º | 0.96% | 0.96% | - |
| XYZ | 42.27 | 28.55 | 3.6 | - |
| YUV | 133.21 | 59.04 | 207.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 100 | 11 | 0 | 0.59 | 0.96 | 0.04 | 22.82 | 0.92 | 0.5 |
| Hex | F5 | 64 | B | 0 | 3B | 60 | 4 | 17 | 5C | 32 |
| Octal | 365 | 144 | 13 | 0 | 73 | 140 | 4 | 27 | 134 | 62 |
| Binary | 11110101 | 1100100 | 1011 | 0 | 111011 | 1100000 | 100 | 10111 | 1011100 | 110010 |
Color Harmonies of #F5640B
Complementary color
Monochromatic Colors of #F5640B
Black with #F5640B
Text Example
Text Example
White with #F5640B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5640B; }
p { color: rgb(245,100,11); }
H1.HeaderClassName
{
color: #F5640B;
}
.AnyTagClassName
{
color: #F5640B;
}
</style>
background-color css
<style>
a { background-color: #F5640B; }
a { background-color: rgb(245,100,11); }
div.DivClassName
{
background-color: #F5640B;
}
.BgClassName
{
background-color: #F5640B;
}
</style>
border-color css
<style>
span { border-color: #F5640B; }
span { border-color: rgb(245,100,11); }
td.TdClassName
{
border-color: #F5640B;
}
.TagClassName
{
border-color: #F5640B;
}
</style>