Shades of Dark Tangerine #FCA30D
Tints of Dark Tangerine #FCA30D
RGB
CMYK
RGB Variations
Color information
#FCA30D (or 0xFCA30D) is known color: Dark Tangerine. HEX triplet: FC, A3 and 0D. RGB value is (252,163,13). Sum of RGB (Red+Green+Blue) = 252+163+13=428 (56% of max value = 765). Red value is 252 (98.83% from 255 or 58.88% from 428); Green value is 163 (64.06% from 255 or 38.08% from 428); Blue value is 13 (5.47% from 255 or 3.04% from 428); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA30D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FCA30D is #035CF2. Grayscale: #ADADAD. Windows color (decimal): -220403 or 893948. OLE color: 893948.
HSL color Cylindrical-coordinate representation of color #FCA30D: hue angle of 37.66º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FCA30D is Cyan = 0, Magento = 0.35, Yellow = 0.95 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 163 | 13 | - |
CMYK | 0 | 0.35 | 0.95 | 0.01 |
HSL | 37.66º | 0.98% | 0.52% | - |
HSV(B) | 37.66º | 0.95% | 0.99% | - |
XYZ | 53.31 | 46.92 | 6.63 | - |
YUV | 172.51 | 37.99 | 184.7 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 163 | 13 | 0 | 0.35 | 0.95 | 0.01 | 37.66 | 0.98 | 0.52 |
Hex | FC | A3 | D | 0 | 23 | 5F | 1 | 26 | 62 | 34 |
Octal | 374 | 243 | 15 | 0 | 43 | 137 | 1 | 46 | 142 | 64 |
Binary | 11111100 | 10100011 | 1101 | 0 | 100011 | 1011111 | 1 | 100110 | 1100010 | 110100 |
Color Harmonies of #FCA30D
Complementary color
Monochromatic Colors of #FCA30D
Black with #FCA30D
Text Example
Text Example
White with #FCA30D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCA30D; }
p { color: rgb(252,163,13); }
H1.HeaderClassName
{
color: #FCA30D;
}
.AnyTagClassName
{
color: #FCA30D;
}
</style>
background-color css
<style>
a { background-color: #FCA30D; }
a { background-color: rgb(252,163,13); }
div.DivClassName
{
background-color: #FCA30D;
}
.BgClassName
{
background-color: #FCA30D;
}
</style>
border-color css
<style>
span { border-color: #FCA30D; }
span { border-color: rgb(252,163,13); }
td.TdClassName
{
border-color: #FCA30D;
}
.TagClassName
{
border-color: #FCA30D;
}
</style>