Shades of Dark Tangerine #FAB10C
Tints of Dark Tangerine #FAB10C
RGB
CMYK
RGB Variations
Color information
#FAB10C (or 0xFAB10C) is known color: Dark Tangerine. HEX triplet: FA, B1 and 0C. RGB value is (250,177,12). Sum of RGB (Red+Green+Blue) = 250+177+12=439 (58% of max value = 765). Red value is 250 (98.05% from 255 or 56.95% from 439); Green value is 177 (69.53% from 255 or 40.32% from 439); Blue value is 12 (5.08% from 255 or 2.73% from 439); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB10C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FAB10C is #054EF3. Grayscale: #B4B4B4. Windows color (decimal): -347892 or 831994. OLE color: 831994.
HSL color Cylindrical-coordinate representation of color #FAB10C: hue angle of 41.6º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FAB10C is Cyan = 0, Magento = 0.29, Yellow = 0.95 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 177 | 12 | - |
| CMYK | 0 | 0.29 | 0.95 | 0.02 |
| HSL | 41.6º | 0.96% | 0.51% | - |
| HSV(B) | 41.6º | 0.95% | 0.98% | - |
| XYZ | 55.21 | 51.79 | 7.44 | - |
| YUV | 180.02 | 33.18 | 177.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 177 | 12 | 0 | 0.29 | 0.95 | 0.02 | 41.6 | 0.96 | 0.51 |
| Hex | FA | B1 | C | 0 | 1D | 5F | 2 | 2A | 60 | 33 |
| Octal | 372 | 261 | 14 | 0 | 35 | 137 | 2 | 52 | 140 | 63 |
| Binary | 11111010 | 10110001 | 1100 | 0 | 11101 | 1011111 | 10 | 101010 | 1100000 | 110011 |
Color Harmonies of #FAB10C
Complementary color
Monochromatic Colors of #FAB10C
Black with #FAB10C
Text Example
Text Example
White with #FAB10C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB10C; }
p { color: rgb(250,177,12); }
H1.HeaderClassName
{
color: #FAB10C;
}
.AnyTagClassName
{
color: #FAB10C;
}
</style>
background-color css
<style>
a { background-color: #FAB10C; }
a { background-color: rgb(250,177,12); }
div.DivClassName
{
background-color: #FAB10C;
}
.BgClassName
{
background-color: #FAB10C;
}
</style>
border-color css
<style>
span { border-color: #FAB10C; }
span { border-color: rgb(250,177,12); }
td.TdClassName
{
border-color: #FAB10C;
}
.TagClassName
{
border-color: #FAB10C;
}
</style>