Shades of Outrageous Orange #FB603D
Tints of Outrageous Orange #FB603D
RGB
CMYK
RGB Variations
Color information
#FB603D (or 0xFB603D) is known color: Outrageous Orange. HEX triplet: FB, 60 and 3D. RGB value is (251,96,61). Sum of RGB (Red+Green+Blue) = 251+96+61=408 (54% of max value = 765). Red value is 251 (98.44% from 255 or 61.52% from 408); Green value is 96 (37.89% from 255 or 23.53% from 408); Blue value is 61 (24.22% from 255 or 14.95% from 408); Max value from RGB is 251 - color contains mainly: red. Hex color #FB603D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FB603D is #049FC2. Grayscale: #8A8A8A. Windows color (decimal): -303043 or 4022523. OLE color: 4022523.
HSL color Cylindrical-coordinate representation of color #FB603D: hue angle of 11.05º 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 #FB603D is Cyan = 0, Magento = 0.62, Yellow = 0.76 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 96 | 61 | - |
| CMYK | 0 | 0.62 | 0.76 | 0.02 |
| HSL | 11.05º | 0.96% | 0.61% | - |
| HSV(B) | 11.05º | 0.76% | 0.98% | - |
| XYZ | 44.81 | 29.21 | 7.69 | - |
| YUV | 138.36 | 84.35 | 208.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 96 | 61 | 0 | 0.62 | 0.76 | 0.02 | 11.05 | 0.96 | 0.61 |
| Hex | FB | 60 | 3D | 0 | 3E | 4C | 2 | B | 60 | 3D |
| Octal | 373 | 140 | 75 | 0 | 76 | 114 | 2 | 13 | 140 | 75 |
| Binary | 11111011 | 1100000 | 111101 | 0 | 111110 | 1001100 | 10 | 1011 | 1100000 | 111101 |
Color Harmonies of #FB603D
Complementary color
Monochromatic Colors of #FB603D
Black with #FB603D
Text Example
Text Example
White with #FB603D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB603D; }
p { color: rgb(251,96,61); }
H1.HeaderClassName
{
color: #FB603D;
}
.AnyTagClassName
{
color: #FB603D;
}
</style>
background-color css
<style>
a { background-color: #FB603D; }
a { background-color: rgb(251,96,61); }
div.DivClassName
{
background-color: #FB603D;
}
.BgClassName
{
background-color: #FB603D;
}
</style>
border-color css
<style>
span { border-color: #FB603D; }
span { border-color: rgb(251,96,61); }
td.TdClassName
{
border-color: #FB603D;
}
.TagClassName
{
border-color: #FB603D;
}
</style>