Shades of Safety Orange #FB6502
Tints of Safety Orange #FB6502
RGB
CMYK
RGB Variations
Color information
#FB6502 (or 0xFB6502) is known color: Safety Orange. HEX triplet: FB, 65 and 02. RGB value is (251,101,2). Sum of RGB (Red+Green+Blue) = 251+101+2=354 (46% of max value = 765). Red value is 251 (98.44% from 255 or 70.90% from 354); Green value is 101 (39.84% from 255 or 28.53% from 354); Blue value is 2 (1.17% from 255 or 0.56% from 354); Max value from RGB is 251 - color contains mainly: red. Hex color #FB6502 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FB6502 is #049AFD. Grayscale: #878787. Windows color (decimal): -301822 or 157179. OLE color: 157179.
HSL color Cylindrical-coordinate representation of color #FB6502: hue angle of 23.86º 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 #FB6502 is Cyan = 0, Magento = 0.60, Yellow = 0.99 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 101 | 2 | - |
| CMYK | 0 | 0.60 | 0.99 | 0.02 |
| HSL | 23.86º | 0.98% | 0.5% | - |
| HSV(B) | 23.86º | 0.99% | 0.98% | - |
| XYZ | 44.45 | 29.82 | 3.47 | - |
| YUV | 134.56 | 53.2 | 211.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 101 | 2 | 0 | 0.60 | 0.99 | 0.02 | 23.86 | 0.98 | 0.5 |
| Hex | FB | 65 | 2 | 0 | 3C | 63 | 2 | 18 | 62 | 32 |
| Octal | 373 | 145 | 2 | 0 | 74 | 143 | 2 | 30 | 142 | 62 |
| Binary | 11111011 | 1100101 | 10 | 0 | 111100 | 1100011 | 10 | 11000 | 1100010 | 110010 |
Color Harmonies of #FB6502
Complementary color
Monochromatic Colors of #FB6502
Black with #FB6502
Text Example
Text Example
White with #FB6502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB6502; }
p { color: rgb(251,101,2); }
H1.HeaderClassName
{
color: #FB6502;
}
.AnyTagClassName
{
color: #FB6502;
}
</style>
background-color css
<style>
a { background-color: #FB6502; }
a { background-color: rgb(251,101,2); }
div.DivClassName
{
background-color: #FB6502;
}
.BgClassName
{
background-color: #FB6502;
}
</style>
border-color css
<style>
span { border-color: #FB6502; }
span { border-color: rgb(251,101,2); }
td.TdClassName
{
border-color: #FB6502;
}
.TagClassName
{
border-color: #FB6502;
}
</style>