Shades of Safety Orange #FB6305
Tints of Safety Orange #FB6305
RGB
CMYK
RGB Variations
Color information
#FB6305 (or 0xFB6305) is known color: Safety Orange. HEX triplet: FB, 63 and 05. RGB value is (251,99,5). Sum of RGB (Red+Green+Blue) = 251+99+5=355 (47% of max value = 765). Red value is 251 (98.44% from 255 or 70.70% from 355); Green value is 99 (39.06% from 255 or 27.89% from 355); Blue value is 5 (2.34% from 255 or 1.41% from 355); Max value from RGB is 251 - color contains mainly: red. Hex color #FB6305 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FB6305 is #049CFA. Grayscale: #868686. Windows color (decimal): -302331 or 353275. OLE color: 353275.
HSL color Cylindrical-coordinate representation of color #FB6305: hue angle of 22.93º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FB6305 is Cyan = 0, Magento = 0.61, Yellow = 0.98 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 99 | 5 | - |
| CMYK | 0 | 0.61 | 0.98 | 0.02 |
| HSL | 22.93º | 0.97% | 0.5% | - |
| HSV(B) | 22.93º | 0.98% | 0.98% | - |
| XYZ | 44.27 | 29.44 | 3.49 | - |
| YUV | 133.73 | 55.36 | 211.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 99 | 5 | 0 | 0.61 | 0.98 | 0.02 | 22.93 | 0.97 | 0.5 |
| Hex | FB | 63 | 5 | 0 | 3D | 62 | 2 | 17 | 61 | 32 |
| Octal | 373 | 143 | 5 | 0 | 75 | 142 | 2 | 27 | 141 | 62 |
| Binary | 11111011 | 1100011 | 101 | 0 | 111101 | 1100010 | 10 | 10111 | 1100001 | 110010 |
Color Harmonies of #FB6305
Complementary color
Monochromatic Colors of #FB6305
Black with #FB6305
Text Example
Text Example
White with #FB6305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB6305; }
p { color: rgb(251,99,5); }
H1.HeaderClassName
{
color: #FB6305;
}
.AnyTagClassName
{
color: #FB6305;
}
</style>
background-color css
<style>
a { background-color: #FB6305; }
a { background-color: rgb(251,99,5); }
div.DivClassName
{
background-color: #FB6305;
}
.BgClassName
{
background-color: #FB6305;
}
</style>
border-color css
<style>
span { border-color: #FB6305; }
span { border-color: rgb(251,99,5); }
td.TdClassName
{
border-color: #FB6305;
}
.TagClassName
{
border-color: #FB6305;
}
</style>