Shades of Orange Red #FF3B02
Tints of Orange Red #FF3B02
RGB
CMYK
RGB Variations
Color information
#FF3B02 (or 0xFF3B02) is known color: Orange Red. HEX triplet: FF, 3B and 02. RGB value is (255,59,2). Sum of RGB (Red+Green+Blue) = 255+59+2=316 (41% of max value = 765). Red value is 255 (100% from 255 or 80.70% from 316); Green value is 59 (23.44% from 255 or 18.67% from 316); Blue value is 2 (1.17% from 255 or 0.63% from 316); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3B02 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF3B02 is #00C4FD. Grayscale: #6F6F6F. Windows color (decimal): -50430 or 146431. OLE color: 146431.
HSL color Cylindrical-coordinate representation of color #FF3B02: hue angle of 13.52º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FF3B02 is Cyan = 0, Magento = 0.77, Yellow = 0.99 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 59 | 2 | - |
| CMYK | 0 | 0.77 | 0.99 | 0 |
| HSL | 13.52º | 1% | 0.5% | - |
| HSV(B) | 13.52º | 0.99% | 1% | - |
| XYZ | 42.81 | 24.39 | 2.51 | - |
| YUV | 111.11 | 66.43 | 230.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 59 | 2 | 0 | 0.77 | 0.99 | 0 | 13.52 | 1 | 0.5 |
| Hex | FF | 3B | 2 | 0 | 4D | 63 | 0 | E | 64 | 32 |
| Octal | 377 | 73 | 2 | 0 | 115 | 143 | 0 | 16 | 144 | 62 |
| Binary | 11111111 | 111011 | 10 | 0 | 1001101 | 1100011 | 0 | 1110 | 1100100 | 110010 |
Color Harmonies of #FF3B02
Complementary color
Monochromatic Colors of #FF3B02
Black with #FF3B02
Text Example
Text Example
White with #FF3B02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3B02; }
p { color: rgb(255,59,2); }
H1.HeaderClassName
{
color: #FF3B02;
}
.AnyTagClassName
{
color: #FF3B02;
}
</style>
background-color css
<style>
a { background-color: #FF3B02; }
a { background-color: rgb(255,59,2); }
div.DivClassName
{
background-color: #FF3B02;
}
.BgClassName
{
background-color: #FF3B02;
}
</style>
border-color css
<style>
span { border-color: #FF3B02; }
span { border-color: rgb(255,59,2); }
td.TdClassName
{
border-color: #FF3B02;
}
.TagClassName
{
border-color: #FF3B02;
}
</style>