Shades of Red Orange #FB442F
Tints of Red Orange #FB442F
RGB
CMYK
RGB Variations
Color information
#FB442F (or 0xFB442F) is known color: Red Orange. HEX triplet: FB, 44 and 2F. RGB value is (251,68,47). Sum of RGB (Red+Green+Blue) = 251+68+47=366 (48% of max value = 765). Red value is 251 (98.44% from 255 or 68.58% from 366); Green value is 68 (26.95% from 255 or 18.58% from 366); Blue value is 47 (18.75% from 255 or 12.84% from 366); Max value from RGB is 251 - color contains mainly: red. Hex color #FB442F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB442F is #04BBD0. Grayscale: #787878. Windows color (decimal): -310225 or 3097851. OLE color: 3097851.
HSL color Cylindrical-coordinate representation of color #FB442F: hue angle of 6.18º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FB442F is Cyan = 0, Magento = 0.73, Yellow = 0.81 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 68 | 47 | - |
| CMYK | 0 | 0.73 | 0.81 | 0.02 |
| HSL | 6.18º | 0.96% | 0.58% | - |
| HSV(B) | 6.18º | 0.81% | 0.98% | - |
| XYZ | 42.36 | 24.85 | 5.25 | - |
| YUV | 120.32 | 86.63 | 221.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 68 | 47 | 0 | 0.73 | 0.81 | 0.02 | 6.18 | 0.96 | 0.58 |
| Hex | FB | 44 | 2F | 0 | 49 | 51 | 2 | 6 | 60 | 3A |
| Octal | 373 | 104 | 57 | 0 | 111 | 121 | 2 | 6 | 140 | 72 |
| Binary | 11111011 | 1000100 | 101111 | 0 | 1001001 | 1010001 | 10 | 110 | 1100000 | 111010 |
Color Harmonies of #FB442F
Complementary color
Monochromatic Colors of #FB442F
Black with #FB442F
Text Example
Text Example
White with #FB442F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB442F; }
p { color: rgb(251,68,47); }
H1.HeaderClassName
{
color: #FB442F;
}
.AnyTagClassName
{
color: #FB442F;
}
</style>
background-color css
<style>
a { background-color: #FB442F; }
a { background-color: rgb(251,68,47); }
div.DivClassName
{
background-color: #FB442F;
}
.BgClassName
{
background-color: #FB442F;
}
</style>
border-color css
<style>
span { border-color: #FB442F; }
span { border-color: rgb(251,68,47); }
td.TdClassName
{
border-color: #FB442F;
}
.TagClassName
{
border-color: #FB442F;
}
</style>