Shades of Outrageous Orange #FB5A1F
Tints of Outrageous Orange #FB5A1F
RGB
CMYK
RGB Variations
Color information
#FB5A1F (or 0xFB5A1F) is known color: Outrageous Orange. HEX triplet: FB, 5A and 1F. RGB value is (251,90,31). Sum of RGB (Red+Green+Blue) = 251+90+31=372 (49% of max value = 765). Red value is 251 (98.44% from 255 or 67.47% from 372); Green value is 90 (35.55% from 255 or 24.19% from 372); Blue value is 31 (12.5% from 255 or 8.33% from 372); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5A1F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FB5A1F is #04A5E0. Grayscale: #838383. Windows color (decimal): -304609 or 2054907. OLE color: 2054907.
HSL color Cylindrical-coordinate representation of color #FB5A1F: hue angle of 16.09º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FB5A1F is Cyan = 0, Magento = 0.64, Yellow = 0.88 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 90 | 31 | - |
| CMYK | 0 | 0.64 | 0.88 | 0.02 |
| HSL | 16.09º | 0.96% | 0.55% | - |
| HSV(B) | 16.09º | 0.88% | 0.98% | - |
| XYZ | 43.69 | 27.92 | 4.38 | - |
| YUV | 131.41 | 71.34 | 213.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 90 | 31 | 0 | 0.64 | 0.88 | 0.02 | 16.09 | 0.96 | 0.55 |
| Hex | FB | 5A | 1F | 0 | 40 | 58 | 2 | 10 | 60 | 37 |
| Octal | 373 | 132 | 37 | 0 | 100 | 130 | 2 | 20 | 140 | 67 |
| Binary | 11111011 | 1011010 | 11111 | 0 | 1000000 | 1011000 | 10 | 10000 | 1100000 | 110111 |
Color Harmonies of #FB5A1F
Complementary color
Monochromatic Colors of #FB5A1F
Black with #FB5A1F
Text Example
Text Example
White with #FB5A1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB5A1F; }
p { color: rgb(251,90,31); }
H1.HeaderClassName
{
color: #FB5A1F;
}
.AnyTagClassName
{
color: #FB5A1F;
}
</style>
background-color css
<style>
a { background-color: #FB5A1F; }
a { background-color: rgb(251,90,31); }
div.DivClassName
{
background-color: #FB5A1F;
}
.BgClassName
{
background-color: #FB5A1F;
}
</style>
border-color css
<style>
span { border-color: #FB5A1F; }
span { border-color: rgb(251,90,31); }
td.TdClassName
{
border-color: #FB5A1F;
}
.TagClassName
{
border-color: #FB5A1F;
}
</style>