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