Shades of Outrageous Orange #FB652D
Tints of Outrageous Orange #FB652D
RGB
CMYK
RGB Variations
Color information
#FB652D (or 0xFB652D) is known color: Outrageous Orange. HEX triplet: FB, 65 and 2D. RGB value is (251,101,45). Sum of RGB (Red+Green+Blue) = 251+101+45=397 (52% of max value = 765). Red value is 251 (98.44% from 255 or 63.22% from 397); Green value is 101 (39.84% from 255 or 25.44% from 397); Blue value is 45 (17.97% from 255 or 11.34% from 397); Max value from RGB is 251 - color contains mainly: red. Hex color #FB652D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FB652D is #049AD2. Grayscale: #8B8B8B. Windows color (decimal): -301779 or 2975227. OLE color: 2975227.
HSL color Cylindrical-coordinate representation of color #FB652D: hue angle of 16.31º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FB652D is Cyan = 0, Magento = 0.60, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 101 | 45 | - |
| CMYK | 0 | 0.60 | 0.82 | 0.02 |
| HSL | 16.31º | 0.96% | 0.58% | - |
| HSV(B) | 16.31º | 0.82% | 0.98% | - |
| XYZ | 44.91 | 30.01 | 5.91 | - |
| YUV | 139.47 | 74.7 | 207.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 101 | 45 | 0 | 0.60 | 0.82 | 0.02 | 16.31 | 0.96 | 0.58 |
| Hex | FB | 65 | 2D | 0 | 3C | 52 | 2 | 10 | 60 | 3A |
| Octal | 373 | 145 | 55 | 0 | 74 | 122 | 2 | 20 | 140 | 72 |
| Binary | 11111011 | 1100101 | 101101 | 0 | 111100 | 1010010 | 10 | 10000 | 1100000 | 111010 |
Color Harmonies of #FB652D
Complementary color
Monochromatic Colors of #FB652D
Black with #FB652D
Text Example
Text Example
White with #FB652D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB652D; }
p { color: rgb(251,101,45); }
H1.HeaderClassName
{
color: #FB652D;
}
.AnyTagClassName
{
color: #FB652D;
}
</style>
background-color css
<style>
a { background-color: #FB652D; }
a { background-color: rgb(251,101,45); }
div.DivClassName
{
background-color: #FB652D;
}
.BgClassName
{
background-color: #FB652D;
}
</style>
border-color css
<style>
span { border-color: #FB652D; }
span { border-color: rgb(251,101,45); }
td.TdClassName
{
border-color: #FB652D;
}
.TagClassName
{
border-color: #FB652D;
}
</style>