Shades of Red Orange #F23C1A
Tints of Red Orange #F23C1A
RGB
CMYK
RGB Variations
Color information
#F23C1A (or 0xF23C1A) is known color: Red Orange. HEX triplet: F2, 3C and 1A. RGB value is (242,60,26). Sum of RGB (Red+Green+Blue) = 242+60+26=328 (43% of max value = 765). Red value is 242 (94.92% from 255 or 73.78% from 328); Green value is 60 (23.83% from 255 or 18.29% from 328); Blue value is 26 (10.55% from 255 or 7.93% from 328); Max value from RGB is 242 - color contains mainly: red. Hex color #F23C1A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F23C1A is #0DC3E5. Grayscale: #6E6E6E. Windows color (decimal): -902118 or 1719538. OLE color: 1719538.
HSL color Cylindrical-coordinate representation of color #F23C1A: hue angle of 9.44º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F23C1A is Cyan = 0, Magento = 0.75, Yellow = 0.89 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 60 | 26 | - |
| CMYK | 0 | 0.75 | 0.89 | 0.05 |
| HSL | 9.44º | 0.89% | 0.53% | - |
| HSV(B) | 9.44º | 0.89% | 0.95% | - |
| XYZ | 38.42 | 22.18 | 3.23 | - |
| YUV | 110.54 | 80.3 | 221.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 60 | 26 | 0 | 0.75 | 0.89 | 0.05 | 9.44 | 0.89 | 0.53 |
| Hex | F2 | 3C | 1A | 0 | 4B | 59 | 5 | 9 | 59 | 35 |
| Octal | 362 | 74 | 32 | 0 | 113 | 131 | 5 | 11 | 131 | 65 |
| Binary | 11110010 | 111100 | 11010 | 0 | 1001011 | 1011001 | 101 | 1001 | 1011001 | 110101 |
Color Harmonies of #F23C1A
Complementary color
Monochromatic Colors of #F23C1A
Black with #F23C1A
Text Example
Text Example
White with #F23C1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F23C1A; }
p { color: rgb(242,60,26); }
H1.HeaderClassName
{
color: #F23C1A;
}
.AnyTagClassName
{
color: #F23C1A;
}
</style>
background-color css
<style>
a { background-color: #F23C1A; }
a { background-color: rgb(242,60,26); }
div.DivClassName
{
background-color: #F23C1A;
}
.BgClassName
{
background-color: #F23C1A;
}
</style>
border-color css
<style>
span { border-color: #F23C1A; }
span { border-color: rgb(242,60,26); }
td.TdClassName
{
border-color: #F23C1A;
}
.TagClassName
{
border-color: #F23C1A;
}
</style>