Shades of Orange Red #F23600
Tints of Orange Red #F23600
RGB
CMYK
RGB Variations
Color information
#F23600 (or 0xF23600) is known color: Orange Red. HEX triplet: F2, 36 and 00. RGB value is (242,54,0). Sum of RGB (Red+Green+Blue) = 242+54+0=296 (39% of max value = 765). Red value is 242 (94.92% from 255 or 81.76% from 296); Green value is 54 (21.48% from 255 or 18.24% from 296); Blue value is 0 (0.39% from 255 or 0% from 296); Max value from RGB is 242 - color contains mainly: red. Hex color #F23600 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F23600 is #0DC9FF. Grayscale: #686868. Windows color (decimal): -903680 or 14066. OLE color: 14066.
HSL color Cylindrical-coordinate representation of color #F23600: hue angle of 13.39º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F23600 is Cyan = 0, Magento = 0.78, Yellow = 1 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 54 | 0 | - |
| CMYK | 0 | 0.78 | 1 | 0.05 |
| HSL | 13.39º | 1% | 0.47% | - |
| HSV(B) | 13.39º | 1% | 0.95% | - |
| XYZ | 37.94 | 21.52 | 2.15 | - |
| YUV | 104.06 | 69.28 | 226.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 54 | 0 | 0 | 0.78 | 1 | 0.05 | 13.39 | 1 | 0.47 |
| Hex | F2 | 36 | 0 | 0 | 4E | 64 | 5 | D | 64 | 2F |
| Octal | 362 | 66 | 0 | 0 | 116 | 144 | 5 | 15 | 144 | 57 |
| Binary | 11110010 | 110110 | 0 | 0 | 1001110 | 1100100 | 101 | 1101 | 1100100 | 101111 |
Color Harmonies of #F23600
Complementary color
Monochromatic Colors of #F23600
Black with #F23600
Text Example
Text Example
White with #F23600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F23600; }
p { color: rgb(242,54,0); }
H1.HeaderClassName
{
color: #F23600;
}
.AnyTagClassName
{
color: #F23600;
}
</style>
background-color css
<style>
a { background-color: #F23600; }
a { background-color: rgb(242,54,0); }
div.DivClassName
{
background-color: #F23600;
}
.BgClassName
{
background-color: #F23600;
}
</style>
border-color css
<style>
span { border-color: #F23600; }
span { border-color: rgb(242,54,0); }
td.TdClassName
{
border-color: #F23600;
}
.TagClassName
{
border-color: #F23600;
}
</style>