Shades of Outrageous Orange #FB531D
Tints of Outrageous Orange #FB531D
RGB
CMYK
RGB Variations
Color information
#FB531D (or 0xFB531D) is known color: Outrageous Orange. HEX triplet: FB, 53 and 1D. RGB value is (251,83,29). Sum of RGB (Red+Green+Blue) = 251+83+29=363 (48% of max value = 765). Red value is 251 (98.44% from 255 or 69.15% from 363); Green value is 83 (32.81% from 255 or 22.87% from 363); Blue value is 29 (11.72% from 255 or 7.99% from 363); Max value from RGB is 251 - color contains mainly: red. Hex color #FB531D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FB531D is #04ACE2. Grayscale: #7F7F7F. Windows color (decimal): -306403 or 1922043. OLE color: 1922043.
HSL color Cylindrical-coordinate representation of color #FB531D: hue angle of 14.59º degrees, saturation: 0.97, 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 #FB531D is Cyan = 0, Magento = 0.67, Yellow = 0.88 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 83 | 29 | - |
| CMYK | 0 | 0.67 | 0.88 | 0.02 |
| HSL | 14.59º | 0.97% | 0.55% | - |
| HSV(B) | 14.59º | 0.88% | 0.98% | - |
| XYZ | 43.1 | 26.78 | 4.06 | - |
| YUV | 127.08 | 72.66 | 216.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 83 | 29 | 0 | 0.67 | 0.88 | 0.02 | 14.59 | 0.97 | 0.55 |
| Hex | FB | 53 | 1D | 0 | 43 | 58 | 2 | F | 61 | 37 |
| Octal | 373 | 123 | 35 | 0 | 103 | 130 | 2 | 17 | 141 | 67 |
| Binary | 11111011 | 1010011 | 11101 | 0 | 1000011 | 1011000 | 10 | 1111 | 1100001 | 110111 |
Color Harmonies of #FB531D
Complementary color
Monochromatic Colors of #FB531D
Black with #FB531D
Text Example
Text Example
White with #FB531D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB531D; }
p { color: rgb(251,83,29); }
H1.HeaderClassName
{
color: #FB531D;
}
.AnyTagClassName
{
color: #FB531D;
}
</style>
background-color css
<style>
a { background-color: #FB531D; }
a { background-color: rgb(251,83,29); }
div.DivClassName
{
background-color: #FB531D;
}
.BgClassName
{
background-color: #FB531D;
}
</style>
border-color css
<style>
span { border-color: #FB531D; }
span { border-color: rgb(251,83,29); }
td.TdClassName
{
border-color: #FB531D;
}
.TagClassName
{
border-color: #FB531D;
}
</style>