Shades of Orange Red #FB360A
Tints of Orange Red #FB360A
RGB
CMYK
RGB Variations
Color information
#FB360A (or 0xFB360A) is known color: Orange Red. HEX triplet: FB, 36 and 0A. RGB value is (251,54,10). Sum of RGB (Red+Green+Blue) = 251+54+10=315 (41% of max value = 765). Red value is 251 (98.44% from 255 or 79.68% from 315); Green value is 54 (21.48% from 255 or 17.14% from 315); Blue value is 10 (4.30% from 255 or 3.17% from 315); Max value from RGB is 251 - color contains mainly: red. Hex color #FB360A is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FB360A is #04C9F5. Grayscale: #6C6C6C. Windows color (decimal): -313846 or 669435. OLE color: 669435.
HSL color Cylindrical-coordinate representation of color #FB360A: hue angle of 10.95º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FB360A is Cyan = 0, Magento = 0.78, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 54 | 10 | - |
| CMYK | 0 | 0.78 | 0.96 | 0.02 |
| HSL | 10.95º | 0.97% | 0.51% | - |
| HSV(B) | 10.95º | 0.96% | 0.98% | - |
| XYZ | 41.16 | 23.17 | 2.59 | - |
| YUV | 107.89 | 72.77 | 230.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 54 | 10 | 0 | 0.78 | 0.96 | 0.02 | 10.95 | 0.97 | 0.51 |
| Hex | FB | 36 | A | 0 | 4E | 60 | 2 | B | 61 | 33 |
| Octal | 373 | 66 | 12 | 0 | 116 | 140 | 2 | 13 | 141 | 63 |
| Binary | 11111011 | 110110 | 1010 | 0 | 1001110 | 1100000 | 10 | 1011 | 1100001 | 110011 |
Color Harmonies of #FB360A
Complementary color
Monochromatic Colors of #FB360A
Black with #FB360A
Text Example
Text Example
White with #FB360A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB360A; }
p { color: rgb(251,54,10); }
H1.HeaderClassName
{
color: #FB360A;
}
.AnyTagClassName
{
color: #FB360A;
}
</style>
background-color css
<style>
a { background-color: #FB360A; }
a { background-color: rgb(251,54,10); }
div.DivClassName
{
background-color: #FB360A;
}
.BgClassName
{
background-color: #FB360A;
}
</style>
border-color css
<style>
span { border-color: #FB360A; }
span { border-color: rgb(251,54,10); }
td.TdClassName
{
border-color: #FB360A;
}
.TagClassName
{
border-color: #FB360A;
}
</style>