Shades of Safety Orange #FB6F09
Tints of Safety Orange #FB6F09
RGB
CMYK
RGB Variations
Color information
#FB6F09 (or 0xFB6F09) is known color: Safety Orange. HEX triplet: FB, 6F and 09. RGB value is (251,111,9). Sum of RGB (Red+Green+Blue) = 251+111+9=371 (49% of max value = 765). Red value is 251 (98.44% from 255 or 67.65% from 371); Green value is 111 (43.75% from 255 or 29.92% from 371); Blue value is 9 (3.91% from 255 or 2.43% from 371); Max value from RGB is 251 - color contains mainly: red. Hex color #FB6F09 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FB6F09 is #0490F6. Grayscale: #8D8D8D. Windows color (decimal): -299255 or 618491. OLE color: 618491.
HSL color Cylindrical-coordinate representation of color #FB6F09: hue angle of 25.29º 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 #FB6F09 is Cyan = 0, Magento = 0.56, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 111 | 9 | - |
| CMYK | 0 | 0.56 | 0.96 | 0.02 |
| HSL | 25.29º | 0.97% | 0.51% | - |
| HSV(B) | 25.29º | 0.96% | 0.98% | - |
| XYZ | 45.52 | 31.9 | 4.02 | - |
| YUV | 141.23 | 53.38 | 206.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 111 | 9 | 0 | 0.56 | 0.96 | 0.02 | 25.29 | 0.97 | 0.51 |
| Hex | FB | 6F | 9 | 0 | 38 | 60 | 2 | 19 | 61 | 33 |
| Octal | 373 | 157 | 11 | 0 | 70 | 140 | 2 | 31 | 141 | 63 |
| Binary | 11111011 | 1101111 | 1001 | 0 | 111000 | 1100000 | 10 | 11001 | 1100001 | 110011 |
Color Harmonies of #FB6F09
Complementary color
Monochromatic Colors of #FB6F09
Black with #FB6F09
Text Example
Text Example
White with #FB6F09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB6F09; }
p { color: rgb(251,111,9); }
H1.HeaderClassName
{
color: #FB6F09;
}
.AnyTagClassName
{
color: #FB6F09;
}
</style>
background-color css
<style>
a { background-color: #FB6F09; }
a { background-color: rgb(251,111,9); }
div.DivClassName
{
background-color: #FB6F09;
}
.BgClassName
{
background-color: #FB6F09;
}
</style>
border-color css
<style>
span { border-color: #FB6F09; }
span { border-color: rgb(251,111,9); }
td.TdClassName
{
border-color: #FB6F09;
}
.TagClassName
{
border-color: #FB6F09;
}
</style>