Shades of Dark Tangerine #FAB31D
Tints of Dark Tangerine #FAB31D
RGB
CMYK
RGB Variations
Color information
#FAB31D (or 0xFAB31D) is known color: Dark Tangerine. HEX triplet: FA, B3 and 1D. RGB value is (250,179,29). Sum of RGB (Red+Green+Blue) = 250+179+29=458 (60% of max value = 765). Red value is 250 (98.05% from 255 or 54.59% from 458); Green value is 179 (70.31% from 255 or 39.08% from 458); Blue value is 29 (11.72% from 255 or 6.33% from 458); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB31D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAB31D is #054CE2. Grayscale: #B7B7B7. Windows color (decimal): -347363 or 1946618. OLE color: 1946618.
HSL color Cylindrical-coordinate representation of color #FAB31D: hue angle of 40.72º degrees, saturation: 0.96, 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 #FAB31D is Cyan = 0, Magento = 0.28, Yellow = 0.88 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 179 | 29 | - |
| CMYK | 0 | 0.28 | 0.88 | 0.02 |
| HSL | 40.72º | 0.96% | 0.55% | - |
| HSV(B) | 40.72º | 0.88% | 0.98% | - |
| XYZ | 55.77 | 52.65 | 8.39 | - |
| YUV | 183.13 | 41.02 | 175.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 179 | 29 | 0 | 0.28 | 0.88 | 0.02 | 40.72 | 0.96 | 0.55 |
| Hex | FA | B3 | 1D | 0 | 1C | 58 | 2 | 29 | 60 | 37 |
| Octal | 372 | 263 | 35 | 0 | 34 | 130 | 2 | 51 | 140 | 67 |
| Binary | 11111010 | 10110011 | 11101 | 0 | 11100 | 1011000 | 10 | 101001 | 1100000 | 110111 |
Color Harmonies of #FAB31D
Complementary color
Monochromatic Colors of #FAB31D
Black with #FAB31D
Text Example
Text Example
White with #FAB31D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB31D; }
p { color: rgb(250,179,29); }
H1.HeaderClassName
{
color: #FAB31D;
}
.AnyTagClassName
{
color: #FAB31D;
}
</style>
background-color css
<style>
a { background-color: #FAB31D; }
a { background-color: rgb(250,179,29); }
div.DivClassName
{
background-color: #FAB31D;
}
.BgClassName
{
background-color: #FAB31D;
}
</style>
border-color css
<style>
span { border-color: #FAB31D; }
span { border-color: rgb(250,179,29); }
td.TdClassName
{
border-color: #FAB31D;
}
.TagClassName
{
border-color: #FAB31D;
}
</style>