Shades of Red Orange #FB362F
Tints of Red Orange #FB362F
RGB
CMYK
RGB Variations
Color information
#FB362F (or 0xFB362F) is known color: Red Orange. HEX triplet: FB, 36 and 2F. RGB value is (251,54,47). Sum of RGB (Red+Green+Blue) = 251+54+47=352 (46% of max value = 765). Red value is 251 (98.44% from 255 or 71.31% from 352); Green value is 54 (21.48% from 255 or 15.34% from 352); Blue value is 47 (18.75% from 255 or 13.35% from 352); Max value from RGB is 251 - color contains mainly: red. Hex color #FB362F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB362F is #04C9D0. Grayscale: #707070. Windows color (decimal): -313809 or 3094267. OLE color: 3094267.
HSL color Cylindrical-coordinate representation of color #FB362F: hue angle of 2.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 #FB362F is Cyan = 0, Magento = 0.78, Yellow = 0.81 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 54 | 47 | - |
| CMYK | 0 | 0.78 | 0.81 | 0.02 |
| HSL | 2.06º | 0.96% | 0.58% | - |
| HSV(B) | 2.06º | 0.81% | 0.98% | - |
| XYZ | 41.62 | 23.35 | 5 | - |
| YUV | 112.11 | 91.27 | 227.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 54 | 47 | 0 | 0.78 | 0.81 | 0.02 | 2.06 | 0.96 | 0.58 |
| Hex | FB | 36 | 2F | 0 | 4E | 51 | 2 | 2 | 60 | 3A |
| Octal | 373 | 66 | 57 | 0 | 116 | 121 | 2 | 2 | 140 | 72 |
| Binary | 11111011 | 110110 | 101111 | 0 | 1001110 | 1010001 | 10 | 10 | 1100000 | 111010 |
Color Harmonies of #FB362F
Complementary color
Monochromatic Colors of #FB362F
Black with #FB362F
Text Example
Text Example
White with #FB362F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB362F; }
p { color: rgb(251,54,47); }
H1.HeaderClassName
{
color: #FB362F;
}
.AnyTagClassName
{
color: #FB362F;
}
</style>
background-color css
<style>
a { background-color: #FB362F; }
a { background-color: rgb(251,54,47); }
div.DivClassName
{
background-color: #FB362F;
}
.BgClassName
{
background-color: #FB362F;
}
</style>
border-color css
<style>
span { border-color: #FB362F; }
span { border-color: rgb(251,54,47); }
td.TdClassName
{
border-color: #FB362F;
}
.TagClassName
{
border-color: #FB362F;
}
</style>