Shades of Dark Tangerine #FDA00C
Tints of Dark Tangerine #FDA00C
RGB
CMYK
RGB Variations
Color information
#FDA00C (or 0xFDA00C) is known color: Dark Tangerine. HEX triplet: FD, A0 and 0C. RGB value is (253,160,12). Sum of RGB (Red+Green+Blue) = 253+160+12=425 (56% of max value = 765). Red value is 253 (99.22% from 255 or 59.53% from 425); Green value is 160 (62.89% from 255 or 37.65% from 425); Blue value is 12 (5.08% from 255 or 2.82% from 425); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA00C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FDA00C is #025FF3. Grayscale: #ABABAB. Windows color (decimal): -155636 or 827645. OLE color: 827645.
HSL color Cylindrical-coordinate representation of color #FDA00C: hue angle of 36.85º 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 #FDA00C is Cyan = 0, Magento = 0.37, Yellow = 0.95 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 160 | 12 | - |
| CMYK | 0 | 0.37 | 0.95 | 0.01 |
| HSL | 36.85º | 0.98% | 0.52% | - |
| HSV(B) | 36.85º | 0.95% | 0.99% | - |
| XYZ | 53.15 | 46.05 | 6.44 | - |
| YUV | 170.94 | 38.31 | 186.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 160 | 12 | 0 | 0.37 | 0.95 | 0.01 | 36.85 | 0.98 | 0.52 |
| Hex | FD | A0 | C | 0 | 25 | 5F | 1 | 25 | 62 | 34 |
| Octal | 375 | 240 | 14 | 0 | 45 | 137 | 1 | 45 | 142 | 64 |
| Binary | 11111101 | 10100000 | 1100 | 0 | 100101 | 1011111 | 1 | 100101 | 1100010 | 110100 |
Color Harmonies of #FDA00C
Complementary color
Monochromatic Colors of #FDA00C
Black with #FDA00C
Text Example
Text Example
White with #FDA00C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA00C; }
p { color: rgb(253,160,12); }
H1.HeaderClassName
{
color: #FDA00C;
}
.AnyTagClassName
{
color: #FDA00C;
}
</style>
background-color css
<style>
a { background-color: #FDA00C; }
a { background-color: rgb(253,160,12); }
div.DivClassName
{
background-color: #FDA00C;
}
.BgClassName
{
background-color: #FDA00C;
}
</style>
border-color css
<style>
span { border-color: #FDA00C; }
span { border-color: rgb(253,160,12); }
td.TdClassName
{
border-color: #FDA00C;
}
.TagClassName
{
border-color: #FDA00C;
}
</style>