Shades of Orange Red #F23902
Tints of Orange Red #F23902
RGB
CMYK
RGB Variations
Color information
#F23902 (or 0xF23902) is known color: Orange Red. HEX triplet: F2, 39 and 02. RGB value is (242,57,2). Sum of RGB (Red+Green+Blue) = 242+57+2=301 (39% of max value = 765). Red value is 242 (94.92% from 255 or 80.40% from 301); Green value is 57 (22.66% from 255 or 18.94% from 301); Blue value is 2 (1.17% from 255 or 0.66% from 301); Max value from RGB is 242 - color contains mainly: red. Hex color #F23902 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F23902 is #0DC6FD. Grayscale: #6A6A6A. Windows color (decimal): -902910 or 145906. OLE color: 145906.
HSL color Cylindrical-coordinate representation of color #F23902: hue angle of 13.75º 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 #F23902 is Cyan = 0, Magento = 0.76, Yellow = 0.99 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 57 | 2 | - |
| CMYK | 0 | 0.76 | 0.99 | 0.05 |
| HSL | 13.75º | 0.98% | 0.48% | - |
| HSV(B) | 13.75º | 0.99% | 0.95% | - |
| XYZ | 38.09 | 21.81 | 2.26 | - |
| YUV | 106.05 | 69.29 | 224.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 57 | 2 | 0 | 0.76 | 0.99 | 0.05 | 13.75 | 0.98 | 0.48 |
| Hex | F2 | 39 | 2 | 0 | 4C | 63 | 5 | E | 62 | 30 |
| Octal | 362 | 71 | 2 | 0 | 114 | 143 | 5 | 16 | 142 | 60 |
| Binary | 11110010 | 111001 | 10 | 0 | 1001100 | 1100011 | 101 | 1110 | 1100010 | 110000 |
Color Harmonies of #F23902
Complementary color
Monochromatic Colors of #F23902
Black with #F23902
Text Example
Text Example
White with #F23902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F23902; }
p { color: rgb(242,57,2); }
H1.HeaderClassName
{
color: #F23902;
}
.AnyTagClassName
{
color: #F23902;
}
</style>
background-color css
<style>
a { background-color: #F23902; }
a { background-color: rgb(242,57,2); }
div.DivClassName
{
background-color: #F23902;
}
.BgClassName
{
background-color: #F23902;
}
</style>
border-color css
<style>
span { border-color: #F23902; }
span { border-color: rgb(242,57,2); }
td.TdClassName
{
border-color: #F23902;
}
.TagClassName
{
border-color: #F23902;
}
</style>