Shades of Safety Orange #FB5E09
Tints of Safety Orange #FB5E09
RGB
CMYK
RGB Variations
Color information
#FB5E09 (or 0xFB5E09) is known color: Safety Orange. HEX triplet: FB, 5E and 09. RGB value is (251,94,9). Sum of RGB (Red+Green+Blue) = 251+94+9=354 (46% of max value = 765). Red value is 251 (98.44% from 255 or 70.90% from 354); Green value is 94 (37.11% from 255 or 26.55% from 354); Blue value is 9 (3.91% from 255 or 2.54% from 354); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5E09 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FB5E09 is #04A1F6. Grayscale: #838383. Windows color (decimal): -303607 or 614139. OLE color: 614139.
HSL color Cylindrical-coordinate representation of color #FB5E09: hue angle of 21.07º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FB5E09 is Cyan = 0, Magento = 0.63, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 94 | 9 | - |
| CMYK | 0 | 0.63 | 0.96 | 0.02 |
| HSL | 21.07º | 0.97% | 0.51% | - |
| HSV(B) | 21.07º | 0.96% | 0.98% | - |
| XYZ | 43.84 | 28.53 | 3.46 | - |
| YUV | 131.25 | 59.01 | 213.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 94 | 9 | 0 | 0.63 | 0.96 | 0.02 | 21.07 | 0.97 | 0.51 |
| Hex | FB | 5E | 9 | 0 | 3F | 60 | 2 | 15 | 61 | 33 |
| Octal | 373 | 136 | 11 | 0 | 77 | 140 | 2 | 25 | 141 | 63 |
| Binary | 11111011 | 1011110 | 1001 | 0 | 111111 | 1100000 | 10 | 10101 | 1100001 | 110011 |
Color Harmonies of #FB5E09
Complementary color
Monochromatic Colors of #FB5E09
Black with #FB5E09
Text Example
Text Example
White with #FB5E09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB5E09; }
p { color: rgb(251,94,9); }
H1.HeaderClassName
{
color: #FB5E09;
}
.AnyTagClassName
{
color: #FB5E09;
}
</style>
background-color css
<style>
a { background-color: #FB5E09; }
a { background-color: rgb(251,94,9); }
div.DivClassName
{
background-color: #FB5E09;
}
.BgClassName
{
background-color: #FB5E09;
}
</style>
border-color css
<style>
span { border-color: #FB5E09; }
span { border-color: rgb(251,94,9); }
td.TdClassName
{
border-color: #FB5E09;
}
.TagClassName
{
border-color: #FB5E09;
}
</style>