Shades of Dark Tangerine #FAB21C
Tints of Dark Tangerine #FAB21C
RGB
CMYK
RGB Variations
Color information
#FAB21C (or 0xFAB21C) is known color: Dark Tangerine. HEX triplet: FA, B2 and 1C. RGB value is (250,178,28). Sum of RGB (Red+Green+Blue) = 250+178+28=456 (60% of max value = 765). Red value is 250 (98.05% from 255 or 54.82% from 456); Green value is 178 (69.92% from 255 or 39.04% from 456); Blue value is 28 (11.33% from 255 or 6.14% from 456); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB21C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FAB21C is #054DE3. Grayscale: #B7B7B7. Windows color (decimal): -347620 or 1880826. OLE color: 1880826.
HSL color Cylindrical-coordinate representation of color #FAB21C: hue angle of 40.54º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FAB21C is Cyan = 0, Magento = 0.29, Yellow = 0.89 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 178 | 28 | - |
| CMYK | 0 | 0.29 | 0.89 | 0.02 |
| HSL | 40.54º | 0.96% | 0.55% | - |
| HSV(B) | 40.54º | 0.89% | 0.98% | - |
| XYZ | 55.55 | 52.25 | 8.26 | - |
| YUV | 182.43 | 40.85 | 176.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 178 | 28 | 0 | 0.29 | 0.89 | 0.02 | 40.54 | 0.96 | 0.55 |
| Hex | FA | B2 | 1C | 0 | 1D | 59 | 2 | 29 | 60 | 37 |
| Octal | 372 | 262 | 34 | 0 | 35 | 131 | 2 | 51 | 140 | 67 |
| Binary | 11111010 | 10110010 | 11100 | 0 | 11101 | 1011001 | 10 | 101001 | 1100000 | 110111 |
Color Harmonies of #FAB21C
Complementary color
Monochromatic Colors of #FAB21C
Black with #FAB21C
Text Example
Text Example
White with #FAB21C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB21C; }
p { color: rgb(250,178,28); }
H1.HeaderClassName
{
color: #FAB21C;
}
.AnyTagClassName
{
color: #FAB21C;
}
</style>
background-color css
<style>
a { background-color: #FAB21C; }
a { background-color: rgb(250,178,28); }
div.DivClassName
{
background-color: #FAB21C;
}
.BgClassName
{
background-color: #FAB21C;
}
</style>
border-color css
<style>
span { border-color: #FAB21C; }
span { border-color: rgb(250,178,28); }
td.TdClassName
{
border-color: #FAB21C;
}
.TagClassName
{
border-color: #FAB21C;
}
</style>