Shades of Tangerine #FB830C
Tints of Tangerine #FB830C
RGB
CMYK
RGB Variations
Color information
#FB830C (or 0xFB830C) is known color: Tangerine. HEX triplet: FB, 83 and 0C. RGB value is (251,131,12). Sum of RGB (Red+Green+Blue) = 251+131+12=394 (52% of max value = 765). Red value is 251 (98.44% from 255 or 63.71% from 394); Green value is 131 (51.56% from 255 or 33.25% from 394); Blue value is 12 (5.08% from 255 or 3.05% from 394); Max value from RGB is 251 - color contains mainly: red. Hex color #FB830C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FB830C is #047CF3. Grayscale: #999999. Windows color (decimal): -294132 or 820219. OLE color: 820219.
HSL color Cylindrical-coordinate representation of color #FB830C: hue angle of 29.87º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FB830C is Cyan = 0, Magento = 0.48, Yellow = 0.95 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 131 | 12 | - |
| CMYK | 0 | 0.48 | 0.95 | 0.02 |
| HSL | 29.87º | 0.97% | 0.52% | - |
| HSV(B) | 29.87º | 0.95% | 0.98% | - |
| XYZ | 47.97 | 36.77 | 4.92 | - |
| YUV | 153.31 | 48.26 | 197.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 131 | 12 | 0 | 0.48 | 0.95 | 0.02 | 29.87 | 0.97 | 0.52 |
| Hex | FB | 83 | C | 0 | 30 | 5F | 2 | 1E | 61 | 34 |
| Octal | 373 | 203 | 14 | 0 | 60 | 137 | 2 | 36 | 141 | 64 |
| Binary | 11111011 | 10000011 | 1100 | 0 | 110000 | 1011111 | 10 | 11110 | 1100001 | 110100 |
Color Harmonies of #FB830C
Complementary color
Monochromatic Colors of #FB830C
Black with #FB830C
Text Example
Text Example
White with #FB830C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB830C; }
p { color: rgb(251,131,12); }
H1.HeaderClassName
{
color: #FB830C;
}
.AnyTagClassName
{
color: #FB830C;
}
</style>
background-color css
<style>
a { background-color: #FB830C; }
a { background-color: rgb(251,131,12); }
div.DivClassName
{
background-color: #FB830C;
}
.BgClassName
{
background-color: #FB830C;
}
</style>
border-color css
<style>
span { border-color: #FB830C; }
span { border-color: rgb(251,131,12); }
td.TdClassName
{
border-color: #FB830C;
}
.TagClassName
{
border-color: #FB830C;
}
</style>