Shades of Red Orange #FB4B2A
Tints of Red Orange #FB4B2A
RGB
CMYK
RGB Variations
Color information
#FB4B2A (or 0xFB4B2A) is known color: Red Orange. HEX triplet: FB, 4B and 2A. RGB value is (251,75,42). Sum of RGB (Red+Green+Blue) = 251+75+42=368 (48% of max value = 765). Red value is 251 (98.44% from 255 or 68.21% from 368); Green value is 75 (29.69% from 255 or 20.38% from 368); Blue value is 42 (16.80% from 255 or 11.41% from 368); Max value from RGB is 251 - color contains mainly: red. Hex color #FB4B2A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB4B2A is #04B4D5. Grayscale: #7C7C7C. Windows color (decimal): -308438 or 2771963. OLE color: 2771963.
HSL color Cylindrical-coordinate representation of color #FB4B2A: hue angle of 9.47º degrees, saturation: 0.96, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FB4B2A is Cyan = 0, Magento = 0.70, Yellow = 0.83 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 75 | 42 | - |
| CMYK | 0 | 0.70 | 0.83 | 0.02 |
| HSL | 9.47º | 0.96% | 0.57% | - |
| HSV(B) | 9.47º | 0.83% | 0.98% | - |
| XYZ | 42.72 | 25.71 | 4.9 | - |
| YUV | 123.86 | 81.81 | 218.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 75 | 42 | 0 | 0.70 | 0.83 | 0.02 | 9.47 | 0.96 | 0.57 |
| Hex | FB | 4B | 2A | 0 | 46 | 53 | 2 | 9 | 60 | 39 |
| Octal | 373 | 113 | 52 | 0 | 106 | 123 | 2 | 11 | 140 | 71 |
| Binary | 11111011 | 1001011 | 101010 | 0 | 1000110 | 1010011 | 10 | 1001 | 1100000 | 111001 |
Color Harmonies of #FB4B2A
Complementary color
Monochromatic Colors of #FB4B2A
Black with #FB4B2A
Text Example
Text Example
White with #FB4B2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB4B2A; }
p { color: rgb(251,75,42); }
H1.HeaderClassName
{
color: #FB4B2A;
}
.AnyTagClassName
{
color: #FB4B2A;
}
</style>
background-color css
<style>
a { background-color: #FB4B2A; }
a { background-color: rgb(251,75,42); }
div.DivClassName
{
background-color: #FB4B2A;
}
.BgClassName
{
background-color: #FB4B2A;
}
</style>
border-color css
<style>
span { border-color: #FB4B2A; }
span { border-color: rgb(251,75,42); }
td.TdClassName
{
border-color: #FB4B2A;
}
.TagClassName
{
border-color: #FB4B2A;
}
</style>