Shades of Red Orange #FB3F2C
Tints of Red Orange #FB3F2C
RGB
CMYK
RGB Variations
Color information
#FB3F2C (or 0xFB3F2C) is known color: Red Orange. HEX triplet: FB, 3F and 2C. RGB value is (251,63,44). Sum of RGB (Red+Green+Blue) = 251+63+44=358 (47% of max value = 765). Red value is 251 (98.44% from 255 or 70.11% from 358); Green value is 63 (25% from 255 or 17.60% from 358); Blue value is 44 (17.58% from 255 or 12.29% from 358); Max value from RGB is 251 - color contains mainly: red. Hex color #FB3F2C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB3F2C is #04C0D3. Grayscale: #757575. Windows color (decimal): -311508 or 2899963. OLE color: 2899963.
HSL color Cylindrical-coordinate representation of color #FB3F2C: hue angle of 5.51º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FB3F2C is Cyan = 0, Magento = 0.75, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 63 | 44 | - |
| CMYK | 0 | 0.75 | 0.82 | 0.02 |
| HSL | 5.51º | 0.96% | 0.58% | - |
| HSV(B) | 5.51º | 0.82% | 0.98% | - |
| XYZ | 42.02 | 24.25 | 4.85 | - |
| YUV | 117.05 | 86.78 | 223.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 63 | 44 | 0 | 0.75 | 0.82 | 0.02 | 5.51 | 0.96 | 0.58 |
| Hex | FB | 3F | 2C | 0 | 4B | 52 | 2 | 6 | 60 | 3A |
| Octal | 373 | 77 | 54 | 0 | 113 | 122 | 2 | 6 | 140 | 72 |
| Binary | 11111011 | 111111 | 101100 | 0 | 1001011 | 1010010 | 10 | 110 | 1100000 | 111010 |
Color Harmonies of #FB3F2C
Complementary color
Monochromatic Colors of #FB3F2C
Black with #FB3F2C
Text Example
Text Example
White with #FB3F2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB3F2C; }
p { color: rgb(251,63,44); }
H1.HeaderClassName
{
color: #FB3F2C;
}
.AnyTagClassName
{
color: #FB3F2C;
}
</style>
background-color css
<style>
a { background-color: #FB3F2C; }
a { background-color: rgb(251,63,44); }
div.DivClassName
{
background-color: #FB3F2C;
}
.BgClassName
{
background-color: #FB3F2C;
}
</style>
border-color css
<style>
span { border-color: #FB3F2C; }
span { border-color: rgb(251,63,44); }
td.TdClassName
{
border-color: #FB3F2C;
}
.TagClassName
{
border-color: #FB3F2C;
}
</style>