Shades of Safety Orange #FB6200
Tints of Safety Orange #FB6200
RGB
CMYK
RGB Variations
Color information
#FB6200 (or 0xFB6200) is known color: Safety Orange. HEX triplet: FB, 62 and 00. RGB value is (251,98,0). Sum of RGB (Red+Green+Blue) = 251+98+0=349 (46% of max value = 765). Red value is 251 (98.44% from 255 or 71.92% from 349); Green value is 98 (38.67% from 255 or 28.08% from 349); Blue value is 0 (0.39% from 255 or 0% from 349); Max value from RGB is 251 - color contains mainly: red. Hex color #FB6200 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FB6200 is #049DFF. Grayscale: #858585. Windows color (decimal): -302592 or 25339. OLE color: 25339.
HSL color Cylindrical-coordinate representation of color #FB6200: hue angle of 23.43º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FB6200 is Cyan = 0, Magento = 0.61, Yellow = 1 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 98 | 0 | - |
| CMYK | 0 | 0.61 | 1 | 0.02 |
| HSL | 23.43º | 1% | 0.49% | - |
| HSV(B) | 23.43º | 1% | 0.98% | - |
| XYZ | 44.15 | 29.24 | 3.32 | - |
| YUV | 132.58 | 53.19 | 212.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 98 | 0 | 0 | 0.61 | 1 | 0.02 | 23.43 | 1 | 0.49 |
| Hex | FB | 62 | 0 | 0 | 3D | 64 | 2 | 17 | 64 | 31 |
| Octal | 373 | 142 | 0 | 0 | 75 | 144 | 2 | 27 | 144 | 61 |
| Binary | 11111011 | 1100010 | 0 | 0 | 111101 | 1100100 | 10 | 10111 | 1100100 | 110001 |
Color Harmonies of #FB6200
Complementary color
Monochromatic Colors of #FB6200
Black with #FB6200
Text Example
Text Example
White with #FB6200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB6200; }
p { color: rgb(251,98,0); }
H1.HeaderClassName
{
color: #FB6200;
}
.AnyTagClassName
{
color: #FB6200;
}
</style>
background-color css
<style>
a { background-color: #FB6200; }
a { background-color: rgb(251,98,0); }
div.DivClassName
{
background-color: #FB6200;
}
.BgClassName
{
background-color: #FB6200;
}
</style>
border-color css
<style>
span { border-color: #FB6200; }
span { border-color: rgb(251,98,0); }
td.TdClassName
{
border-color: #FB6200;
}
.TagClassName
{
border-color: #FB6200;
}
</style>