Shades of Dark Tangerine #FBA41D
Tints of Dark Tangerine #FBA41D
RGB
CMYK
RGB Variations
Color information
#FBA41D (or 0xFBA41D) is known color: Dark Tangerine. HEX triplet: FB, A4 and 1D. RGB value is (251,164,29). Sum of RGB (Red+Green+Blue) = 251+164+29=444 (58% of max value = 765). Red value is 251 (98.44% from 255 or 56.53% from 444); Green value is 164 (64.45% from 255 or 36.94% from 444); Blue value is 29 (11.72% from 255 or 6.53% from 444); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA41D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FBA41D is #045BE2. Grayscale: #AFAFAF. Windows color (decimal): -285667 or 1942779. OLE color: 1942779.
HSL color Cylindrical-coordinate representation of color #FBA41D: hue angle of 36.49º 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 #FBA41D is Cyan = 0, Magento = 0.35, Yellow = 0.88 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 164 | 29 | - |
| CMYK | 0 | 0.35 | 0.88 | 0.02 |
| HSL | 36.49º | 0.97% | 0.55% | - |
| HSV(B) | 36.49º | 0.88% | 0.98% | - |
| XYZ | 53.28 | 47.15 | 7.45 | - |
| YUV | 174.62 | 45.82 | 182.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 164 | 29 | 0 | 0.35 | 0.88 | 0.02 | 36.49 | 0.97 | 0.55 |
| Hex | FB | A4 | 1D | 0 | 23 | 58 | 2 | 24 | 61 | 37 |
| Octal | 373 | 244 | 35 | 0 | 43 | 130 | 2 | 44 | 141 | 67 |
| Binary | 11111011 | 10100100 | 11101 | 0 | 100011 | 1011000 | 10 | 100100 | 1100001 | 110111 |
Color Harmonies of #FBA41D
Complementary color
Monochromatic Colors of #FBA41D
Black with #FBA41D
Text Example
Text Example
White with #FBA41D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA41D; }
p { color: rgb(251,164,29); }
H1.HeaderClassName
{
color: #FBA41D;
}
.AnyTagClassName
{
color: #FBA41D;
}
</style>
background-color css
<style>
a { background-color: #FBA41D; }
a { background-color: rgb(251,164,29); }
div.DivClassName
{
background-color: #FBA41D;
}
.BgClassName
{
background-color: #FBA41D;
}
</style>
border-color css
<style>
span { border-color: #FBA41D; }
span { border-color: rgb(251,164,29); }
td.TdClassName
{
border-color: #FBA41D;
}
.TagClassName
{
border-color: #FBA41D;
}
</style>