Shades of Dark Tangerine #FAB123
Tints of Dark Tangerine #FAB123
RGB
CMYK
RGB Variations
Color information
#FAB123 (or 0xFAB123) is known color: Dark Tangerine. HEX triplet: FA, B1 and 23. RGB value is (250,177,35). Sum of RGB (Red+Green+Blue) = 250+177+35=462 (61% of max value = 765). Red value is 250 (98.05% from 255 or 54.11% from 462); Green value is 177 (69.53% from 255 or 38.31% from 462); Blue value is 35 (14.06% from 255 or 7.58% from 462); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB123 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FAB123 is #054EDC. Grayscale: #B7B7B7. Windows color (decimal): -347869 or 2339322. OLE color: 2339322.
HSL color Cylindrical-coordinate representation of color #FAB123: hue angle of 39.63º 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 #FAB123 is Cyan = 0, Magento = 0.29, Yellow = 0.86 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 177 | 35 | - |
| CMYK | 0 | 0.29 | 0.86 | 0.02 |
| HSL | 39.63º | 0.96% | 0.56% | - |
| HSV(B) | 39.63º | 0.86% | 0.98% | - |
| XYZ | 55.45 | 51.89 | 8.68 | - |
| YUV | 182.64 | 44.68 | 176.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 177 | 35 | 0 | 0.29 | 0.86 | 0.02 | 39.63 | 0.96 | 0.56 |
| Hex | FA | B1 | 23 | 0 | 1D | 56 | 2 | 28 | 60 | 38 |
| Octal | 372 | 261 | 43 | 0 | 35 | 126 | 2 | 50 | 140 | 70 |
| Binary | 11111010 | 10110001 | 100011 | 0 | 11101 | 1010110 | 10 | 101000 | 1100000 | 111000 |
Color Harmonies of #FAB123
Complementary color
Monochromatic Colors of #FAB123
Black with #FAB123
Text Example
Text Example
White with #FAB123
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB123; }
p { color: rgb(250,177,35); }
H1.HeaderClassName
{
color: #FAB123;
}
.AnyTagClassName
{
color: #FAB123;
}
</style>
background-color css
<style>
a { background-color: #FAB123; }
a { background-color: rgb(250,177,35); }
div.DivClassName
{
background-color: #FAB123;
}
.BgClassName
{
background-color: #FAB123;
}
</style>
border-color css
<style>
span { border-color: #FAB123; }
span { border-color: rgb(250,177,35); }
td.TdClassName
{
border-color: #FAB123;
}
.TagClassName
{
border-color: #FAB123;
}
</style>