Shades of Dark Tangerine #FAB30F
Tints of Dark Tangerine #FAB30F
RGB
CMYK
RGB Variations
Color information
#FAB30F (or 0xFAB30F) is known color: Dark Tangerine. HEX triplet: FA, B3 and 0F. RGB value is (250,179,15). Sum of RGB (Red+Green+Blue) = 250+179+15=444 (58% of max value = 765). Red value is 250 (98.05% from 255 or 56.31% from 444); Green value is 179 (70.31% from 255 or 40.32% from 444); Blue value is 15 (6.25% from 255 or 3.38% from 444); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB30F is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAB30F is #054CF0. Grayscale: #B6B6B6. Windows color (decimal): -347377 or 1029114. OLE color: 1029114.
HSL color Cylindrical-coordinate representation of color #FAB30F: hue angle of 41.87º 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 #FAB30F is Cyan = 0, Magento = 0.28, Yellow = 0.94 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 179 | 15 | - |
| CMYK | 0 | 0.28 | 0.94 | 0.02 |
| HSL | 41.87º | 0.96% | 0.52% | - |
| HSV(B) | 41.87º | 0.94% | 0.98% | - |
| XYZ | 55.63 | 52.6 | 7.67 | - |
| YUV | 181.53 | 34.02 | 176.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 179 | 15 | 0 | 0.28 | 0.94 | 0.02 | 41.87 | 0.96 | 0.52 |
| Hex | FA | B3 | F | 0 | 1C | 5E | 2 | 2A | 60 | 34 |
| Octal | 372 | 263 | 17 | 0 | 34 | 136 | 2 | 52 | 140 | 64 |
| Binary | 11111010 | 10110011 | 1111 | 0 | 11100 | 1011110 | 10 | 101010 | 1100000 | 110100 |
Color Harmonies of #FAB30F
Complementary color
Monochromatic Colors of #FAB30F
Black with #FAB30F
Text Example
Text Example
White with #FAB30F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB30F; }
p { color: rgb(250,179,15); }
H1.HeaderClassName
{
color: #FAB30F;
}
.AnyTagClassName
{
color: #FAB30F;
}
</style>
background-color css
<style>
a { background-color: #FAB30F; }
a { background-color: rgb(250,179,15); }
div.DivClassName
{
background-color: #FAB30F;
}
.BgClassName
{
background-color: #FAB30F;
}
</style>
border-color css
<style>
span { border-color: #FAB30F; }
span { border-color: rgb(250,179,15); }
td.TdClassName
{
border-color: #FAB30F;
}
.TagClassName
{
border-color: #FAB30F;
}
</style>