Shades of Red Orange #FB2A23
Tints of Red Orange #FB2A23
RGB
CMYK
RGB Variations
Color information
#FB2A23 (or 0xFB2A23) is known color: Red Orange. HEX triplet: FB, 2A and 23. RGB value is (251,42,35). Sum of RGB (Red+Green+Blue) = 251+42+35=328 (43% of max value = 765). Red value is 251 (98.44% from 255 or 76.52% from 328); Green value is 42 (16.80% from 255 or 12.80% from 328); Blue value is 35 (14.06% from 255 or 10.67% from 328); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2A23 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB2A23 is #04D5DC. Grayscale: #676767. Windows color (decimal): -316893 or 2304763. OLE color: 2304763.
HSL color Cylindrical-coordinate representation of color #FB2A23: hue angle of 1.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 #FB2A23 is Cyan = 0, Magento = 0.83, Yellow = 0.86 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 42 | 35 | - |
| CMYK | 0 | 0.83 | 0.86 | 0.02 |
| HSL | 1.94º | 0.96% | 0.56% | - |
| HSV(B) | 1.94º | 0.86% | 0.98% | - |
| XYZ | 40.92 | 22.29 | 3.74 | - |
| YUV | 103.69 | 89.24 | 233.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 42 | 35 | 0 | 0.83 | 0.86 | 0.02 | 1.94 | 0.96 | 0.56 |
| Hex | FB | 2A | 23 | 0 | 53 | 56 | 2 | 2 | 60 | 38 |
| Octal | 373 | 52 | 43 | 0 | 123 | 126 | 2 | 2 | 140 | 70 |
| Binary | 11111011 | 101010 | 100011 | 0 | 1010011 | 1010110 | 10 | 10 | 1100000 | 111000 |
Color Harmonies of #FB2A23
Complementary color
Monochromatic Colors of #FB2A23
Black with #FB2A23
Text Example
Text Example
White with #FB2A23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB2A23; }
p { color: rgb(251,42,35); }
H1.HeaderClassName
{
color: #FB2A23;
}
.AnyTagClassName
{
color: #FB2A23;
}
</style>
background-color css
<style>
a { background-color: #FB2A23; }
a { background-color: rgb(251,42,35); }
div.DivClassName
{
background-color: #FB2A23;
}
.BgClassName
{
background-color: #FB2A23;
}
</style>
border-color css
<style>
span { border-color: #FB2A23; }
span { border-color: rgb(251,42,35); }
td.TdClassName
{
border-color: #FB2A23;
}
.TagClassName
{
border-color: #FB2A23;
}
</style>