Shades of Orange Red #F23D0A
Tints of Orange Red #F23D0A
RGB
CMYK
RGB Variations
Color information
#F23D0A (or 0xF23D0A) is known color: Orange Red. HEX triplet: F2, 3D and 0A. RGB value is (242,61,10). Sum of RGB (Red+Green+Blue) = 242+61+10=313 (41% of max value = 765). Red value is 242 (94.92% from 255 or 77.32% from 313); Green value is 61 (24.22% from 255 or 19.49% from 313); Blue value is 10 (4.30% from 255 or 3.19% from 313); Max value from RGB is 242 - color contains mainly: red. Hex color #F23D0A is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F23D0A is #0DC2F5. Grayscale: #6D6D6D. Windows color (decimal): -901878 or 671218. OLE color: 671218.
HSL color Cylindrical-coordinate representation of color #F23D0A: hue angle of 13.19º degrees, saturation: 0.92, 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 #F23D0A is Cyan = 0, Magento = 0.75, Yellow = 0.96 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 61 | 10 | - |
| CMYK | 0 | 0.75 | 0.96 | 0.05 |
| HSL | 13.19º | 0.92% | 0.49% | - |
| HSV(B) | 13.19º | 0.96% | 0.95% | - |
| XYZ | 38.34 | 22.24 | 2.56 | - |
| YUV | 109.31 | 71.97 | 222.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 61 | 10 | 0 | 0.75 | 0.96 | 0.05 | 13.19 | 0.92 | 0.49 |
| Hex | F2 | 3D | A | 0 | 4B | 60 | 5 | D | 5C | 31 |
| Octal | 362 | 75 | 12 | 0 | 113 | 140 | 5 | 15 | 134 | 61 |
| Binary | 11110010 | 111101 | 1010 | 0 | 1001011 | 1100000 | 101 | 1101 | 1011100 | 110001 |
Color Harmonies of #F23D0A
Complementary color
Monochromatic Colors of #F23D0A
Black with #F23D0A
Text Example
Text Example
White with #F23D0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F23D0A; }
p { color: rgb(242,61,10); }
H1.HeaderClassName
{
color: #F23D0A;
}
.AnyTagClassName
{
color: #F23D0A;
}
</style>
background-color css
<style>
a { background-color: #F23D0A; }
a { background-color: rgb(242,61,10); }
div.DivClassName
{
background-color: #F23D0A;
}
.BgClassName
{
background-color: #F23D0A;
}
</style>
border-color css
<style>
span { border-color: #F23D0A; }
span { border-color: rgb(242,61,10); }
td.TdClassName
{
border-color: #F23D0A;
}
.TagClassName
{
border-color: #F23D0A;
}
</style>