Shades of Dark Tangerine #FAB11C
Tints of Dark Tangerine #FAB11C
RGB
CMYK
RGB Variations
Color information
#FAB11C (or 0xFAB11C) is known color: Dark Tangerine. HEX triplet: FA, B1 and 1C. RGB value is (250,177,28). Sum of RGB (Red+Green+Blue) = 250+177+28=455 (60% of max value = 765). Red value is 250 (98.05% from 255 or 54.95% from 455); Green value is 177 (69.53% from 255 or 38.90% from 455); Blue value is 28 (11.33% from 255 or 6.15% from 455); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB11C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FAB11C is #054EE3. Grayscale: #B6B6B6. Windows color (decimal): -347876 or 1880570. OLE color: 1880570.
HSL color Cylindrical-coordinate representation of color #FAB11C: hue angle of 40.27º 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 #FAB11C is Cyan = 0, Magento = 0.29, Yellow = 0.89 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 177 | 28 | - |
| CMYK | 0 | 0.29 | 0.89 | 0.02 |
| HSL | 40.27º | 0.96% | 0.55% | - |
| HSV(B) | 40.27º | 0.89% | 0.98% | - |
| XYZ | 55.36 | 51.85 | 8.19 | - |
| YUV | 181.84 | 41.18 | 176.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 177 | 28 | 0 | 0.29 | 0.89 | 0.02 | 40.27 | 0.96 | 0.55 |
| Hex | FA | B1 | 1C | 0 | 1D | 59 | 2 | 28 | 60 | 37 |
| Octal | 372 | 261 | 34 | 0 | 35 | 131 | 2 | 50 | 140 | 67 |
| Binary | 11111010 | 10110001 | 11100 | 0 | 11101 | 1011001 | 10 | 101000 | 1100000 | 110111 |
Color Harmonies of #FAB11C
Complementary color
Monochromatic Colors of #FAB11C
Black with #FAB11C
Text Example
Text Example
White with #FAB11C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB11C; }
p { color: rgb(250,177,28); }
H1.HeaderClassName
{
color: #FAB11C;
}
.AnyTagClassName
{
color: #FAB11C;
}
</style>
background-color css
<style>
a { background-color: #FAB11C; }
a { background-color: rgb(250,177,28); }
div.DivClassName
{
background-color: #FAB11C;
}
.BgClassName
{
background-color: #FAB11C;
}
</style>
border-color css
<style>
span { border-color: #FAB11C; }
span { border-color: rgb(250,177,28); }
td.TdClassName
{
border-color: #FAB11C;
}
.TagClassName
{
border-color: #FAB11C;
}
</style>