Shades of Outrageous Orange #FB613C
Tints of Outrageous Orange #FB613C
RGB
CMYK
RGB Variations
Color information
#FB613C (or 0xFB613C) is known color: Outrageous Orange. HEX triplet: FB, 61 and 3C. RGB value is (251,97,60). Sum of RGB (Red+Green+Blue) = 251+97+60=408 (54% of max value = 765). Red value is 251 (98.44% from 255 or 61.52% from 408); Green value is 97 (38.28% from 255 or 23.77% from 408); Blue value is 60 (23.83% from 255 or 14.71% from 408); Max value from RGB is 251 - color contains mainly: red. Hex color #FB613C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FB613C is #049EC3. Grayscale: #8B8B8B. Windows color (decimal): -302788 or 3957243. OLE color: 3957243.
HSL color Cylindrical-coordinate representation of color #FB613C: hue angle of 11.62º 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 #FB613C is Cyan = 0, Magento = 0.61, Yellow = 0.76 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 97 | 60 | - |
| CMYK | 0 | 0.61 | 0.76 | 0.02 |
| HSL | 11.62º | 0.96% | 0.61% | - |
| HSV(B) | 11.62º | 0.76% | 0.98% | - |
| XYZ | 44.87 | 29.38 | 7.58 | - |
| YUV | 138.83 | 83.52 | 208.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 97 | 60 | 0 | 0.61 | 0.76 | 0.02 | 11.62 | 0.96 | 0.61 |
| Hex | FB | 61 | 3C | 0 | 3D | 4C | 2 | C | 60 | 3D |
| Octal | 373 | 141 | 74 | 0 | 75 | 114 | 2 | 14 | 140 | 75 |
| Binary | 11111011 | 1100001 | 111100 | 0 | 111101 | 1001100 | 10 | 1100 | 1100000 | 111101 |
Color Harmonies of #FB613C
Complementary color
Monochromatic Colors of #FB613C
Black with #FB613C
Text Example
Text Example
White with #FB613C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB613C; }
p { color: rgb(251,97,60); }
H1.HeaderClassName
{
color: #FB613C;
}
.AnyTagClassName
{
color: #FB613C;
}
</style>
background-color css
<style>
a { background-color: #FB613C; }
a { background-color: rgb(251,97,60); }
div.DivClassName
{
background-color: #FB613C;
}
.BgClassName
{
background-color: #FB613C;
}
</style>
border-color css
<style>
span { border-color: #FB613C; }
span { border-color: rgb(251,97,60); }
td.TdClassName
{
border-color: #FB613C;
}
.TagClassName
{
border-color: #FB613C;
}
</style>