Shades of Safety Orange #FB6509
Tints of Safety Orange #FB6509
RGB
CMYK
RGB Variations
Color information
#FB6509 (or 0xFB6509) is known color: Safety Orange. HEX triplet: FB, 65 and 09. RGB value is (251,101,9). Sum of RGB (Red+Green+Blue) = 251+101+9=361 (47% of max value = 765). Red value is 251 (98.44% from 255 or 69.53% from 361); Green value is 101 (39.84% from 255 or 27.98% from 361); Blue value is 9 (3.91% from 255 or 2.49% from 361); Max value from RGB is 251 - color contains mainly: red. Hex color #FB6509 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FB6509 is #049AF6. Grayscale: #878787. Windows color (decimal): -301815 or 615931. OLE color: 615931.
HSL color Cylindrical-coordinate representation of color #FB6509: hue angle of 22.81º 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 #FB6509 is Cyan = 0, Magento = 0.60, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 101 | 9 | - |
| CMYK | 0 | 0.60 | 0.96 | 0.02 |
| HSL | 22.81º | 0.97% | 0.51% | - |
| HSV(B) | 22.81º | 0.96% | 0.98% | - |
| XYZ | 44.49 | 29.84 | 3.67 | - |
| YUV | 135.36 | 56.7 | 210.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 101 | 9 | 0 | 0.60 | 0.96 | 0.02 | 22.81 | 0.97 | 0.51 |
| Hex | FB | 65 | 9 | 0 | 3C | 60 | 2 | 17 | 61 | 33 |
| Octal | 373 | 145 | 11 | 0 | 74 | 140 | 2 | 27 | 141 | 63 |
| Binary | 11111011 | 1100101 | 1001 | 0 | 111100 | 1100000 | 10 | 10111 | 1100001 | 110011 |
Color Harmonies of #FB6509
Complementary color
Monochromatic Colors of #FB6509
Black with #FB6509
Text Example
Text Example
White with #FB6509
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB6509; }
p { color: rgb(251,101,9); }
H1.HeaderClassName
{
color: #FB6509;
}
.AnyTagClassName
{
color: #FB6509;
}
</style>
background-color css
<style>
a { background-color: #FB6509; }
a { background-color: rgb(251,101,9); }
div.DivClassName
{
background-color: #FB6509;
}
.BgClassName
{
background-color: #FB6509;
}
</style>
border-color css
<style>
span { border-color: #FB6509; }
span { border-color: rgb(251,101,9); }
td.TdClassName
{
border-color: #FB6509;
}
.TagClassName
{
border-color: #FB6509;
}
</style>