Shades of Dark Tangerine #FCA80F
Tints of Dark Tangerine #FCA80F
RGB
CMYK
RGB Variations
Color information
#FCA80F (or 0xFCA80F) is known color: Dark Tangerine. HEX triplet: FC, A8 and 0F. RGB value is (252,168,15). Sum of RGB (Red+Green+Blue) = 252+168+15=435 (57% of max value = 765). Red value is 252 (98.83% from 255 or 57.93% from 435); Green value is 168 (66.02% from 255 or 38.62% from 435); Blue value is 15 (6.25% from 255 or 3.45% from 435); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA80F is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FCA80F is #0357F0. Grayscale: #B0B0B0. Windows color (decimal): -219121 or 1026300. OLE color: 1026300.
HSL color Cylindrical-coordinate representation of color #FCA80F: hue angle of 38.73º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FCA80F is Cyan = 0, Magento = 0.33, Yellow = 0.94 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 168 | 15 | - |
| CMYK | 0 | 0.33 | 0.94 | 0.01 |
| HSL | 38.73º | 0.98% | 0.52% | - |
| HSV(B) | 38.73º | 0.94% | 0.99% | - |
| XYZ | 54.23 | 48.74 | 7 | - |
| YUV | 175.67 | 37.33 | 182.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 168 | 15 | 0 | 0.33 | 0.94 | 0.01 | 38.73 | 0.98 | 0.52 |
| Hex | FC | A8 | F | 0 | 21 | 5E | 1 | 27 | 62 | 34 |
| Octal | 374 | 250 | 17 | 0 | 41 | 136 | 1 | 47 | 142 | 64 |
| Binary | 11111100 | 10101000 | 1111 | 0 | 100001 | 1011110 | 1 | 100111 | 1100010 | 110100 |
Color Harmonies of #FCA80F
Complementary color
Monochromatic Colors of #FCA80F
Black with #FCA80F
Text Example
Text Example
White with #FCA80F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCA80F; }
p { color: rgb(252,168,15); }
H1.HeaderClassName
{
color: #FCA80F;
}
.AnyTagClassName
{
color: #FCA80F;
}
</style>
background-color css
<style>
a { background-color: #FCA80F; }
a { background-color: rgb(252,168,15); }
div.DivClassName
{
background-color: #FCA80F;
}
.BgClassName
{
background-color: #FCA80F;
}
</style>
border-color css
<style>
span { border-color: #FCA80F; }
span { border-color: rgb(252,168,15); }
td.TdClassName
{
border-color: #FCA80F;
}
.TagClassName
{
border-color: #FCA80F;
}
</style>