Shades of Orange Red #F23A08
Tints of Orange Red #F23A08
RGB
CMYK
RGB Variations
Color information
#F23A08 (or 0xF23A08) is known color: Orange Red. HEX triplet: F2, 3A and 08. RGB value is (242,58,8). Sum of RGB (Red+Green+Blue) = 242+58+8=308 (40% of max value = 765). Red value is 242 (94.92% from 255 or 78.57% from 308); Green value is 58 (23.05% from 255 or 18.83% from 308); Blue value is 8 (3.52% from 255 or 2.60% from 308); Max value from RGB is 242 - color contains mainly: red. Hex color #F23A08 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F23A08 is #0DC5F7. Grayscale: #6B6B6B. Windows color (decimal): -902648 or 539378. OLE color: 539378.
HSL color Cylindrical-coordinate representation of color #F23A08: hue angle of 12.82º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F23A08 is Cyan = 0, Magento = 0.76, Yellow = 0.97 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 58 | 8 | - |
| CMYK | 0 | 0.76 | 0.97 | 0.05 |
| HSL | 12.82º | 0.94% | 0.49% | - |
| HSV(B) | 12.82º | 0.97% | 0.95% | - |
| XYZ | 38.17 | 21.92 | 2.45 | - |
| YUV | 107.32 | 71.96 | 224.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 58 | 8 | 0 | 0.76 | 0.97 | 0.05 | 12.82 | 0.94 | 0.49 |
| Hex | F2 | 3A | 8 | 0 | 4C | 61 | 5 | D | 5E | 31 |
| Octal | 362 | 72 | 10 | 0 | 114 | 141 | 5 | 15 | 136 | 61 |
| Binary | 11110010 | 111010 | 1000 | 0 | 1001100 | 1100001 | 101 | 1101 | 1011110 | 110001 |
Color Harmonies of #F23A08
Complementary color
Monochromatic Colors of #F23A08
Black with #F23A08
Text Example
Text Example
White with #F23A08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F23A08; }
p { color: rgb(242,58,8); }
H1.HeaderClassName
{
color: #F23A08;
}
.AnyTagClassName
{
color: #F23A08;
}
</style>
background-color css
<style>
a { background-color: #F23A08; }
a { background-color: rgb(242,58,8); }
div.DivClassName
{
background-color: #F23A08;
}
.BgClassName
{
background-color: #F23A08;
}
</style>
border-color css
<style>
span { border-color: #F23A08; }
span { border-color: rgb(242,58,8); }
td.TdClassName
{
border-color: #F23A08;
}
.TagClassName
{
border-color: #F23A08;
}
</style>