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