Shades of Outrageous Orange #FB612C
Tints of Outrageous Orange #FB612C
RGB
CMYK
RGB Variations
Color information
#FB612C (or 0xFB612C) is known color: Outrageous Orange. HEX triplet: FB, 61 and 2C. RGB value is (251,97,44). Sum of RGB (Red+Green+Blue) = 251+97+44=392 (51% of max value = 765). Red value is 251 (98.44% from 255 or 64.03% from 392); Green value is 97 (38.28% from 255 or 24.74% from 392); Blue value is 44 (17.58% from 255 or 11.22% from 392); Max value from RGB is 251 - color contains mainly: red. Hex color #FB612C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FB612C is #049ED3. Grayscale: #898989. Windows color (decimal): -302804 or 2908667. OLE color: 2908667.
HSL color Cylindrical-coordinate representation of color #FB612C: hue angle of 15.36º 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 #FB612C is Cyan = 0, Magento = 0.61, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 97 | 44 | - |
| CMYK | 0 | 0.61 | 0.82 | 0.02 |
| HSL | 15.36º | 0.96% | 0.58% | - |
| HSV(B) | 15.36º | 0.82% | 0.98% | - |
| XYZ | 44.51 | 29.24 | 5.68 | - |
| YUV | 137 | 75.52 | 209.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 97 | 44 | 0 | 0.61 | 0.82 | 0.02 | 15.36 | 0.96 | 0.58 |
| Hex | FB | 61 | 2C | 0 | 3D | 52 | 2 | F | 60 | 3A |
| Octal | 373 | 141 | 54 | 0 | 75 | 122 | 2 | 17 | 140 | 72 |
| Binary | 11111011 | 1100001 | 101100 | 0 | 111101 | 1010010 | 10 | 1111 | 1100000 | 111010 |
Color Harmonies of #FB612C
Complementary color
Monochromatic Colors of #FB612C
Black with #FB612C
Text Example
Text Example
White with #FB612C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB612C; }
p { color: rgb(251,97,44); }
H1.HeaderClassName
{
color: #FB612C;
}
.AnyTagClassName
{
color: #FB612C;
}
</style>
background-color css
<style>
a { background-color: #FB612C; }
a { background-color: rgb(251,97,44); }
div.DivClassName
{
background-color: #FB612C;
}
.BgClassName
{
background-color: #FB612C;
}
</style>
border-color css
<style>
span { border-color: #FB612C; }
span { border-color: rgb(251,97,44); }
td.TdClassName
{
border-color: #FB612C;
}
.TagClassName
{
border-color: #FB612C;
}
</style>