Shades of Dark Tangerine #FB9D1D
Tints of Dark Tangerine #FB9D1D
RGB
CMYK
RGB Variations
Color information
#FB9D1D (or 0xFB9D1D) is known color: Dark Tangerine. HEX triplet: FB, 9D and 1D. RGB value is (251,157,29). Sum of RGB (Red+Green+Blue) = 251+157+29=437 (57% of max value = 765). Red value is 251 (98.44% from 255 or 57.44% from 437); Green value is 157 (61.72% from 255 or 35.93% from 437); Blue value is 29 (11.72% from 255 or 6.64% from 437); Max value from RGB is 251 - color contains mainly: red. Hex color #FB9D1D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FB9D1D is #0462E2. Grayscale: #ABABAB. Windows color (decimal): -287459 or 1940987. OLE color: 1940987.
HSL color Cylindrical-coordinate representation of color #FB9D1D: hue angle of 34.59º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FB9D1D is Cyan = 0, Magento = 0.37, Yellow = 0.88 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 157 | 29 | - |
| CMYK | 0 | 0.37 | 0.88 | 0.02 |
| HSL | 34.59º | 0.97% | 0.55% | - |
| HSV(B) | 34.59º | 0.88% | 0.98% | - |
| XYZ | 52.06 | 44.71 | 7.05 | - |
| YUV | 170.51 | 48.14 | 185.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 157 | 29 | 0 | 0.37 | 0.88 | 0.02 | 34.59 | 0.97 | 0.55 |
| Hex | FB | 9D | 1D | 0 | 25 | 58 | 2 | 23 | 61 | 37 |
| Octal | 373 | 235 | 35 | 0 | 45 | 130 | 2 | 43 | 141 | 67 |
| Binary | 11111011 | 10011101 | 11101 | 0 | 100101 | 1011000 | 10 | 100011 | 1100001 | 110111 |
Color Harmonies of #FB9D1D
Complementary color
Monochromatic Colors of #FB9D1D
Black with #FB9D1D
Text Example
Text Example
White with #FB9D1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB9D1D; }
p { color: rgb(251,157,29); }
H1.HeaderClassName
{
color: #FB9D1D;
}
.AnyTagClassName
{
color: #FB9D1D;
}
</style>
background-color css
<style>
a { background-color: #FB9D1D; }
a { background-color: rgb(251,157,29); }
div.DivClassName
{
background-color: #FB9D1D;
}
.BgClassName
{
background-color: #FB9D1D;
}
</style>
border-color css
<style>
span { border-color: #FB9D1D; }
span { border-color: rgb(251,157,29); }
td.TdClassName
{
border-color: #FB9D1D;
}
.TagClassName
{
border-color: #FB9D1D;
}
</style>