Shades of Red Orange #FB4425
Tints of Red Orange #FB4425
RGB
CMYK
RGB Variations
Color information
#FB4425 (or 0xFB4425) is known color: Red Orange. HEX triplet: FB, 44 and 25. RGB value is (251,68,37). Sum of RGB (Red+Green+Blue) = 251+68+37=356 (47% of max value = 765). Red value is 251 (98.44% from 255 or 70.51% from 356); Green value is 68 (26.95% from 255 or 19.10% from 356); Blue value is 37 (14.84% from 255 or 10.39% from 356); Max value from RGB is 251 - color contains mainly: red. Hex color #FB4425 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB4425 is #04BBDA. Grayscale: #777777. Windows color (decimal): -310235 or 2442491. OLE color: 2442491.
HSL color Cylindrical-coordinate representation of color #FB4425: hue angle of 8.69º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FB4425 is Cyan = 0, Magento = 0.73, Yellow = 0.85 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 68 | 37 | - |
| CMYK | 0 | 0.73 | 0.85 | 0.02 |
| HSL | 8.69º | 0.96% | 0.56% | - |
| HSV(B) | 8.69º | 0.85% | 0.98% | - |
| XYZ | 42.18 | 24.78 | 4.31 | - |
| YUV | 119.18 | 81.63 | 222.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 68 | 37 | 0 | 0.73 | 0.85 | 0.02 | 8.69 | 0.96 | 0.56 |
| Hex | FB | 44 | 25 | 0 | 49 | 55 | 2 | 9 | 60 | 38 |
| Octal | 373 | 104 | 45 | 0 | 111 | 125 | 2 | 11 | 140 | 70 |
| Binary | 11111011 | 1000100 | 100101 | 0 | 1001001 | 1010101 | 10 | 1001 | 1100000 | 111000 |
Color Harmonies of #FB4425
Complementary color
Monochromatic Colors of #FB4425
Black with #FB4425
Text Example
Text Example
White with #FB4425
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB4425; }
p { color: rgb(251,68,37); }
H1.HeaderClassName
{
color: #FB4425;
}
.AnyTagClassName
{
color: #FB4425;
}
</style>
background-color css
<style>
a { background-color: #FB4425; }
a { background-color: rgb(251,68,37); }
div.DivClassName
{
background-color: #FB4425;
}
.BgClassName
{
background-color: #FB4425;
}
</style>
border-color css
<style>
span { border-color: #FB4425; }
span { border-color: rgb(251,68,37); }
td.TdClassName
{
border-color: #FB4425;
}
.TagClassName
{
border-color: #FB4425;
}
</style>