Shades of Dark Tangerine #FAB31C
Tints of Dark Tangerine #FAB31C
RGB
CMYK
RGB Variations
Color information
#FAB31C (or 0xFAB31C) is known color: Dark Tangerine. HEX triplet: FA, B3 and 1C. RGB value is (250,179,28). Sum of RGB (Red+Green+Blue) = 250+179+28=457 (60% of max value = 765). Red value is 250 (98.05% from 255 or 54.70% from 457); Green value is 179 (70.31% from 255 or 39.17% from 457); Blue value is 28 (11.33% from 255 or 6.13% from 457); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB31C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAB31C is #054CE3. Grayscale: #B7B7B7. Windows color (decimal): -347364 or 1881082. OLE color: 1881082.
HSL color Cylindrical-coordinate representation of color #FAB31C: hue angle of 40.81º 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 #FAB31C is Cyan = 0, Magento = 0.28, Yellow = 0.89 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 179 | 28 | - |
| CMYK | 0 | 0.28 | 0.89 | 0.02 |
| HSL | 40.81º | 0.96% | 0.55% | - |
| HSV(B) | 40.81º | 0.89% | 0.98% | - |
| XYZ | 55.75 | 52.65 | 8.32 | - |
| YUV | 183.02 | 40.52 | 175.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 179 | 28 | 0 | 0.28 | 0.89 | 0.02 | 40.81 | 0.96 | 0.55 |
| Hex | FA | B3 | 1C | 0 | 1C | 59 | 2 | 29 | 60 | 37 |
| Octal | 372 | 263 | 34 | 0 | 34 | 131 | 2 | 51 | 140 | 67 |
| Binary | 11111010 | 10110011 | 11100 | 0 | 11100 | 1011001 | 10 | 101001 | 1100000 | 110111 |
Color Harmonies of #FAB31C
Complementary color
Monochromatic Colors of #FAB31C
Black with #FAB31C
Text Example
Text Example
White with #FAB31C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB31C; }
p { color: rgb(250,179,28); }
H1.HeaderClassName
{
color: #FAB31C;
}
.AnyTagClassName
{
color: #FAB31C;
}
</style>
background-color css
<style>
a { background-color: #FAB31C; }
a { background-color: rgb(250,179,28); }
div.DivClassName
{
background-color: #FAB31C;
}
.BgClassName
{
background-color: #FAB31C;
}
</style>
border-color css
<style>
span { border-color: #FAB31C; }
span { border-color: rgb(250,179,28); }
td.TdClassName
{
border-color: #FAB31C;
}
.TagClassName
{
border-color: #FAB31C;
}
</style>