Shades of Orange Red #F23602
Tints of Orange Red #F23602
RGB
CMYK
RGB Variations
Color information
#F23602 (or 0xF23602) is known color: Orange Red. HEX triplet: F2, 36 and 02. RGB value is (242,54,2). Sum of RGB (Red+Green+Blue) = 242+54+2=298 (39% of max value = 765). Red value is 242 (94.92% from 255 or 81.21% from 298); Green value is 54 (21.48% from 255 or 18.12% from 298); Blue value is 2 (1.17% from 255 or 0.67% from 298); Max value from RGB is 242 - color contains mainly: red. Hex color #F23602 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F23602 is #0DC9FD. Grayscale: #686868. Windows color (decimal): -903678 or 145138. OLE color: 145138.
HSL color Cylindrical-coordinate representation of color #F23602: hue angle of 13º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F23602 is Cyan = 0, Magento = 0.78, Yellow = 0.99 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 54 | 2 | - |
| CMYK | 0 | 0.78 | 0.99 | 0.05 |
| HSL | 13º | 0.98% | 0.48% | - |
| HSV(B) | 13º | 0.99% | 0.95% | - |
| XYZ | 37.95 | 21.52 | 2.21 | - |
| YUV | 104.28 | 70.28 | 226.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 54 | 2 | 0 | 0.78 | 0.99 | 0.05 | 13 | 0.98 | 0.48 |
| Hex | F2 | 36 | 2 | 0 | 4E | 63 | 5 | D | 62 | 30 |
| Octal | 362 | 66 | 2 | 0 | 116 | 143 | 5 | 15 | 142 | 60 |
| Binary | 11110010 | 110110 | 10 | 0 | 1001110 | 1100011 | 101 | 1101 | 1100010 | 110000 |
Color Harmonies of #F23602
Complementary color
Monochromatic Colors of #F23602
Black with #F23602
Text Example
Text Example
White with #F23602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F23602; }
p { color: rgb(242,54,2); }
H1.HeaderClassName
{
color: #F23602;
}
.AnyTagClassName
{
color: #F23602;
}
</style>
background-color css
<style>
a { background-color: #F23602; }
a { background-color: rgb(242,54,2); }
div.DivClassName
{
background-color: #F23602;
}
.BgClassName
{
background-color: #F23602;
}
</style>
border-color css
<style>
span { border-color: #F23602; }
span { border-color: rgb(242,54,2); }
td.TdClassName
{
border-color: #F23602;
}
.TagClassName
{
border-color: #F23602;
}
</style>