Shades of Red Orange #F23D33
Tints of Red Orange #F23D33
RGB
CMYK
RGB Variations
Color information
#F23D33 (or 0xF23D33) is known color: Red Orange. HEX triplet: F2, 3D and 33. RGB value is (242,61,51). Sum of RGB (Red+Green+Blue) = 242+61+51=354 (46% of max value = 765). Red value is 242 (94.92% from 255 or 68.36% from 354); Green value is 61 (24.22% from 255 or 17.23% from 354); Blue value is 51 (20.31% from 255 or 14.41% from 354); Max value from RGB is 242 - color contains mainly: red. Hex color #F23D33 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F23D33 is #0DC2CC. Grayscale: #727272. Windows color (decimal): -901837 or 3358194. OLE color: 3358194.
HSL color Cylindrical-coordinate representation of color #F23D33: hue angle of 3.14º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F23D33 is Cyan = 0, Magento = 0.75, Yellow = 0.79 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 61 | 51 | - |
| CMYK | 0 | 0.75 | 0.79 | 0.05 |
| HSL | 3.14º | 0.88% | 0.57% | - |
| HSV(B) | 3.14º | 0.79% | 0.95% | - |
| XYZ | 38.88 | 22.45 | 5.42 | - |
| YUV | 113.98 | 92.47 | 219.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 61 | 51 | 0 | 0.75 | 0.79 | 0.05 | 3.14 | 0.88 | 0.57 |
| Hex | F2 | 3D | 33 | 0 | 4B | 4F | 5 | 3 | 58 | 39 |
| Octal | 362 | 75 | 63 | 0 | 113 | 117 | 5 | 3 | 130 | 71 |
| Binary | 11110010 | 111101 | 110011 | 0 | 1001011 | 1001111 | 101 | 11 | 1011000 | 111001 |
Color Harmonies of #F23D33
Complementary color
Monochromatic Colors of #F23D33
Black with #F23D33
Text Example
Text Example
White with #F23D33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F23D33; }
p { color: rgb(242,61,51); }
H1.HeaderClassName
{
color: #F23D33;
}
.AnyTagClassName
{
color: #F23D33;
}
</style>
background-color css
<style>
a { background-color: #F23D33; }
a { background-color: rgb(242,61,51); }
div.DivClassName
{
background-color: #F23D33;
}
.BgClassName
{
background-color: #F23D33;
}
</style>
border-color css
<style>
span { border-color: #F23D33; }
span { border-color: rgb(242,61,51); }
td.TdClassName
{
border-color: #F23D33;
}
.TagClassName
{
border-color: #F23D33;
}
</style>