Shades of Orange Red #F23908
Tints of Orange Red #F23908
RGB
CMYK
RGB Variations
Color information
#F23908 (or 0xF23908) is known color: Orange Red. HEX triplet: F2, 39 and 08. RGB value is (242,57,8). Sum of RGB (Red+Green+Blue) = 242+57+8=307 (40% of max value = 765). Red value is 242 (94.92% from 255 or 78.83% from 307); Green value is 57 (22.66% from 255 or 18.57% from 307); Blue value is 8 (3.52% from 255 or 2.61% from 307); Max value from RGB is 242 - color contains mainly: red. Hex color #F23908 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F23908 is #0DC6F7. Grayscale: #6B6B6B. Windows color (decimal): -902904 or 539122. OLE color: 539122.
HSL color Cylindrical-coordinate representation of color #F23908: hue angle of 12.56º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F23908 is Cyan = 0, Magento = 0.76, Yellow = 0.97 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 57 | 8 | - |
| CMYK | 0 | 0.76 | 0.97 | 0.05 |
| HSL | 12.56º | 0.94% | 0.49% | - |
| HSV(B) | 12.56º | 0.97% | 0.95% | - |
| XYZ | 38.12 | 21.82 | 2.43 | - |
| YUV | 106.73 | 72.29 | 224.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 57 | 8 | 0 | 0.76 | 0.97 | 0.05 | 12.56 | 0.94 | 0.49 |
| Hex | F2 | 39 | 8 | 0 | 4C | 61 | 5 | D | 5E | 31 |
| Octal | 362 | 71 | 10 | 0 | 114 | 141 | 5 | 15 | 136 | 61 |
| Binary | 11110010 | 111001 | 1000 | 0 | 1001100 | 1100001 | 101 | 1101 | 1011110 | 110001 |
Color Harmonies of #F23908
Complementary color
Monochromatic Colors of #F23908
Black with #F23908
Text Example
Text Example
White with #F23908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F23908; }
p { color: rgb(242,57,8); }
H1.HeaderClassName
{
color: #F23908;
}
.AnyTagClassName
{
color: #F23908;
}
</style>
background-color css
<style>
a { background-color: #F23908; }
a { background-color: rgb(242,57,8); }
div.DivClassName
{
background-color: #F23908;
}
.BgClassName
{
background-color: #F23908;
}
</style>
border-color css
<style>
span { border-color: #F23908; }
span { border-color: rgb(242,57,8); }
td.TdClassName
{
border-color: #F23908;
}
.TagClassName
{
border-color: #F23908;
}
</style>