Shades of Safety Orange #FB670B
Tints of Safety Orange #FB670B
RGB
CMYK
RGB Variations
Color information
#FB670B (or 0xFB670B) is known color: Safety Orange. HEX triplet: FB, 67 and 0B. RGB value is (251,103,11). Sum of RGB (Red+Green+Blue) = 251+103+11=365 (48% of max value = 765). Red value is 251 (98.44% from 255 or 68.77% from 365); Green value is 103 (40.62% from 255 or 28.22% from 365); Blue value is 11 (4.69% from 255 or 3.01% from 365); Max value from RGB is 251 - color contains mainly: red. Hex color #FB670B is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FB670B is #0498F4. Grayscale: #898989. Windows color (decimal): -301301 or 747515. OLE color: 747515.
HSL color Cylindrical-coordinate representation of color #FB670B: hue angle of 23º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FB670B is Cyan = 0, Magento = 0.59, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 103 | 11 | - |
| CMYK | 0 | 0.59 | 0.96 | 0.02 |
| HSL | 23º | 0.97% | 0.51% | - |
| HSV(B) | 23º | 0.96% | 0.98% | - |
| XYZ | 44.69 | 30.23 | 3.8 | - |
| YUV | 136.76 | 57.03 | 209.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 103 | 11 | 0 | 0.59 | 0.96 | 0.02 | 23 | 0.97 | 0.51 |
| Hex | FB | 67 | B | 0 | 3B | 60 | 2 | 17 | 61 | 33 |
| Octal | 373 | 147 | 13 | 0 | 73 | 140 | 2 | 27 | 141 | 63 |
| Binary | 11111011 | 1100111 | 1011 | 0 | 111011 | 1100000 | 10 | 10111 | 1100001 | 110011 |
Color Harmonies of #FB670B
Complementary color
Monochromatic Colors of #FB670B
Black with #FB670B
Text Example
Text Example
White with #FB670B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB670B; }
p { color: rgb(251,103,11); }
H1.HeaderClassName
{
color: #FB670B;
}
.AnyTagClassName
{
color: #FB670B;
}
</style>
background-color css
<style>
a { background-color: #FB670B; }
a { background-color: rgb(251,103,11); }
div.DivClassName
{
background-color: #FB670B;
}
.BgClassName
{
background-color: #FB670B;
}
</style>
border-color css
<style>
span { border-color: #FB670B; }
span { border-color: rgb(251,103,11); }
td.TdClassName
{
border-color: #FB670B;
}
.TagClassName
{
border-color: #FB670B;
}
</style>