Shades of Orange Red #FB400C
Tints of Orange Red #FB400C
RGB
CMYK
RGB Variations
Color information
#FB400C (or 0xFB400C) is known color: Orange Red. HEX triplet: FB, 40 and 0C. RGB value is (251,64,12). Sum of RGB (Red+Green+Blue) = 251+64+12=327 (43% of max value = 765). Red value is 251 (98.44% from 255 or 76.76% from 327); Green value is 64 (25.39% from 255 or 19.57% from 327); Blue value is 12 (5.08% from 255 or 3.67% from 327); Max value from RGB is 251 - color contains mainly: red. Hex color #FB400C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FB400C is #04BFF3. Grayscale: #727272. Windows color (decimal): -311284 or 803067. OLE color: 803067.
HSL color Cylindrical-coordinate representation of color #FB400C: hue angle of 13.05º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FB400C is Cyan = 0, Magento = 0.75, Yellow = 0.95 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 64 | 12 | - |
| CMYK | 0 | 0.75 | 0.95 | 0.02 |
| HSL | 13.05º | 0.97% | 0.52% | - |
| HSV(B) | 13.05º | 0.95% | 0.98% | - |
| XYZ | 41.68 | 24.2 | 2.82 | - |
| YUV | 113.99 | 70.45 | 225.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 64 | 12 | 0 | 0.75 | 0.95 | 0.02 | 13.05 | 0.97 | 0.52 |
| Hex | FB | 40 | C | 0 | 4B | 5F | 2 | D | 61 | 34 |
| Octal | 373 | 100 | 14 | 0 | 113 | 137 | 2 | 15 | 141 | 64 |
| Binary | 11111011 | 1000000 | 1100 | 0 | 1001011 | 1011111 | 10 | 1101 | 1100001 | 110100 |
Color Harmonies of #FB400C
Complementary color
Monochromatic Colors of #FB400C
Black with #FB400C
Text Example
Text Example
White with #FB400C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB400C; }
p { color: rgb(251,64,12); }
H1.HeaderClassName
{
color: #FB400C;
}
.AnyTagClassName
{
color: #FB400C;
}
</style>
background-color css
<style>
a { background-color: #FB400C; }
a { background-color: rgb(251,64,12); }
div.DivClassName
{
background-color: #FB400C;
}
.BgClassName
{
background-color: #FB400C;
}
</style>
border-color css
<style>
span { border-color: #FB400C; }
span { border-color: rgb(251,64,12); }
td.TdClassName
{
border-color: #FB400C;
}
.TagClassName
{
border-color: #FB400C;
}
</style>