Shades of Red Orange #FB3C23
Tints of Red Orange #FB3C23
RGB
CMYK
RGB Variations
Color information
#FB3C23 (or 0xFB3C23) is known color: Red Orange. HEX triplet: FB, 3C and 23. RGB value is (251,60,35). Sum of RGB (Red+Green+Blue) = 251+60+35=346 (45% of max value = 765). Red value is 251 (98.44% from 255 or 72.54% from 346); Green value is 60 (23.83% from 255 or 17.34% from 346); Blue value is 35 (14.06% from 255 or 10.12% from 346); Max value from RGB is 251 - color contains mainly: red. Hex color #FB3C23 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB3C23 is #04C3DC. Grayscale: #727272. Windows color (decimal): -312285 or 2309371. OLE color: 2309371.
HSL color Cylindrical-coordinate representation of color #FB3C23: hue angle of 6.94º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FB3C23 is Cyan = 0, Magento = 0.76, Yellow = 0.86 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 60 | 35 | - |
| CMYK | 0 | 0.76 | 0.86 | 0.02 |
| HSL | 6.94º | 0.96% | 0.56% | - |
| HSV(B) | 6.94º | 0.86% | 0.98% | - |
| XYZ | 41.7 | 23.86 | 4 | - |
| YUV | 114.26 | 83.28 | 225.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 60 | 35 | 0 | 0.76 | 0.86 | 0.02 | 6.94 | 0.96 | 0.56 |
| Hex | FB | 3C | 23 | 0 | 4C | 56 | 2 | 7 | 60 | 38 |
| Octal | 373 | 74 | 43 | 0 | 114 | 126 | 2 | 7 | 140 | 70 |
| Binary | 11111011 | 111100 | 100011 | 0 | 1001100 | 1010110 | 10 | 111 | 1100000 | 111000 |
Color Harmonies of #FB3C23
Complementary color
Monochromatic Colors of #FB3C23
Black with #FB3C23
Text Example
Text Example
White with #FB3C23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB3C23; }
p { color: rgb(251,60,35); }
H1.HeaderClassName
{
color: #FB3C23;
}
.AnyTagClassName
{
color: #FB3C23;
}
</style>
background-color css
<style>
a { background-color: #FB3C23; }
a { background-color: rgb(251,60,35); }
div.DivClassName
{
background-color: #FB3C23;
}
.BgClassName
{
background-color: #FB3C23;
}
</style>
border-color css
<style>
span { border-color: #FB3C23; }
span { border-color: rgb(251,60,35); }
td.TdClassName
{
border-color: #FB3C23;
}
.TagClassName
{
border-color: #FB3C23;
}
</style>