Shades of Safety Orange #FB5C0E
Tints of Safety Orange #FB5C0E
RGB
CMYK
RGB Variations
Color information
#FB5C0E (or 0xFB5C0E) is known color: Safety Orange. HEX triplet: FB, 5C and 0E. RGB value is (251,92,14). Sum of RGB (Red+Green+Blue) = 251+92+14=357 (47% of max value = 765). Red value is 251 (98.44% from 255 or 70.31% from 357); Green value is 92 (36.33% from 255 or 25.77% from 357); Blue value is 14 (5.86% from 255 or 3.92% from 357); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5C0E is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FB5C0E is #04A3F1. Grayscale: #838383. Windows color (decimal): -304114 or 941307. OLE color: 941307.
HSL color Cylindrical-coordinate representation of color #FB5C0E: hue angle of 19.75º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FB5C0E is Cyan = 0, Magento = 0.63, Yellow = 0.94 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 92 | 14 | - |
| CMYK | 0 | 0.63 | 0.94 | 0.02 |
| HSL | 19.75º | 0.97% | 0.52% | - |
| HSV(B) | 19.75º | 0.94% | 0.98% | - |
| XYZ | 43.69 | 28.2 | 3.55 | - |
| YUV | 130.65 | 62.18 | 213.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 92 | 14 | 0 | 0.63 | 0.94 | 0.02 | 19.75 | 0.97 | 0.52 |
| Hex | FB | 5C | E | 0 | 3F | 5E | 2 | 14 | 61 | 34 |
| Octal | 373 | 134 | 16 | 0 | 77 | 136 | 2 | 24 | 141 | 64 |
| Binary | 11111011 | 1011100 | 1110 | 0 | 111111 | 1011110 | 10 | 10100 | 1100001 | 110100 |
Color Harmonies of #FB5C0E
Complementary color
Monochromatic Colors of #FB5C0E
Black with #FB5C0E
Text Example
Text Example
White with #FB5C0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB5C0E; }
p { color: rgb(251,92,14); }
H1.HeaderClassName
{
color: #FB5C0E;
}
.AnyTagClassName
{
color: #FB5C0E;
}
</style>
background-color css
<style>
a { background-color: #FB5C0E; }
a { background-color: rgb(251,92,14); }
div.DivClassName
{
background-color: #FB5C0E;
}
.BgClassName
{
background-color: #FB5C0E;
}
</style>
border-color css
<style>
span { border-color: #FB5C0E; }
span { border-color: rgb(251,92,14); }
td.TdClassName
{
border-color: #FB5C0E;
}
.TagClassName
{
border-color: #FB5C0E;
}
</style>