Shades of Red Orange #FB4135
Tints of Red Orange #FB4135
RGB
CMYK
RGB Variations
Color information
#FB4135 (or 0xFB4135) is known color: Red Orange. HEX triplet: FB, 41 and 35. RGB value is (251,65,53). Sum of RGB (Red+Green+Blue) = 251+65+53=369 (48% of max value = 765). Red value is 251 (98.44% from 255 or 68.02% from 369); Green value is 65 (25.78% from 255 or 17.62% from 369); Blue value is 53 (21.09% from 255 or 14.36% from 369); Max value from RGB is 251 - color contains mainly: red. Hex color #FB4135 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB4135 is #04BECA. Grayscale: #777777. Windows color (decimal): -310987 or 3490299. OLE color: 3490299.
HSL color Cylindrical-coordinate representation of color #FB4135: hue angle of 3.64º degrees, saturation: 0.96, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #FB4135 is Cyan = 0, Magento = 0.74, Yellow = 0.79 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 65 | 53 | - |
| CMYK | 0 | 0.74 | 0.79 | 0.02 |
| HSL | 3.64º | 0.96% | 0.6% | - |
| HSV(B) | 3.64º | 0.79% | 0.98% | - |
| XYZ | 42.32 | 24.55 | 5.88 | - |
| YUV | 119.25 | 90.62 | 221.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 65 | 53 | 0 | 0.74 | 0.79 | 0.02 | 3.64 | 0.96 | 0.6 |
| Hex | FB | 41 | 35 | 0 | 4A | 4F | 2 | 4 | 60 | 3C |
| Octal | 373 | 101 | 65 | 0 | 112 | 117 | 2 | 4 | 140 | 74 |
| Binary | 11111011 | 1000001 | 110101 | 0 | 1001010 | 1001111 | 10 | 100 | 1100000 | 111100 |
Color Harmonies of #FB4135
Complementary color
Monochromatic Colors of #FB4135
Black with #FB4135
Text Example
Text Example
White with #FB4135
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB4135; }
p { color: rgb(251,65,53); }
H1.HeaderClassName
{
color: #FB4135;
}
.AnyTagClassName
{
color: #FB4135;
}
</style>
background-color css
<style>
a { background-color: #FB4135; }
a { background-color: rgb(251,65,53); }
div.DivClassName
{
background-color: #FB4135;
}
.BgClassName
{
background-color: #FB4135;
}
</style>
border-color css
<style>
span { border-color: #FB4135; }
span { border-color: rgb(251,65,53); }
td.TdClassName
{
border-color: #FB4135;
}
.TagClassName
{
border-color: #FB4135;
}
</style>