Shades of Safety Orange #FB6203
Tints of Safety Orange #FB6203
RGB
CMYK
RGB Variations
Color information
#FB6203 (or 0xFB6203) is known color: Safety Orange. HEX triplet: FB, 62 and 03. RGB value is (251,98,3). Sum of RGB (Red+Green+Blue) = 251+98+3=352 (46% of max value = 765). Red value is 251 (98.44% from 255 or 71.31% from 352); Green value is 98 (38.67% from 255 or 27.84% from 352); Blue value is 3 (1.56% from 255 or 0.85% from 352); Max value from RGB is 251 - color contains mainly: red. Hex color #FB6203 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FB6203 is #049DFC. Grayscale: #858585. Windows color (decimal): -302589 or 221947. OLE color: 221947.
HSL color Cylindrical-coordinate representation of color #FB6203: hue angle of 22.98º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FB6203 is Cyan = 0, Magento = 0.61, Yellow = 0.99 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 98 | 3 | - |
| CMYK | 0 | 0.61 | 0.99 | 0.02 |
| HSL | 22.98º | 0.98% | 0.5% | - |
| HSV(B) | 22.98º | 0.99% | 0.98% | - |
| XYZ | 44.17 | 29.25 | 3.4 | - |
| YUV | 132.92 | 54.69 | 212.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 98 | 3 | 0 | 0.61 | 0.99 | 0.02 | 22.98 | 0.98 | 0.5 |
| Hex | FB | 62 | 3 | 0 | 3D | 63 | 2 | 17 | 62 | 32 |
| Octal | 373 | 142 | 3 | 0 | 75 | 143 | 2 | 27 | 142 | 62 |
| Binary | 11111011 | 1100010 | 11 | 0 | 111101 | 1100011 | 10 | 10111 | 1100010 | 110010 |
Color Harmonies of #FB6203
Complementary color
Monochromatic Colors of #FB6203
Black with #FB6203
Text Example
Text Example
White with #FB6203
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB6203; }
p { color: rgb(251,98,3); }
H1.HeaderClassName
{
color: #FB6203;
}
.AnyTagClassName
{
color: #FB6203;
}
</style>
background-color css
<style>
a { background-color: #FB6203; }
a { background-color: rgb(251,98,3); }
div.DivClassName
{
background-color: #FB6203;
}
.BgClassName
{
background-color: #FB6203;
}
</style>
border-color css
<style>
span { border-color: #FB6203; }
span { border-color: rgb(251,98,3); }
td.TdClassName
{
border-color: #FB6203;
}
.TagClassName
{
border-color: #FB6203;
}
</style>