Shades of Dark Tangerine #FB9E20
Tints of Dark Tangerine #FB9E20
RGB
CMYK
RGB Variations
Color information
#FB9E20 (or 0xFB9E20) is known color: Dark Tangerine. HEX triplet: FB, 9E and 20. RGB value is (251,158,32). Sum of RGB (Red+Green+Blue) = 251+158+32=441 (58% of max value = 765). Red value is 251 (98.44% from 255 or 56.92% from 441); Green value is 158 (62.11% from 255 or 35.83% from 441); Blue value is 32 (12.89% from 255 or 7.26% from 441); Max value from RGB is 251 - color contains mainly: red. Hex color #FB9E20 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FB9E20 is #0461DF. Grayscale: #ACACAC. Windows color (decimal): -287200 or 2137851. OLE color: 2137851.
HSL color Cylindrical-coordinate representation of color #FB9E20: hue angle of 34.52º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FB9E20 is Cyan = 0, Magento = 0.37, Yellow = 0.87 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 158 | 32 | - |
| CMYK | 0 | 0.37 | 0.87 | 0.02 |
| HSL | 34.52º | 0.96% | 0.55% | - |
| HSV(B) | 34.52º | 0.87% | 0.98% | - |
| XYZ | 52.27 | 45.07 | 7.31 | - |
| YUV | 171.44 | 49.31 | 184.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 158 | 32 | 0 | 0.37 | 0.87 | 0.02 | 34.52 | 0.96 | 0.55 |
| Hex | FB | 9E | 20 | 0 | 25 | 57 | 2 | 23 | 60 | 37 |
| Octal | 373 | 236 | 40 | 0 | 45 | 127 | 2 | 43 | 140 | 67 |
| Binary | 11111011 | 10011110 | 100000 | 0 | 100101 | 1010111 | 10 | 100011 | 1100000 | 110111 |
Color Harmonies of #FB9E20
Complementary color
Monochromatic Colors of #FB9E20
Black with #FB9E20
Text Example
Text Example
White with #FB9E20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB9E20; }
p { color: rgb(251,158,32); }
H1.HeaderClassName
{
color: #FB9E20;
}
.AnyTagClassName
{
color: #FB9E20;
}
</style>
background-color css
<style>
a { background-color: #FB9E20; }
a { background-color: rgb(251,158,32); }
div.DivClassName
{
background-color: #FB9E20;
}
.BgClassName
{
background-color: #FB9E20;
}
</style>
border-color css
<style>
span { border-color: #FB9E20; }
span { border-color: rgb(251,158,32); }
td.TdClassName
{
border-color: #FB9E20;
}
.TagClassName
{
border-color: #FB9E20;
}
</style>