Shades of Red Orange #FB4D20
Tints of Red Orange #FB4D20
RGB
CMYK
RGB Variations
Color information
#FB4D20 (or 0xFB4D20) is known color: Red Orange. HEX triplet: FB, 4D and 20. RGB value is (251,77,32). Sum of RGB (Red+Green+Blue) = 251+77+32=360 (47% of max value = 765). Red value is 251 (98.44% from 255 or 69.72% from 360); Green value is 77 (30.47% from 255 or 21.39% from 360); Blue value is 32 (12.89% from 255 or 8.89% from 360); Max value from RGB is 251 - color contains mainly: red. Hex color #FB4D20 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FB4D20 is #04B2DF. Grayscale: #7C7C7C. Windows color (decimal): -307936 or 2117115. OLE color: 2117115.
HSL color Cylindrical-coordinate representation of color #FB4D20: hue angle of 12.33º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FB4D20 is Cyan = 0, Magento = 0.69, Yellow = 0.87 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 77 | 32 | - |
| CMYK | 0 | 0.69 | 0.87 | 0.02 |
| HSL | 12.33º | 0.96% | 0.55% | - |
| HSV(B) | 12.33º | 0.87% | 0.98% | - |
| XYZ | 42.7 | 25.92 | 4.12 | - |
| YUV | 123.9 | 76.15 | 218.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 77 | 32 | 0 | 0.69 | 0.87 | 0.02 | 12.33 | 0.96 | 0.55 |
| Hex | FB | 4D | 20 | 0 | 45 | 57 | 2 | C | 60 | 37 |
| Octal | 373 | 115 | 40 | 0 | 105 | 127 | 2 | 14 | 140 | 67 |
| Binary | 11111011 | 1001101 | 100000 | 0 | 1000101 | 1010111 | 10 | 1100 | 1100000 | 110111 |
Color Harmonies of #FB4D20
Complementary color
Monochromatic Colors of #FB4D20
Black with #FB4D20
Text Example
Text Example
White with #FB4D20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB4D20; }
p { color: rgb(251,77,32); }
H1.HeaderClassName
{
color: #FB4D20;
}
.AnyTagClassName
{
color: #FB4D20;
}
</style>
background-color css
<style>
a { background-color: #FB4D20; }
a { background-color: rgb(251,77,32); }
div.DivClassName
{
background-color: #FB4D20;
}
.BgClassName
{
background-color: #FB4D20;
}
</style>
border-color css
<style>
span { border-color: #FB4D20; }
span { border-color: rgb(251,77,32); }
td.TdClassName
{
border-color: #FB4D20;
}
.TagClassName
{
border-color: #FB4D20;
}
</style>