Shades of Red Orange #FB472F
Tints of Red Orange #FB472F
RGB
CMYK
RGB Variations
Color information
#FB472F (or 0xFB472F) is known color: Red Orange. HEX triplet: FB, 47 and 2F. RGB value is (251,71,47). Sum of RGB (Red+Green+Blue) = 251+71+47=369 (48% of max value = 765). Red value is 251 (98.44% from 255 or 68.02% from 369); Green value is 71 (28.12% from 255 or 19.24% from 369); Blue value is 47 (18.75% from 255 or 12.74% from 369); Max value from RGB is 251 - color contains mainly: red. Hex color #FB472F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB472F is #04B8D0. Grayscale: #7A7A7A. Windows color (decimal): -309457 or 3098619. OLE color: 3098619.
HSL color Cylindrical-coordinate representation of color #FB472F: hue angle of 7.06º 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 #FB472F is Cyan = 0, Magento = 0.72, Yellow = 0.81 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 71 | 47 | - |
| CMYK | 0 | 0.72 | 0.81 | 0.02 |
| HSL | 7.06º | 0.96% | 0.58% | - |
| HSV(B) | 7.06º | 0.81% | 0.98% | - |
| XYZ | 42.55 | 25.22 | 5.31 | - |
| YUV | 122.08 | 85.63 | 219.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 71 | 47 | 0 | 0.72 | 0.81 | 0.02 | 7.06 | 0.96 | 0.58 |
| Hex | FB | 47 | 2F | 0 | 48 | 51 | 2 | 7 | 60 | 3A |
| Octal | 373 | 107 | 57 | 0 | 110 | 121 | 2 | 7 | 140 | 72 |
| Binary | 11111011 | 1000111 | 101111 | 0 | 1001000 | 1010001 | 10 | 111 | 1100000 | 111010 |
Color Harmonies of #FB472F
Complementary color
Monochromatic Colors of #FB472F
Black with #FB472F
Text Example
Text Example
White with #FB472F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB472F; }
p { color: rgb(251,71,47); }
H1.HeaderClassName
{
color: #FB472F;
}
.AnyTagClassName
{
color: #FB472F;
}
</style>
background-color css
<style>
a { background-color: #FB472F; }
a { background-color: rgb(251,71,47); }
div.DivClassName
{
background-color: #FB472F;
}
.BgClassName
{
background-color: #FB472F;
}
</style>
border-color css
<style>
span { border-color: #FB472F; }
span { border-color: rgb(251,71,47); }
td.TdClassName
{
border-color: #FB472F;
}
.TagClassName
{
border-color: #FB472F;
}
</style>