Shades of Safety Orange #FB670A
Tints of Safety Orange #FB670A
RGB
CMYK
RGB Variations
Color information
#FB670A (or 0xFB670A) is known color: Safety Orange. HEX triplet: FB, 67 and 0A. RGB value is (251,103,10). Sum of RGB (Red+Green+Blue) = 251+103+10=364 (48% of max value = 765). Red value is 251 (98.44% from 255 or 68.96% from 364); Green value is 103 (40.62% from 255 or 28.30% from 364); Blue value is 10 (4.30% from 255 or 2.75% from 364); Max value from RGB is 251 - color contains mainly: red. Hex color #FB670A is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FB670A is #0498F5. Grayscale: #898989. Windows color (decimal): -301302 or 681979. OLE color: 681979.
HSL color Cylindrical-coordinate representation of color #FB670A: hue angle of 23.15º 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 #FB670A is Cyan = 0, Magento = 0.59, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 103 | 10 | - |
| CMYK | 0 | 0.59 | 0.96 | 0.02 |
| HSL | 23.15º | 0.97% | 0.51% | - |
| HSV(B) | 23.15º | 0.96% | 0.98% | - |
| XYZ | 44.69 | 30.23 | 3.77 | - |
| YUV | 136.65 | 56.53 | 209.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 103 | 10 | 0 | 0.59 | 0.96 | 0.02 | 23.15 | 0.97 | 0.51 |
| Hex | FB | 67 | A | 0 | 3B | 60 | 2 | 17 | 61 | 33 |
| Octal | 373 | 147 | 12 | 0 | 73 | 140 | 2 | 27 | 141 | 63 |
| Binary | 11111011 | 1100111 | 1010 | 0 | 111011 | 1100000 | 10 | 10111 | 1100001 | 110011 |
Color Harmonies of #FB670A
Complementary color
Monochromatic Colors of #FB670A
Black with #FB670A
Text Example
Text Example
White with #FB670A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB670A; }
p { color: rgb(251,103,10); }
H1.HeaderClassName
{
color: #FB670A;
}
.AnyTagClassName
{
color: #FB670A;
}
</style>
background-color css
<style>
a { background-color: #FB670A; }
a { background-color: rgb(251,103,10); }
div.DivClassName
{
background-color: #FB670A;
}
.BgClassName
{
background-color: #FB670A;
}
</style>
border-color css
<style>
span { border-color: #FB670A; }
span { border-color: rgb(251,103,10); }
td.TdClassName
{
border-color: #FB670A;
}
.TagClassName
{
border-color: #FB670A;
}
</style>