Shades of Dark Tangerine #FAB30C
Tints of Dark Tangerine #FAB30C
RGB
CMYK
RGB Variations
Color information
#FAB30C (or 0xFAB30C) is known color: Dark Tangerine. HEX triplet: FA, B3 and 0C. RGB value is (250,179,12). Sum of RGB (Red+Green+Blue) = 250+179+12=441 (58% of max value = 765). Red value is 250 (98.05% from 255 or 56.69% from 441); Green value is 179 (70.31% from 255 or 40.59% from 441); Blue value is 12 (5.08% from 255 or 2.72% from 441); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB30C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAB30C is #054CF3. Grayscale: #B5B5B5. Windows color (decimal): -347380 or 832506. OLE color: 832506.
HSL color Cylindrical-coordinate representation of color #FAB30C: hue angle of 42.1º 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 #FAB30C is Cyan = 0, Magento = 0.28, Yellow = 0.95 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 179 | 12 | - |
| CMYK | 0 | 0.28 | 0.95 | 0.02 |
| HSL | 42.1º | 0.96% | 0.51% | - |
| HSV(B) | 42.1º | 0.95% | 0.98% | - |
| XYZ | 55.61 | 52.59 | 7.57 | - |
| YUV | 181.19 | 32.52 | 177.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 179 | 12 | 0 | 0.28 | 0.95 | 0.02 | 42.1 | 0.96 | 0.51 |
| Hex | FA | B3 | C | 0 | 1C | 5F | 2 | 2A | 60 | 33 |
| Octal | 372 | 263 | 14 | 0 | 34 | 137 | 2 | 52 | 140 | 63 |
| Binary | 11111010 | 10110011 | 1100 | 0 | 11100 | 1011111 | 10 | 101010 | 1100000 | 110011 |
Color Harmonies of #FAB30C
Complementary color
Monochromatic Colors of #FAB30C
Black with #FAB30C
Text Example
Text Example
White with #FAB30C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB30C; }
p { color: rgb(250,179,12); }
H1.HeaderClassName
{
color: #FAB30C;
}
.AnyTagClassName
{
color: #FAB30C;
}
</style>
background-color css
<style>
a { background-color: #FAB30C; }
a { background-color: rgb(250,179,12); }
div.DivClassName
{
background-color: #FAB30C;
}
.BgClassName
{
background-color: #FAB30C;
}
</style>
border-color css
<style>
span { border-color: #FAB30C; }
span { border-color: rgb(250,179,12); }
td.TdClassName
{
border-color: #FAB30C;
}
.TagClassName
{
border-color: #FAB30C;
}
</style>