Shades of Dark Tangerine #FBA422
Tints of Dark Tangerine #FBA422
RGB
CMYK
RGB Variations
Color information
#FBA422 (or 0xFBA422) is known color: Dark Tangerine. HEX triplet: FB, A4 and 22. RGB value is (251,164,34). Sum of RGB (Red+Green+Blue) = 251+164+34=449 (59% of max value = 765). Red value is 251 (98.44% from 255 or 55.90% from 449); Green value is 164 (64.45% from 255 or 36.53% from 449); Blue value is 34 (13.67% from 255 or 7.57% from 449); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA422 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FBA422 is #045BDD. Grayscale: #AFAFAF. Windows color (decimal): -285662 or 2270459. OLE color: 2270459.
HSL color Cylindrical-coordinate representation of color #FBA422: hue angle of 35.94º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FBA422 is Cyan = 0, Magento = 0.35, Yellow = 0.86 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 164 | 34 | - |
| CMYK | 0 | 0.35 | 0.86 | 0.02 |
| HSL | 35.94º | 0.96% | 0.56% | - |
| HSV(B) | 35.94º | 0.86% | 0.98% | - |
| XYZ | 53.35 | 47.18 | 7.81 | - |
| YUV | 175.19 | 48.32 | 182.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 164 | 34 | 0 | 0.35 | 0.86 | 0.02 | 35.94 | 0.96 | 0.56 |
| Hex | FB | A4 | 22 | 0 | 23 | 56 | 2 | 24 | 60 | 38 |
| Octal | 373 | 244 | 42 | 0 | 43 | 126 | 2 | 44 | 140 | 70 |
| Binary | 11111011 | 10100100 | 100010 | 0 | 100011 | 1010110 | 10 | 100100 | 1100000 | 111000 |
Color Harmonies of #FBA422
Complementary color
Monochromatic Colors of #FBA422
Black with #FBA422
Text Example
Text Example
White with #FBA422
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA422; }
p { color: rgb(251,164,34); }
H1.HeaderClassName
{
color: #FBA422;
}
.AnyTagClassName
{
color: #FBA422;
}
</style>
background-color css
<style>
a { background-color: #FBA422; }
a { background-color: rgb(251,164,34); }
div.DivClassName
{
background-color: #FBA422;
}
.BgClassName
{
background-color: #FBA422;
}
</style>
border-color css
<style>
span { border-color: #FBA422; }
span { border-color: rgb(251,164,34); }
td.TdClassName
{
border-color: #FBA422;
}
.TagClassName
{
border-color: #FBA422;
}
</style>