Shades of Safety Orange #FB6702
Tints of Safety Orange #FB6702
RGB
CMYK
RGB Variations
Color information
#FB6702 (or 0xFB6702) is known color: Safety Orange. HEX triplet: FB, 67 and 02. RGB value is (251,103,2). Sum of RGB (Red+Green+Blue) = 251+103+2=356 (47% of max value = 765). Red value is 251 (98.44% from 255 or 70.51% from 356); Green value is 103 (40.62% from 255 or 28.93% from 356); Blue value is 2 (1.17% from 255 or 0.56% from 356); Max value from RGB is 251 - color contains mainly: red. Hex color #FB6702 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FB6702 is #0498FD. Grayscale: #888888. Windows color (decimal): -301310 or 157691. OLE color: 157691.
HSL color Cylindrical-coordinate representation of color #FB6702: hue angle of 24.34º 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 #FB6702 is Cyan = 0, Magento = 0.59, Yellow = 0.99 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 103 | 2 | - |
| CMYK | 0 | 0.59 | 0.99 | 0.02 |
| HSL | 24.34º | 0.98% | 0.5% | - |
| HSV(B) | 24.34º | 0.99% | 0.98% | - |
| XYZ | 44.64 | 30.21 | 3.54 | - |
| YUV | 135.74 | 52.53 | 210.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 103 | 2 | 0 | 0.59 | 0.99 | 0.02 | 24.34 | 0.98 | 0.5 |
| Hex | FB | 67 | 2 | 0 | 3B | 63 | 2 | 18 | 62 | 32 |
| Octal | 373 | 147 | 2 | 0 | 73 | 143 | 2 | 30 | 142 | 62 |
| Binary | 11111011 | 1100111 | 10 | 0 | 111011 | 1100011 | 10 | 11000 | 1100010 | 110010 |
Color Harmonies of #FB6702
Complementary color
Monochromatic Colors of #FB6702
Black with #FB6702
Text Example
Text Example
White with #FB6702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB6702; }
p { color: rgb(251,103,2); }
H1.HeaderClassName
{
color: #FB6702;
}
.AnyTagClassName
{
color: #FB6702;
}
</style>
background-color css
<style>
a { background-color: #FB6702; }
a { background-color: rgb(251,103,2); }
div.DivClassName
{
background-color: #FB6702;
}
.BgClassName
{
background-color: #FB6702;
}
</style>
border-color css
<style>
span { border-color: #FB6702; }
span { border-color: rgb(251,103,2); }
td.TdClassName
{
border-color: #FB6702;
}
.TagClassName
{
border-color: #FB6702;
}
</style>