Shades of Orange Red #FB3E02
Tints of Orange Red #FB3E02
RGB
CMYK
RGB Variations
Color information
#FB3E02 (or 0xFB3E02) is known color: Orange Red. HEX triplet: FB, 3E and 02. RGB value is (251,62,2). Sum of RGB (Red+Green+Blue) = 251+62+2=315 (41% of max value = 765). Red value is 251 (98.44% from 255 or 79.68% from 315); Green value is 62 (24.61% from 255 or 19.68% from 315); Blue value is 2 (1.17% from 255 or 0.63% from 315); Max value from RGB is 251 - color contains mainly: red. Hex color #FB3E02 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FB3E02 is #04C1FD. Grayscale: #707070. Windows color (decimal): -311806 or 147195. OLE color: 147195.
HSL color Cylindrical-coordinate representation of color #FB3E02: hue angle of 14.46º 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 #FB3E02 is Cyan = 0, Magento = 0.75, Yellow = 0.99 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 62 | 2 | - |
| CMYK | 0 | 0.75 | 0.99 | 0.02 |
| HSL | 14.46º | 0.98% | 0.5% | - |
| HSV(B) | 14.46º | 0.99% | 0.98% | - |
| XYZ | 41.52 | 23.96 | 2.49 | - |
| YUV | 111.67 | 66.12 | 227.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 62 | 2 | 0 | 0.75 | 0.99 | 0.02 | 14.46 | 0.98 | 0.5 |
| Hex | FB | 3E | 2 | 0 | 4B | 63 | 2 | E | 62 | 32 |
| Octal | 373 | 76 | 2 | 0 | 113 | 143 | 2 | 16 | 142 | 62 |
| Binary | 11111011 | 111110 | 10 | 0 | 1001011 | 1100011 | 10 | 1110 | 1100010 | 110010 |
Color Harmonies of #FB3E02
Complementary color
Monochromatic Colors of #FB3E02
Black with #FB3E02
Text Example
Text Example
White with #FB3E02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB3E02; }
p { color: rgb(251,62,2); }
H1.HeaderClassName
{
color: #FB3E02;
}
.AnyTagClassName
{
color: #FB3E02;
}
</style>
background-color css
<style>
a { background-color: #FB3E02; }
a { background-color: rgb(251,62,2); }
div.DivClassName
{
background-color: #FB3E02;
}
.BgClassName
{
background-color: #FB3E02;
}
</style>
border-color css
<style>
span { border-color: #FB3E02; }
span { border-color: rgb(251,62,2); }
td.TdClassName
{
border-color: #FB3E02;
}
.TagClassName
{
border-color: #FB3E02;
}
</style>