Shades of Orange Red #F23605
Tints of Orange Red #F23605
RGB
CMYK
RGB Variations
Color information
#F23605 (or 0xF23605) is known color: Orange Red. HEX triplet: F2, 36 and 05. RGB value is (242,54,5). Sum of RGB (Red+Green+Blue) = 242+54+5=301 (39% of max value = 765). Red value is 242 (94.92% from 255 or 80.40% from 301); Green value is 54 (21.48% from 255 or 17.94% from 301); Blue value is 5 (2.34% from 255 or 1.66% from 301); Max value from RGB is 242 - color contains mainly: red. Hex color #F23605 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F23605 is #0DC9FA. Grayscale: #696969. Windows color (decimal): -903675 or 341746. OLE color: 341746.
HSL color Cylindrical-coordinate representation of color #F23605: hue angle of 12.41º 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 #F23605 is Cyan = 0, Magento = 0.78, Yellow = 0.98 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 54 | 5 | - |
| CMYK | 0 | 0.78 | 0.98 | 0.05 |
| HSL | 12.41º | 0.96% | 0.48% | - |
| HSV(B) | 12.41º | 0.98% | 0.95% | - |
| XYZ | 37.96 | 21.53 | 2.3 | - |
| YUV | 104.63 | 71.78 | 225.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 54 | 5 | 0 | 0.78 | 0.98 | 0.05 | 12.41 | 0.96 | 0.48 |
| Hex | F2 | 36 | 5 | 0 | 4E | 62 | 5 | C | 60 | 30 |
| Octal | 362 | 66 | 5 | 0 | 116 | 142 | 5 | 14 | 140 | 60 |
| Binary | 11110010 | 110110 | 101 | 0 | 1001110 | 1100010 | 101 | 1100 | 1100000 | 110000 |
Color Harmonies of #F23605
Complementary color
Monochromatic Colors of #F23605
Black with #F23605
Text Example
Text Example
White with #F23605
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F23605; }
p { color: rgb(242,54,5); }
H1.HeaderClassName
{
color: #F23605;
}
.AnyTagClassName
{
color: #F23605;
}
</style>
background-color css
<style>
a { background-color: #F23605; }
a { background-color: rgb(242,54,5); }
div.DivClassName
{
background-color: #F23605;
}
.BgClassName
{
background-color: #F23605;
}
</style>
border-color css
<style>
span { border-color: #F23605; }
span { border-color: rgb(242,54,5); }
td.TdClassName
{
border-color: #F23605;
}
.TagClassName
{
border-color: #F23605;
}
</style>