Shades of Red Orange #FB411C
Tints of Red Orange #FB411C
RGB
CMYK
RGB Variations
Color information
#FB411C (or 0xFB411C) is known color: Red Orange. HEX triplet: FB, 41 and 1C. RGB value is (251,65,28). Sum of RGB (Red+Green+Blue) = 251+65+28=344 (45% of max value = 765). Red value is 251 (98.44% from 255 or 72.97% from 344); Green value is 65 (25.78% from 255 or 18.90% from 344); Blue value is 28 (11.33% from 255 or 8.14% from 344); Max value from RGB is 251 - color contains mainly: red. Hex color #FB411C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB411C is #04BEE3. Grayscale: #747474. Windows color (decimal): -311012 or 1851899. OLE color: 1851899.
HSL color Cylindrical-coordinate representation of color #FB411C: hue angle of 9.96º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FB411C is Cyan = 0, Magento = 0.74, Yellow = 0.89 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 65 | 28 | - |
| CMYK | 0 | 0.74 | 0.89 | 0.02 |
| HSL | 9.96º | 0.97% | 0.55% | - |
| HSV(B) | 9.96º | 0.89% | 0.98% | - |
| XYZ | 41.88 | 24.37 | 3.6 | - |
| YUV | 116.4 | 78.12 | 224.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 65 | 28 | 0 | 0.74 | 0.89 | 0.02 | 9.96 | 0.97 | 0.55 |
| Hex | FB | 41 | 1C | 0 | 4A | 59 | 2 | A | 61 | 37 |
| Octal | 373 | 101 | 34 | 0 | 112 | 131 | 2 | 12 | 141 | 67 |
| Binary | 11111011 | 1000001 | 11100 | 0 | 1001010 | 1011001 | 10 | 1010 | 1100001 | 110111 |
Color Harmonies of #FB411C
Complementary color
Monochromatic Colors of #FB411C
Black with #FB411C
Text Example
Text Example
White with #FB411C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB411C; }
p { color: rgb(251,65,28); }
H1.HeaderClassName
{
color: #FB411C;
}
.AnyTagClassName
{
color: #FB411C;
}
</style>
background-color css
<style>
a { background-color: #FB411C; }
a { background-color: rgb(251,65,28); }
div.DivClassName
{
background-color: #FB411C;
}
.BgClassName
{
background-color: #FB411C;
}
</style>
border-color css
<style>
span { border-color: #FB411C; }
span { border-color: rgb(251,65,28); }
td.TdClassName
{
border-color: #FB411C;
}
.TagClassName
{
border-color: #FB411C;
}
</style>