Shades of Safety Orange #FB610F
Tints of Safety Orange #FB610F
RGB
CMYK
RGB Variations
Color information
#FB610F (or 0xFB610F) is known color: Safety Orange. HEX triplet: FB, 61 and 0F. RGB value is (251,97,15). Sum of RGB (Red+Green+Blue) = 251+97+15=363 (48% of max value = 765). Red value is 251 (98.44% from 255 or 69.15% from 363); Green value is 97 (38.28% from 255 or 26.72% from 363); Blue value is 15 (6.25% from 255 or 4.13% from 363); Max value from RGB is 251 - color contains mainly: red. Hex color #FB610F is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FB610F is #049EF0. Grayscale: #868686. Windows color (decimal): -302833 or 1008123. OLE color: 1008123.
HSL color Cylindrical-coordinate representation of color #FB610F: hue angle of 20.85º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FB610F is Cyan = 0, Magento = 0.61, Yellow = 0.94 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 97 | 15 | - |
| CMYK | 0 | 0.61 | 0.94 | 0.02 |
| HSL | 20.85º | 0.97% | 0.52% | - |
| HSV(B) | 20.85º | 0.94% | 0.98% | - |
| XYZ | 44.14 | 29.09 | 3.74 | - |
| YUV | 133.7 | 61.02 | 211.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 97 | 15 | 0 | 0.61 | 0.94 | 0.02 | 20.85 | 0.97 | 0.52 |
| Hex | FB | 61 | F | 0 | 3D | 5E | 2 | 15 | 61 | 34 |
| Octal | 373 | 141 | 17 | 0 | 75 | 136 | 2 | 25 | 141 | 64 |
| Binary | 11111011 | 1100001 | 1111 | 0 | 111101 | 1011110 | 10 | 10101 | 1100001 | 110100 |
Color Harmonies of #FB610F
Complementary color
Monochromatic Colors of #FB610F
Black with #FB610F
Text Example
Text Example
White with #FB610F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB610F; }
p { color: rgb(251,97,15); }
H1.HeaderClassName
{
color: #FB610F;
}
.AnyTagClassName
{
color: #FB610F;
}
</style>
background-color css
<style>
a { background-color: #FB610F; }
a { background-color: rgb(251,97,15); }
div.DivClassName
{
background-color: #FB610F;
}
.BgClassName
{
background-color: #FB610F;
}
</style>
border-color css
<style>
span { border-color: #FB610F; }
span { border-color: rgb(251,97,15); }
td.TdClassName
{
border-color: #FB610F;
}
.TagClassName
{
border-color: #FB610F;
}
</style>