Shades of Orange Red #FB3F04
Tints of Orange Red #FB3F04
RGB
CMYK
RGB Variations
Color information
#FB3F04 (or 0xFB3F04) is known color: Orange Red. HEX triplet: FB, 3F and 04. RGB value is (251,63,4). Sum of RGB (Red+Green+Blue) = 251+63+4=318 (42% of max value = 765). Red value is 251 (98.44% from 255 or 78.93% from 318); Green value is 63 (25% from 255 or 19.81% from 318); Blue value is 4 (1.95% from 255 or 1.26% from 318); Max value from RGB is 251 - color contains mainly: red. Hex color #FB3F04 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FB3F04 is #04C0FB. Grayscale: #707070. Windows color (decimal): -311548 or 278523. OLE color: 278523.
HSL color Cylindrical-coordinate representation of color #FB3F04: hue angle of 14.33º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FB3F04 is Cyan = 0, Magento = 0.75, Yellow = 0.98 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 63 | 4 | - |
| CMYK | 0 | 0.75 | 0.98 | 0.02 |
| HSL | 14.33º | 0.97% | 0.5% | - |
| HSV(B) | 14.33º | 0.98% | 0.98% | - |
| XYZ | 41.58 | 24.07 | 2.57 | - |
| YUV | 112.49 | 66.78 | 226.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 63 | 4 | 0 | 0.75 | 0.98 | 0.02 | 14.33 | 0.97 | 0.5 |
| Hex | FB | 3F | 4 | 0 | 4B | 62 | 2 | E | 61 | 32 |
| Octal | 373 | 77 | 4 | 0 | 113 | 142 | 2 | 16 | 141 | 62 |
| Binary | 11111011 | 111111 | 100 | 0 | 1001011 | 1100010 | 10 | 1110 | 1100001 | 110010 |
Color Harmonies of #FB3F04
Complementary color
Monochromatic Colors of #FB3F04
Black with #FB3F04
Text Example
Text Example
White with #FB3F04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB3F04; }
p { color: rgb(251,63,4); }
H1.HeaderClassName
{
color: #FB3F04;
}
.AnyTagClassName
{
color: #FB3F04;
}
</style>
background-color css
<style>
a { background-color: #FB3F04; }
a { background-color: rgb(251,63,4); }
div.DivClassName
{
background-color: #FB3F04;
}
.BgClassName
{
background-color: #FB3F04;
}
</style>
border-color css
<style>
span { border-color: #FB3F04; }
span { border-color: rgb(251,63,4); }
td.TdClassName
{
border-color: #FB3F04;
}
.TagClassName
{
border-color: #FB3F04;
}
</style>