Shades of Orange Red #F23505
Tints of Orange Red #F23505
RGB
CMYK
RGB Variations
Color information
#F23505 (or 0xF23505) is known color: Orange Red. HEX triplet: F2, 35 and 05. RGB value is (242,53,5). Sum of RGB (Red+Green+Blue) = 242+53+5=300 (39% of max value = 765). Red value is 242 (94.92% from 255 or 80.67% from 300); Green value is 53 (21.09% from 255 or 17.67% from 300); Blue value is 5 (2.34% from 255 or 1.67% from 300); Max value from RGB is 242 - color contains mainly: red. Hex color #F23505 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F23505 is #0DCAFA. Grayscale: #686868. Windows color (decimal): -903931 or 341490. OLE color: 341490.
HSL color Cylindrical-coordinate representation of color #F23505: hue angle of 12.15º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F23505 is Cyan = 0, Magento = 0.78, Yellow = 0.98 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 53 | 5 | - |
| CMYK | 0 | 0.78 | 0.98 | 0.05 |
| HSL | 12.15º | 0.96% | 0.48% | - |
| HSV(B) | 12.15º | 0.98% | 0.95% | - |
| XYZ | 37.92 | 21.43 | 2.28 | - |
| YUV | 104.04 | 72.12 | 226.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 53 | 5 | 0 | 0.78 | 0.98 | 0.05 | 12.15 | 0.96 | 0.48 |
| Hex | F2 | 35 | 5 | 0 | 4E | 62 | 5 | C | 60 | 30 |
| Octal | 362 | 65 | 5 | 0 | 116 | 142 | 5 | 14 | 140 | 60 |
| Binary | 11110010 | 110101 | 101 | 0 | 1001110 | 1100010 | 101 | 1100 | 1100000 | 110000 |
Color Harmonies of #F23505
Complementary color
Monochromatic Colors of #F23505
Black with #F23505
Text Example
Text Example
White with #F23505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F23505; }
p { color: rgb(242,53,5); }
H1.HeaderClassName
{
color: #F23505;
}
.AnyTagClassName
{
color: #F23505;
}
</style>
background-color css
<style>
a { background-color: #F23505; }
a { background-color: rgb(242,53,5); }
div.DivClassName
{
background-color: #F23505;
}
.BgClassName
{
background-color: #F23505;
}
</style>
border-color css
<style>
span { border-color: #F23505; }
span { border-color: rgb(242,53,5); }
td.TdClassName
{
border-color: #F23505;
}
.TagClassName
{
border-color: #F23505;
}
</style>