Shades of Orange Red #FB3F03
Tints of Orange Red #FB3F03
RGB
CMYK
RGB Variations
Color information
#FB3F03 (or 0xFB3F03) is known color: Orange Red. HEX triplet: FB, 3F and 03. RGB value is (251,63,3). Sum of RGB (Red+Green+Blue) = 251+63+3=317 (41% of max value = 765). Red value is 251 (98.44% from 255 or 79.18% from 317); Green value is 63 (25% from 255 or 19.87% from 317); Blue value is 3 (1.56% from 255 or 0.95% from 317); Max value from RGB is 251 - color contains mainly: red. Hex color #FB3F03 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FB3F03 is #04C0FC. Grayscale: #707070. Windows color (decimal): -311549 or 212987. OLE color: 212987.
HSL color Cylindrical-coordinate representation of color #FB3F03: hue angle of 14.52º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FB3F03 is Cyan = 0, Magento = 0.75, Yellow = 0.99 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 63 | 3 | - |
| CMYK | 0 | 0.75 | 0.99 | 0.02 |
| HSL | 14.52º | 0.98% | 0.5% | - |
| HSV(B) | 14.52º | 0.99% | 0.98% | - |
| XYZ | 41.58 | 24.07 | 2.54 | - |
| YUV | 112.37 | 66.28 | 226.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 63 | 3 | 0 | 0.75 | 0.99 | 0.02 | 14.52 | 0.98 | 0.5 |
| Hex | FB | 3F | 3 | 0 | 4B | 63 | 2 | F | 62 | 32 |
| Octal | 373 | 77 | 3 | 0 | 113 | 143 | 2 | 17 | 142 | 62 |
| Binary | 11111011 | 111111 | 11 | 0 | 1001011 | 1100011 | 10 | 1111 | 1100010 | 110010 |
Color Harmonies of #FB3F03
Complementary color
Monochromatic Colors of #FB3F03
Black with #FB3F03
Text Example
Text Example
White with #FB3F03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB3F03; }
p { color: rgb(251,63,3); }
H1.HeaderClassName
{
color: #FB3F03;
}
.AnyTagClassName
{
color: #FB3F03;
}
</style>
background-color css
<style>
a { background-color: #FB3F03; }
a { background-color: rgb(251,63,3); }
div.DivClassName
{
background-color: #FB3F03;
}
.BgClassName
{
background-color: #FB3F03;
}
</style>
border-color css
<style>
span { border-color: #FB3F03; }
span { border-color: rgb(251,63,3); }
td.TdClassName
{
border-color: #FB3F03;
}
.TagClassName
{
border-color: #FB3F03;
}
</style>