Shades of Safety Orange #F57005
Tints of Safety Orange #F57005
RGB
CMYK
RGB Variations
Color information
#F57005 (or 0xF57005) is known color: Safety Orange. HEX triplet: F5, 70 and 05. RGB value is (245,112,5). Sum of RGB (Red+Green+Blue) = 245+112+5=362 (47% of max value = 765). Red value is 245 (96.09% from 255 or 67.68% from 362); Green value is 112 (44.14% from 255 or 30.94% from 362); Blue value is 5 (2.34% from 255 or 1.38% from 362); Max value from RGB is 245 - color contains mainly: red. Hex color #F57005 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F57005 is #0A8FFA. Grayscale: #8C8C8C. Windows color (decimal): -692219 or 356597. OLE color: 356597.
HSL color Cylindrical-coordinate representation of color #F57005: hue angle of 26.75º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F57005 is Cyan = 0, Magento = 0.54, Yellow = 0.98 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 112 | 5 | - |
| CMYK | 0 | 0.54 | 0.98 | 0.04 |
| HSL | 26.75º | 0.96% | 0.49% | - |
| HSV(B) | 26.75º | 0.98% | 0.96% | - |
| XYZ | 43.48 | 31.01 | 3.84 | - |
| YUV | 139.57 | 52.06 | 203.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 112 | 5 | 0 | 0.54 | 0.98 | 0.04 | 26.75 | 0.96 | 0.49 |
| Hex | F5 | 70 | 5 | 0 | 36 | 62 | 4 | 1B | 60 | 31 |
| Octal | 365 | 160 | 5 | 0 | 66 | 142 | 4 | 33 | 140 | 61 |
| Binary | 11110101 | 1110000 | 101 | 0 | 110110 | 1100010 | 100 | 11011 | 1100000 | 110001 |
Color Harmonies of #F57005
Complementary color
Monochromatic Colors of #F57005
Black with #F57005
Text Example
Text Example
White with #F57005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F57005; }
p { color: rgb(245,112,5); }
H1.HeaderClassName
{
color: #F57005;
}
.AnyTagClassName
{
color: #F57005;
}
</style>
background-color css
<style>
a { background-color: #F57005; }
a { background-color: rgb(245,112,5); }
div.DivClassName
{
background-color: #F57005;
}
.BgClassName
{
background-color: #F57005;
}
</style>
border-color css
<style>
span { border-color: #F57005; }
span { border-color: rgb(245,112,5); }
td.TdClassName
{
border-color: #F57005;
}
.TagClassName
{
border-color: #F57005;
}
</style>