Shades of Orange Red #F23509
Tints of Orange Red #F23509
RGB
CMYK
RGB Variations
Color information
#F23509 (or 0xF23509) is known color: Orange Red. HEX triplet: F2, 35 and 09. RGB value is (242,53,9). Sum of RGB (Red+Green+Blue) = 242+53+9=304 (40% of max value = 765). Red value is 242 (94.92% from 255 or 79.61% from 304); Green value is 53 (21.09% from 255 or 17.43% from 304); Blue value is 9 (3.91% from 255 or 2.96% from 304); Max value from RGB is 242 - color contains mainly: red. Hex color #F23509 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F23509 is #0DCAF6. Grayscale: #686868. Windows color (decimal): -903927 or 603634. OLE color: 603634.
HSL color Cylindrical-coordinate representation of color #F23509: hue angle of 11.33º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F23509 is Cyan = 0, Magento = 0.78, Yellow = 0.96 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 53 | 9 | - |
| CMYK | 0 | 0.78 | 0.96 | 0.05 |
| HSL | 11.33º | 0.93% | 0.49% | - |
| HSV(B) | 11.33º | 0.96% | 0.95% | - |
| XYZ | 37.94 | 21.44 | 2.4 | - |
| YUV | 104.5 | 74.12 | 226.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 53 | 9 | 0 | 0.78 | 0.96 | 0.05 | 11.33 | 0.93 | 0.49 |
| Hex | F2 | 35 | 9 | 0 | 4E | 60 | 5 | B | 5D | 31 |
| Octal | 362 | 65 | 11 | 0 | 116 | 140 | 5 | 13 | 135 | 61 |
| Binary | 11110010 | 110101 | 1001 | 0 | 1001110 | 1100000 | 101 | 1011 | 1011101 | 110001 |
Color Harmonies of #F23509
Complementary color
Monochromatic Colors of #F23509
Black with #F23509
Text Example
Text Example
White with #F23509
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F23509; }
p { color: rgb(242,53,9); }
H1.HeaderClassName
{
color: #F23509;
}
.AnyTagClassName
{
color: #F23509;
}
</style>
background-color css
<style>
a { background-color: #F23509; }
a { background-color: rgb(242,53,9); }
div.DivClassName
{
background-color: #F23509;
}
.BgClassName
{
background-color: #F23509;
}
</style>
border-color css
<style>
span { border-color: #F23509; }
span { border-color: rgb(242,53,9); }
td.TdClassName
{
border-color: #F23509;
}
.TagClassName
{
border-color: #F23509;
}
</style>