Shades of Orange Red #FB4219
Tints of Orange Red #FB4219
RGB
CMYK
RGB Variations
Color information
#FB4219 (or 0xFB4219) is known color: Orange Red. HEX triplet: FB, 42 and 19. RGB value is (251,66,25). Sum of RGB (Red+Green+Blue) = 251+66+25=342 (45% of max value = 765). Red value is 251 (98.44% from 255 or 73.39% from 342); Green value is 66 (26.17% from 255 or 19.30% from 342); Blue value is 25 (10.16% from 255 or 7.31% from 342); Max value from RGB is 251 - color contains mainly: red. Hex color #FB4219 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FB4219 is #04BDE6. Grayscale: #747474. Windows color (decimal): -310759 or 1655547. OLE color: 1655547.
HSL color Cylindrical-coordinate representation of color #FB4219: hue angle of 10.88º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FB4219 is Cyan = 0, Magento = 0.74, Yellow = 0.90 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 66 | 25 | - |
| CMYK | 0 | 0.74 | 0.90 | 0.02 |
| HSL | 10.88º | 0.97% | 0.54% | - |
| HSV(B) | 10.88º | 0.9% | 0.98% | - |
| XYZ | 41.91 | 24.48 | 3.44 | - |
| YUV | 116.64 | 76.29 | 223.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 66 | 25 | 0 | 0.74 | 0.90 | 0.02 | 10.88 | 0.97 | 0.54 |
| Hex | FB | 42 | 19 | 0 | 4A | 5A | 2 | B | 61 | 36 |
| Octal | 373 | 102 | 31 | 0 | 112 | 132 | 2 | 13 | 141 | 66 |
| Binary | 11111011 | 1000010 | 11001 | 0 | 1001010 | 1011010 | 10 | 1011 | 1100001 | 110110 |
Color Harmonies of #FB4219
Complementary color
Monochromatic Colors of #FB4219
Black with #FB4219
Text Example
Text Example
White with #FB4219
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB4219; }
p { color: rgb(251,66,25); }
H1.HeaderClassName
{
color: #FB4219;
}
.AnyTagClassName
{
color: #FB4219;
}
</style>
background-color css
<style>
a { background-color: #FB4219; }
a { background-color: rgb(251,66,25); }
div.DivClassName
{
background-color: #FB4219;
}
.BgClassName
{
background-color: #FB4219;
}
</style>
border-color css
<style>
span { border-color: #FB4219; }
span { border-color: rgb(251,66,25); }
td.TdClassName
{
border-color: #FB4219;
}
.TagClassName
{
border-color: #FB4219;
}
</style>