Shades of Safety Orange #FB620E
Tints of Safety Orange #FB620E
RGB
CMYK
RGB Variations
Color information
#FB620E (or 0xFB620E) is known color: Safety Orange. HEX triplet: FB, 62 and 0E. RGB value is (251,98,14). Sum of RGB (Red+Green+Blue) = 251+98+14=363 (48% of max value = 765). Red value is 251 (98.44% from 255 or 69.15% from 363); Green value is 98 (38.67% from 255 or 27.00% from 363); Blue value is 14 (5.86% from 255 or 3.86% from 363); Max value from RGB is 251 - color contains mainly: red. Hex color #FB620E is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FB620E is #049DF1. Grayscale: #868686. Windows color (decimal): -302578 or 942843. OLE color: 942843.
HSL color Cylindrical-coordinate representation of color #FB620E: hue angle of 21.27º 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 #FB620E is Cyan = 0, Magento = 0.61, Yellow = 0.94 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 98 | 14 | - |
| CMYK | 0 | 0.61 | 0.94 | 0.02 |
| HSL | 21.27º | 0.97% | 0.52% | - |
| HSV(B) | 21.27º | 0.94% | 0.98% | - |
| XYZ | 44.23 | 29.28 | 3.74 | - |
| YUV | 134.17 | 60.19 | 211.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 98 | 14 | 0 | 0.61 | 0.94 | 0.02 | 21.27 | 0.97 | 0.52 |
| Hex | FB | 62 | E | 0 | 3D | 5E | 2 | 15 | 61 | 34 |
| Octal | 373 | 142 | 16 | 0 | 75 | 136 | 2 | 25 | 141 | 64 |
| Binary | 11111011 | 1100010 | 1110 | 0 | 111101 | 1011110 | 10 | 10101 | 1100001 | 110100 |
Color Harmonies of #FB620E
Complementary color
Monochromatic Colors of #FB620E
Black with #FB620E
Text Example
Text Example
White with #FB620E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB620E; }
p { color: rgb(251,98,14); }
H1.HeaderClassName
{
color: #FB620E;
}
.AnyTagClassName
{
color: #FB620E;
}
</style>
background-color css
<style>
a { background-color: #FB620E; }
a { background-color: rgb(251,98,14); }
div.DivClassName
{
background-color: #FB620E;
}
.BgClassName
{
background-color: #FB620E;
}
</style>
border-color css
<style>
span { border-color: #FB620E; }
span { border-color: rgb(251,98,14); }
td.TdClassName
{
border-color: #FB620E;
}
.TagClassName
{
border-color: #FB620E;
}
</style>