Shades of Outrageous Orange #FB6428
Tints of Outrageous Orange #FB6428
RGB
CMYK
RGB Variations
Color information
#FB6428 (or 0xFB6428) is known color: Outrageous Orange. HEX triplet: FB, 64 and 28. RGB value is (251,100,40). Sum of RGB (Red+Green+Blue) = 251+100+40=391 (51% of max value = 765). Red value is 251 (98.44% from 255 or 64.19% from 391); Green value is 100 (39.45% from 255 or 25.58% from 391); Blue value is 40 (16.02% from 255 or 10.23% from 391); Max value from RGB is 251 - color contains mainly: red. Hex color #FB6428 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FB6428 is #049BD7. Grayscale: #8A8A8A. Windows color (decimal): -302040 or 2647291. OLE color: 2647291.
HSL color Cylindrical-coordinate representation of color #FB6428: hue angle of 17.06º degrees, saturation: 0.96, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FB6428 is Cyan = 0, Magento = 0.60, Yellow = 0.84 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 100 | 40 | - |
| CMYK | 0 | 0.60 | 0.84 | 0.02 |
| HSL | 17.06º | 0.96% | 0.57% | - |
| HSV(B) | 17.06º | 0.84% | 0.98% | - |
| XYZ | 44.72 | 29.78 | 5.4 | - |
| YUV | 138.31 | 72.53 | 208.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 100 | 40 | 0 | 0.60 | 0.84 | 0.02 | 17.06 | 0.96 | 0.57 |
| Hex | FB | 64 | 28 | 0 | 3C | 54 | 2 | 11 | 60 | 39 |
| Octal | 373 | 144 | 50 | 0 | 74 | 124 | 2 | 21 | 140 | 71 |
| Binary | 11111011 | 1100100 | 101000 | 0 | 111100 | 1010100 | 10 | 10001 | 1100000 | 111001 |
Color Harmonies of #FB6428
Complementary color
Monochromatic Colors of #FB6428
Black with #FB6428
Text Example
Text Example
White with #FB6428
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB6428; }
p { color: rgb(251,100,40); }
H1.HeaderClassName
{
color: #FB6428;
}
.AnyTagClassName
{
color: #FB6428;
}
</style>
background-color css
<style>
a { background-color: #FB6428; }
a { background-color: rgb(251,100,40); }
div.DivClassName
{
background-color: #FB6428;
}
.BgClassName
{
background-color: #FB6428;
}
</style>
border-color css
<style>
span { border-color: #FB6428; }
span { border-color: rgb(251,100,40); }
td.TdClassName
{
border-color: #FB6428;
}
.TagClassName
{
border-color: #FB6428;
}
</style>