Shades of Orange Red #F23F0F
Tints of Orange Red #F23F0F
RGB
CMYK
RGB Variations
Color information
#F23F0F (or 0xF23F0F) is known color: Orange Red. HEX triplet: F2, 3F and 0F. RGB value is (242,63,15). Sum of RGB (Red+Green+Blue) = 242+63+15=320 (42% of max value = 765). Red value is 242 (94.92% from 255 or 75.62% from 320); Green value is 63 (25% from 255 or 19.69% from 320); Blue value is 15 (6.25% from 255 or 4.69% from 320); Max value from RGB is 242 - color contains mainly: red. Hex color #F23F0F is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F23F0F is #0DC0F0. Grayscale: #6F6F6F. Windows color (decimal): -901361 or 999410. OLE color: 999410.
HSL color Cylindrical-coordinate representation of color #F23F0F: hue angle of 12.69º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F23F0F is Cyan = 0, Magento = 0.74, Yellow = 0.94 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 63 | 15 | - |
| CMYK | 0 | 0.74 | 0.94 | 0.05 |
| HSL | 12.69º | 0.9% | 0.5% | - |
| HSV(B) | 12.69º | 0.94% | 0.95% | - |
| XYZ | 38.48 | 22.47 | 2.76 | - |
| YUV | 111.05 | 73.8 | 221.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 63 | 15 | 0 | 0.74 | 0.94 | 0.05 | 12.69 | 0.9 | 0.5 |
| Hex | F2 | 3F | F | 0 | 4A | 5E | 5 | D | 5A | 32 |
| Octal | 362 | 77 | 17 | 0 | 112 | 136 | 5 | 15 | 132 | 62 |
| Binary | 11110010 | 111111 | 1111 | 0 | 1001010 | 1011110 | 101 | 1101 | 1011010 | 110010 |
Color Harmonies of #F23F0F
Complementary color
Monochromatic Colors of #F23F0F
Black with #F23F0F
Text Example
Text Example
White with #F23F0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F23F0F; }
p { color: rgb(242,63,15); }
H1.HeaderClassName
{
color: #F23F0F;
}
.AnyTagClassName
{
color: #F23F0F;
}
</style>
background-color css
<style>
a { background-color: #F23F0F; }
a { background-color: rgb(242,63,15); }
div.DivClassName
{
background-color: #F23F0F;
}
.BgClassName
{
background-color: #F23F0F;
}
</style>
border-color css
<style>
span { border-color: #F23F0F; }
span { border-color: rgb(242,63,15); }
td.TdClassName
{
border-color: #F23F0F;
}
.TagClassName
{
border-color: #F23F0F;
}
</style>