Shades of Red Orange #FB422A
Tints of Red Orange #FB422A
RGB
CMYK
RGB Variations
Color information
#FB422A (or 0xFB422A) is known color: Red Orange. HEX triplet: FB, 42 and 2A. RGB value is (251,66,42). Sum of RGB (Red+Green+Blue) = 251+66+42=359 (47% of max value = 765). Red value is 251 (98.44% from 255 or 69.92% from 359); Green value is 66 (26.17% from 255 or 18.38% from 359); Blue value is 42 (16.80% from 255 or 11.70% from 359); Max value from RGB is 251 - color contains mainly: red. Hex color #FB422A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB422A is #04BDD5. Grayscale: #767676. Windows color (decimal): -310742 or 2769659. OLE color: 2769659.
HSL color Cylindrical-coordinate representation of color #FB422A: hue angle of 6.89º 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 #FB422A is Cyan = 0, Magento = 0.74, Yellow = 0.83 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 66 | 42 | - |
| CMYK | 0 | 0.74 | 0.83 | 0.02 |
| HSL | 6.89º | 0.96% | 0.57% | - |
| HSV(B) | 6.89º | 0.83% | 0.98% | - |
| XYZ | 42.15 | 24.57 | 4.71 | - |
| YUV | 118.58 | 84.79 | 222.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 66 | 42 | 0 | 0.74 | 0.83 | 0.02 | 6.89 | 0.96 | 0.57 |
| Hex | FB | 42 | 2A | 0 | 4A | 53 | 2 | 7 | 60 | 39 |
| Octal | 373 | 102 | 52 | 0 | 112 | 123 | 2 | 7 | 140 | 71 |
| Binary | 11111011 | 1000010 | 101010 | 0 | 1001010 | 1010011 | 10 | 111 | 1100000 | 111001 |
Color Harmonies of #FB422A
Complementary color
Monochromatic Colors of #FB422A
Black with #FB422A
Text Example
Text Example
White with #FB422A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB422A; }
p { color: rgb(251,66,42); }
H1.HeaderClassName
{
color: #FB422A;
}
.AnyTagClassName
{
color: #FB422A;
}
</style>
background-color css
<style>
a { background-color: #FB422A; }
a { background-color: rgb(251,66,42); }
div.DivClassName
{
background-color: #FB422A;
}
.BgClassName
{
background-color: #FB422A;
}
</style>
border-color css
<style>
span { border-color: #FB422A; }
span { border-color: rgb(251,66,42); }
td.TdClassName
{
border-color: #FB422A;
}
.TagClassName
{
border-color: #FB422A;
}
</style>