Shades of Orange Red #FF3B04
Tints of Orange Red #FF3B04
RGB
CMYK
RGB Variations
Color information
#FF3B04 (or 0xFF3B04) is known color: Orange Red. HEX triplet: FF, 3B and 04. RGB value is (255,59,4). Sum of RGB (Red+Green+Blue) = 255+59+4=318 (42% of max value = 765). Red value is 255 (100% from 255 or 80.19% from 318); Green value is 59 (23.44% from 255 or 18.55% from 318); Blue value is 4 (1.95% from 255 or 1.26% from 318); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3B04 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF3B04 is #00C4FB. Grayscale: #6F6F6F. Windows color (decimal): -50428 or 277503. OLE color: 277503.
HSL color Cylindrical-coordinate representation of color #FF3B04: hue angle of 13.15º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FF3B04 is Cyan = 0, Magento = 0.77, Yellow = 0.98 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 59 | 4 | - |
| CMYK | 0 | 0.77 | 0.98 | 0 |
| HSL | 13.15º | 1% | 0.51% | - |
| HSV(B) | 13.15º | 0.98% | 1% | - |
| XYZ | 42.83 | 24.4 | 2.57 | - |
| YUV | 111.33 | 67.43 | 230.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 59 | 4 | 0 | 0.77 | 0.98 | 0 | 13.15 | 1 | 0.51 |
| Hex | FF | 3B | 4 | 0 | 4D | 62 | 0 | D | 64 | 33 |
| Octal | 377 | 73 | 4 | 0 | 115 | 142 | 0 | 15 | 144 | 63 |
| Binary | 11111111 | 111011 | 100 | 0 | 1001101 | 1100010 | 0 | 1101 | 1100100 | 110011 |
Color Harmonies of #FF3B04
Complementary color
Monochromatic Colors of #FF3B04
Black with #FF3B04
Text Example
Text Example
White with #FF3B04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3B04; }
p { color: rgb(255,59,4); }
H1.HeaderClassName
{
color: #FF3B04;
}
.AnyTagClassName
{
color: #FF3B04;
}
</style>
background-color css
<style>
a { background-color: #FF3B04; }
a { background-color: rgb(255,59,4); }
div.DivClassName
{
background-color: #FF3B04;
}
.BgClassName
{
background-color: #FF3B04;
}
</style>
border-color css
<style>
span { border-color: #FF3B04; }
span { border-color: rgb(255,59,4); }
td.TdClassName
{
border-color: #FF3B04;
}
.TagClassName
{
border-color: #FF3B04;
}
</style>