Shades of Safety Orange #F5660B
Tints of Safety Orange #F5660B
RGB
CMYK
RGB Variations
Color information
#F5660B (or 0xF5660B) is known color: Safety Orange. HEX triplet: F5, 66 and 0B. RGB value is (245,102,11). Sum of RGB (Red+Green+Blue) = 245+102+11=358 (47% of max value = 765). Red value is 245 (96.09% from 255 or 68.44% from 358); Green value is 102 (40.23% from 255 or 28.49% from 358); Blue value is 11 (4.69% from 255 or 3.07% from 358); Max value from RGB is 245 - color contains mainly: red. Hex color #F5660B is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F5660B is #0A99F4. Grayscale: #868686. Windows color (decimal): -694773 or 747253. OLE color: 747253.
HSL color Cylindrical-coordinate representation of color #F5660B: hue angle of 23.33º 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 #F5660B is Cyan = 0, Magento = 0.58, Yellow = 0.96 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 102 | 11 | - |
| CMYK | 0 | 0.58 | 0.96 | 0.04 |
| HSL | 23.33º | 0.92% | 0.5% | - |
| HSV(B) | 23.33º | 0.96% | 0.96% | - |
| XYZ | 42.47 | 28.94 | 3.66 | - |
| YUV | 134.38 | 58.38 | 206.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 102 | 11 | 0 | 0.58 | 0.96 | 0.04 | 23.33 | 0.92 | 0.5 |
| Hex | F5 | 66 | B | 0 | 3A | 60 | 4 | 17 | 5C | 32 |
| Octal | 365 | 146 | 13 | 0 | 72 | 140 | 4 | 27 | 134 | 62 |
| Binary | 11110101 | 1100110 | 1011 | 0 | 111010 | 1100000 | 100 | 10111 | 1011100 | 110010 |
Color Harmonies of #F5660B
Complementary color
Monochromatic Colors of #F5660B
Black with #F5660B
Text Example
Text Example
White with #F5660B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5660B; }
p { color: rgb(245,102,11); }
H1.HeaderClassName
{
color: #F5660B;
}
.AnyTagClassName
{
color: #F5660B;
}
</style>
background-color css
<style>
a { background-color: #F5660B; }
a { background-color: rgb(245,102,11); }
div.DivClassName
{
background-color: #F5660B;
}
.BgClassName
{
background-color: #F5660B;
}
</style>
border-color css
<style>
span { border-color: #F5660B; }
span { border-color: rgb(245,102,11); }
td.TdClassName
{
border-color: #F5660B;
}
.TagClassName
{
border-color: #F5660B;
}
</style>