Shades of Dark Tangerine #FAB618
Tints of Dark Tangerine #FAB618
RGB
CMYK
RGB Variations
Color information
#FAB618 (or 0xFAB618) is known color: Dark Tangerine. HEX triplet: FA, B6 and 18. RGB value is (250,182,24). Sum of RGB (Red+Green+Blue) = 250+182+24=456 (60% of max value = 765). Red value is 250 (98.05% from 255 or 54.82% from 456); Green value is 182 (71.48% from 255 or 39.91% from 456); Blue value is 24 (9.77% from 255 or 5.26% from 456); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB618 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAB618 is #0549E7. Grayscale: #B9B9B9. Windows color (decimal): -346600 or 1619706. OLE color: 1619706.
HSL color Cylindrical-coordinate representation of color #FAB618: hue angle of 41.95º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FAB618 is Cyan = 0, Magento = 0.27, Yellow = 0.90 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 182 | 24 | - |
| CMYK | 0 | 0.27 | 0.90 | 0.02 |
| HSL | 41.95º | 0.96% | 0.54% | - |
| HSV(B) | 41.95º | 0.9% | 0.98% | - |
| XYZ | 56.32 | 53.85 | 8.29 | - |
| YUV | 184.32 | 37.53 | 174.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 182 | 24 | 0 | 0.27 | 0.90 | 0.02 | 41.95 | 0.96 | 0.54 |
| Hex | FA | B6 | 18 | 0 | 1B | 5A | 2 | 2A | 60 | 36 |
| Octal | 372 | 266 | 30 | 0 | 33 | 132 | 2 | 52 | 140 | 66 |
| Binary | 11111010 | 10110110 | 11000 | 0 | 11011 | 1011010 | 10 | 101010 | 1100000 | 110110 |
Color Harmonies of #FAB618
Complementary color
Monochromatic Colors of #FAB618
Black with #FAB618
Text Example
Text Example
White with #FAB618
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB618; }
p { color: rgb(250,182,24); }
H1.HeaderClassName
{
color: #FAB618;
}
.AnyTagClassName
{
color: #FAB618;
}
</style>
background-color css
<style>
a { background-color: #FAB618; }
a { background-color: rgb(250,182,24); }
div.DivClassName
{
background-color: #FAB618;
}
.BgClassName
{
background-color: #FAB618;
}
</style>
border-color css
<style>
span { border-color: #FAB618; }
span { border-color: rgb(250,182,24); }
td.TdClassName
{
border-color: #FAB618;
}
.TagClassName
{
border-color: #FAB618;
}
</style>