Shades of Red Orange #FB342A
Tints of Red Orange #FB342A
RGB
CMYK
RGB Variations
Color information
#FB342A (or 0xFB342A) is known color: Red Orange. HEX triplet: FB, 34 and 2A. RGB value is (251,52,42). Sum of RGB (Red+Green+Blue) = 251+52+42=345 (45% of max value = 765). Red value is 251 (98.44% from 255 or 72.75% from 345); Green value is 52 (20.70% from 255 or 15.07% from 345); Blue value is 42 (16.80% from 255 or 12.17% from 345); Max value from RGB is 251 - color contains mainly: red. Hex color #FB342A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB342A is #04CBD5. Grayscale: #6E6E6E. Windows color (decimal): -314326 or 2766075. OLE color: 2766075.
HSL color Cylindrical-coordinate representation of color #FB342A: hue angle of 2.87º 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 #FB342A is Cyan = 0, Magento = 0.79, Yellow = 0.83 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 52 | 42 | - |
| CMYK | 0 | 0.79 | 0.83 | 0.02 |
| HSL | 2.87º | 0.96% | 0.57% | - |
| HSV(B) | 2.87º | 0.83% | 0.98% | - |
| XYZ | 41.43 | 23.13 | 4.47 | - |
| YUV | 110.36 | 89.43 | 228.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 52 | 42 | 0 | 0.79 | 0.83 | 0.02 | 2.87 | 0.96 | 0.57 |
| Hex | FB | 34 | 2A | 0 | 4F | 53 | 2 | 3 | 60 | 39 |
| Octal | 373 | 64 | 52 | 0 | 117 | 123 | 2 | 3 | 140 | 71 |
| Binary | 11111011 | 110100 | 101010 | 0 | 1001111 | 1010011 | 10 | 11 | 1100000 | 111001 |
Color Harmonies of #FB342A
Complementary color
Monochromatic Colors of #FB342A
Black with #FB342A
Text Example
Text Example
White with #FB342A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB342A; }
p { color: rgb(251,52,42); }
H1.HeaderClassName
{
color: #FB342A;
}
.AnyTagClassName
{
color: #FB342A;
}
</style>
background-color css
<style>
a { background-color: #FB342A; }
a { background-color: rgb(251,52,42); }
div.DivClassName
{
background-color: #FB342A;
}
.BgClassName
{
background-color: #FB342A;
}
</style>
border-color css
<style>
span { border-color: #FB342A; }
span { border-color: rgb(251,52,42); }
td.TdClassName
{
border-color: #FB342A;
}
.TagClassName
{
border-color: #FB342A;
}
</style>