Shades of Safety Orange #FB610A
Tints of Safety Orange #FB610A
RGB
CMYK
RGB Variations
Color information
#FB610A (or 0xFB610A) is known color: Safety Orange. HEX triplet: FB, 61 and 0A. RGB value is (251,97,10). Sum of RGB (Red+Green+Blue) = 251+97+10=358 (47% of max value = 765). Red value is 251 (98.44% from 255 or 70.11% from 358); Green value is 97 (38.28% from 255 or 27.09% from 358); Blue value is 10 (4.30% from 255 or 2.79% from 358); Max value from RGB is 251 - color contains mainly: red. Hex color #FB610A is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FB610A is #049EF5. Grayscale: #858585. Windows color (decimal): -302838 or 680443. OLE color: 680443.
HSL color Cylindrical-coordinate representation of color #FB610A: hue angle of 21.66º 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 #FB610A is Cyan = 0, Magento = 0.61, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 97 | 10 | - |
| CMYK | 0 | 0.61 | 0.96 | 0.02 |
| HSL | 21.66º | 0.97% | 0.51% | - |
| HSV(B) | 21.66º | 0.96% | 0.98% | - |
| XYZ | 44.11 | 29.08 | 3.58 | - |
| YUV | 133.13 | 58.52 | 212.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 97 | 10 | 0 | 0.61 | 0.96 | 0.02 | 21.66 | 0.97 | 0.51 |
| Hex | FB | 61 | A | 0 | 3D | 60 | 2 | 16 | 61 | 33 |
| Octal | 373 | 141 | 12 | 0 | 75 | 140 | 2 | 26 | 141 | 63 |
| Binary | 11111011 | 1100001 | 1010 | 0 | 111101 | 1100000 | 10 | 10110 | 1100001 | 110011 |
Color Harmonies of #FB610A
Complementary color
Monochromatic Colors of #FB610A
Black with #FB610A
Text Example
Text Example
White with #FB610A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB610A; }
p { color: rgb(251,97,10); }
H1.HeaderClassName
{
color: #FB610A;
}
.AnyTagClassName
{
color: #FB610A;
}
</style>
background-color css
<style>
a { background-color: #FB610A; }
a { background-color: rgb(251,97,10); }
div.DivClassName
{
background-color: #FB610A;
}
.BgClassName
{
background-color: #FB610A;
}
</style>
border-color css
<style>
span { border-color: #FB610A; }
span { border-color: rgb(251,97,10); }
td.TdClassName
{
border-color: #FB610A;
}
.TagClassName
{
border-color: #FB610A;
}
</style>