Shades of Dark Tangerine #FAB00F
Tints of Dark Tangerine #FAB00F
RGB
CMYK
RGB Variations
Color information
#FAB00F (or 0xFAB00F) is known color: Dark Tangerine. HEX triplet: FA, B0 and 0F. RGB value is (250,176,15). Sum of RGB (Red+Green+Blue) = 250+176+15=441 (58% of max value = 765). Red value is 250 (98.05% from 255 or 56.69% from 441); Green value is 176 (69.14% from 255 or 39.91% from 441); Blue value is 15 (6.25% from 255 or 3.40% from 441); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB00F is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FAB00F is #054FF0. Grayscale: #B4B4B4. Windows color (decimal): -348145 or 1028346. OLE color: 1028346.
HSL color Cylindrical-coordinate representation of color #FAB00F: hue angle of 41.11º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FAB00F is Cyan = 0, Magento = 0.30, Yellow = 0.94 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 176 | 15 | - |
| CMYK | 0 | 0.30 | 0.94 | 0.02 |
| HSL | 41.11º | 0.96% | 0.52% | - |
| HSV(B) | 41.11º | 0.94% | 0.98% | - |
| XYZ | 55.04 | 51.41 | 7.47 | - |
| YUV | 179.77 | 35.02 | 178.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 176 | 15 | 0 | 0.30 | 0.94 | 0.02 | 41.11 | 0.96 | 0.52 |
| Hex | FA | B0 | F | 0 | 1E | 5E | 2 | 29 | 60 | 34 |
| Octal | 372 | 260 | 17 | 0 | 36 | 136 | 2 | 51 | 140 | 64 |
| Binary | 11111010 | 10110000 | 1111 | 0 | 11110 | 1011110 | 10 | 101001 | 1100000 | 110100 |
Color Harmonies of #FAB00F
Complementary color
Monochromatic Colors of #FAB00F
Black with #FAB00F
Text Example
Text Example
White with #FAB00F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB00F; }
p { color: rgb(250,176,15); }
H1.HeaderClassName
{
color: #FAB00F;
}
.AnyTagClassName
{
color: #FAB00F;
}
</style>
background-color css
<style>
a { background-color: #FAB00F; }
a { background-color: rgb(250,176,15); }
div.DivClassName
{
background-color: #FAB00F;
}
.BgClassName
{
background-color: #FAB00F;
}
</style>
border-color css
<style>
span { border-color: #FAB00F; }
span { border-color: rgb(250,176,15); }
td.TdClassName
{
border-color: #FAB00F;
}
.TagClassName
{
border-color: #FAB00F;
}
</style>