Shades of Outrageous Orange #FB5D3D
Tints of Outrageous Orange #FB5D3D
RGB
CMYK
RGB Variations
Color information
#FB5D3D (or 0xFB5D3D) is known color: Outrageous Orange. HEX triplet: FB, 5D and 3D. RGB value is (251,93,61). Sum of RGB (Red+Green+Blue) = 251+93+61=405 (53% of max value = 765). Red value is 251 (98.44% from 255 or 61.98% from 405); Green value is 93 (36.72% from 255 or 22.96% from 405); Blue value is 61 (24.22% from 255 or 15.06% from 405); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5D3D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FB5D3D is #04A2C2. Grayscale: #888888. Windows color (decimal): -303811 or 4021755. OLE color: 4021755.
HSL color Cylindrical-coordinate representation of color #FB5D3D: hue angle of 10.11º degrees, saturation: 0.96, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FB5D3D is Cyan = 0, Magento = 0.63, Yellow = 0.76 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 93 | 61 | - |
| CMYK | 0 | 0.63 | 0.76 | 0.02 |
| HSL | 10.11º | 0.96% | 0.61% | - |
| HSV(B) | 10.11º | 0.76% | 0.98% | - |
| XYZ | 44.54 | 28.67 | 7.6 | - |
| YUV | 136.59 | 85.35 | 209.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 93 | 61 | 0 | 0.63 | 0.76 | 0.02 | 10.11 | 0.96 | 0.61 |
| Hex | FB | 5D | 3D | 0 | 3F | 4C | 2 | A | 60 | 3D |
| Octal | 373 | 135 | 75 | 0 | 77 | 114 | 2 | 12 | 140 | 75 |
| Binary | 11111011 | 1011101 | 111101 | 0 | 111111 | 1001100 | 10 | 1010 | 1100000 | 111101 |
Color Harmonies of #FB5D3D
Complementary color
Monochromatic Colors of #FB5D3D
Black with #FB5D3D
Text Example
Text Example
White with #FB5D3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB5D3D; }
p { color: rgb(251,93,61); }
H1.HeaderClassName
{
color: #FB5D3D;
}
.AnyTagClassName
{
color: #FB5D3D;
}
</style>
background-color css
<style>
a { background-color: #FB5D3D; }
a { background-color: rgb(251,93,61); }
div.DivClassName
{
background-color: #FB5D3D;
}
.BgClassName
{
background-color: #FB5D3D;
}
</style>
border-color css
<style>
span { border-color: #FB5D3D; }
span { border-color: rgb(251,93,61); }
td.TdClassName
{
border-color: #FB5D3D;
}
.TagClassName
{
border-color: #FB5D3D;
}
</style>