Shades of Dark Tangerine #FCB719
Tints of Dark Tangerine #FCB719
RGB
CMYK
RGB Variations
Color information
#FCB719 (or 0xFCB719) is known color: Dark Tangerine. HEX triplet: FC, B7 and 19. RGB value is (252,183,25). Sum of RGB (Red+Green+Blue) = 252+183+25=460 (60% of max value = 765). Red value is 252 (98.83% from 255 or 54.78% from 460); Green value is 183 (71.88% from 255 or 39.78% from 460); Blue value is 25 (10.16% from 255 or 5.43% from 460); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB719 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCB719 is #0348E6. Grayscale: #BABABA. Windows color (decimal): -215271 or 1685500. OLE color: 1685500.
HSL color Cylindrical-coordinate representation of color #FCB719: hue angle of 41.76º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FCB719 is Cyan = 0, Magento = 0.27, Yellow = 0.90 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 183 | 25 | - |
| CMYK | 0 | 0.27 | 0.90 | 0.01 |
| HSL | 41.76º | 0.97% | 0.54% | - |
| HSV(B) | 41.76º | 0.9% | 0.99% | - |
| XYZ | 57.25 | 54.63 | 8.45 | - |
| YUV | 185.62 | 37.36 | 175.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 183 | 25 | 0 | 0.27 | 0.90 | 0.01 | 41.76 | 0.97 | 0.54 |
| Hex | FC | B7 | 19 | 0 | 1B | 5A | 1 | 2A | 61 | 36 |
| Octal | 374 | 267 | 31 | 0 | 33 | 132 | 1 | 52 | 141 | 66 |
| Binary | 11111100 | 10110111 | 11001 | 0 | 11011 | 1011010 | 1 | 101010 | 1100001 | 110110 |
Color Harmonies of #FCB719
Complementary color
Monochromatic Colors of #FCB719
Black with #FCB719
Text Example
Text Example
White with #FCB719
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCB719; }
p { color: rgb(252,183,25); }
H1.HeaderClassName
{
color: #FCB719;
}
.AnyTagClassName
{
color: #FCB719;
}
</style>
background-color css
<style>
a { background-color: #FCB719; }
a { background-color: rgb(252,183,25); }
div.DivClassName
{
background-color: #FCB719;
}
.BgClassName
{
background-color: #FCB719;
}
</style>
border-color css
<style>
span { border-color: #FCB719; }
span { border-color: rgb(252,183,25); }
td.TdClassName
{
border-color: #FCB719;
}
.TagClassName
{
border-color: #FCB719;
}
</style>