Shades of Orange Red #FF3B09
Tints of Orange Red #FF3B09
RGB
CMYK
RGB Variations
Color information
#FF3B09 (or 0xFF3B09) is known color: Orange Red. HEX triplet: FF, 3B and 09. RGB value is (255,59,9). Sum of RGB (Red+Green+Blue) = 255+59+9=323 (42% of max value = 765). Red value is 255 (100% from 255 or 78.95% from 323); Green value is 59 (23.44% from 255 or 18.27% from 323); Blue value is 9 (3.91% from 255 or 2.79% from 323); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3B09 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF3B09 is #00C4F6. Grayscale: #707070. Windows color (decimal): -50423 or 605183. OLE color: 605183.
HSL color Cylindrical-coordinate representation of color #FF3B09: hue angle of 12.2º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FF3B09 is Cyan = 0, Magento = 0.77, Yellow = 0.96 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 59 | 9 | - |
| CMYK | 0 | 0.77 | 0.96 | 0 |
| HSL | 12.2º | 1% | 0.52% | - |
| HSV(B) | 12.2º | 0.96% | 1% | - |
| XYZ | 42.85 | 24.41 | 2.71 | - |
| YUV | 111.9 | 69.93 | 230.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 59 | 9 | 0 | 0.77 | 0.96 | 0 | 12.2 | 1 | 0.52 |
| Hex | FF | 3B | 9 | 0 | 4D | 60 | 0 | C | 64 | 34 |
| Octal | 377 | 73 | 11 | 0 | 115 | 140 | 0 | 14 | 144 | 64 |
| Binary | 11111111 | 111011 | 1001 | 0 | 1001101 | 1100000 | 0 | 1100 | 1100100 | 110100 |
Color Harmonies of #FF3B09
Complementary color
Monochromatic Colors of #FF3B09
Black with #FF3B09
Text Example
Text Example
White with #FF3B09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3B09; }
p { color: rgb(255,59,9); }
H1.HeaderClassName
{
color: #FF3B09;
}
.AnyTagClassName
{
color: #FF3B09;
}
</style>
background-color css
<style>
a { background-color: #FF3B09; }
a { background-color: rgb(255,59,9); }
div.DivClassName
{
background-color: #FF3B09;
}
.BgClassName
{
background-color: #FF3B09;
}
</style>
border-color css
<style>
span { border-color: #FF3B09; }
span { border-color: rgb(255,59,9); }
td.TdClassName
{
border-color: #FF3B09;
}
.TagClassName
{
border-color: #FF3B09;
}
</style>