Shades of Orange Red #FB440D
Tints of Orange Red #FB440D
RGB
CMYK
RGB Variations
Color information
#FB440D (or 0xFB440D) is known color: Orange Red. HEX triplet: FB, 44 and 0D. RGB value is (251,68,13). Sum of RGB (Red+Green+Blue) = 251+68+13=332 (43% of max value = 765). Red value is 251 (98.44% from 255 or 75.60% from 332); Green value is 68 (26.95% from 255 or 20.48% from 332); Blue value is 13 (5.47% from 255 or 3.92% from 332); Max value from RGB is 251 - color contains mainly: red. Hex color #FB440D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FB440D is #04BBF2. Grayscale: #747474. Windows color (decimal): -310259 or 869627. OLE color: 869627.
HSL color Cylindrical-coordinate representation of color #FB440D: hue angle of 13.87º 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 #FB440D is Cyan = 0, Magento = 0.73, Yellow = 0.95 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 68 | 13 | - |
| CMYK | 0 | 0.73 | 0.95 | 0.02 |
| HSL | 13.87º | 0.97% | 0.52% | - |
| HSV(B) | 13.87º | 0.95% | 0.98% | - |
| XYZ | 41.92 | 24.67 | 2.93 | - |
| YUV | 116.45 | 69.63 | 223.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 68 | 13 | 0 | 0.73 | 0.95 | 0.02 | 13.87 | 0.97 | 0.52 |
| Hex | FB | 44 | D | 0 | 49 | 5F | 2 | E | 61 | 34 |
| Octal | 373 | 104 | 15 | 0 | 111 | 137 | 2 | 16 | 141 | 64 |
| Binary | 11111011 | 1000100 | 1101 | 0 | 1001001 | 1011111 | 10 | 1110 | 1100001 | 110100 |
Color Harmonies of #FB440D
Complementary color
Monochromatic Colors of #FB440D
Black with #FB440D
Text Example
Text Example
White with #FB440D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB440D; }
p { color: rgb(251,68,13); }
H1.HeaderClassName
{
color: #FB440D;
}
.AnyTagClassName
{
color: #FB440D;
}
</style>
background-color css
<style>
a { background-color: #FB440D; }
a { background-color: rgb(251,68,13); }
div.DivClassName
{
background-color: #FB440D;
}
.BgClassName
{
background-color: #FB440D;
}
</style>
border-color css
<style>
span { border-color: #FB440D; }
span { border-color: rgb(251,68,13); }
td.TdClassName
{
border-color: #FB440D;
}
.TagClassName
{
border-color: #FB440D;
}
</style>