Shades of Red Orange #FB4231
Tints of Red Orange #FB4231
RGB
CMYK
RGB Variations
Color information
#FB4231 (or 0xFB4231) is known color: Red Orange. HEX triplet: FB, 42 and 31. RGB value is (251,66,49). Sum of RGB (Red+Green+Blue) = 251+66+49=366 (48% of max value = 765). Red value is 251 (98.44% from 255 or 68.58% from 366); Green value is 66 (26.17% from 255 or 18.03% from 366); Blue value is 49 (19.53% from 255 or 13.39% from 366); Max value from RGB is 251 - color contains mainly: red. Hex color #FB4231 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB4231 is #04BDCE. Grayscale: #777777. Windows color (decimal): -310735 or 3228411. OLE color: 3228411.
HSL color Cylindrical-coordinate representation of color #FB4231: hue angle of 5.05º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FB4231 is Cyan = 0, Magento = 0.74, Yellow = 0.80 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 66 | 49 | - |
| CMYK | 0 | 0.74 | 0.80 | 0.02 |
| HSL | 5.05º | 0.96% | 0.59% | - |
| HSV(B) | 5.05º | 0.8% | 0.98% | - |
| XYZ | 42.29 | 24.63 | 5.43 | - |
| YUV | 119.38 | 88.29 | 221.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 66 | 49 | 0 | 0.74 | 0.80 | 0.02 | 5.05 | 0.96 | 0.59 |
| Hex | FB | 42 | 31 | 0 | 4A | 50 | 2 | 5 | 60 | 3B |
| Octal | 373 | 102 | 61 | 0 | 112 | 120 | 2 | 5 | 140 | 73 |
| Binary | 11111011 | 1000010 | 110001 | 0 | 1001010 | 1010000 | 10 | 101 | 1100000 | 111011 |
Color Harmonies of #FB4231
Complementary color
Monochromatic Colors of #FB4231
Black with #FB4231
Text Example
Text Example
White with #FB4231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB4231; }
p { color: rgb(251,66,49); }
H1.HeaderClassName
{
color: #FB4231;
}
.AnyTagClassName
{
color: #FB4231;
}
</style>
background-color css
<style>
a { background-color: #FB4231; }
a { background-color: rgb(251,66,49); }
div.DivClassName
{
background-color: #FB4231;
}
.BgClassName
{
background-color: #FB4231;
}
</style>
border-color css
<style>
span { border-color: #FB4231; }
span { border-color: rgb(251,66,49); }
td.TdClassName
{
border-color: #FB4231;
}
.TagClassName
{
border-color: #FB4231;
}
</style>