Shades of Dark Tangerine #FDA80C
Tints of Dark Tangerine #FDA80C
RGB
CMYK
RGB Variations
Color information
#FDA80C (or 0xFDA80C) is known color: Dark Tangerine. HEX triplet: FD, A8 and 0C. RGB value is (253,168,12). Sum of RGB (Red+Green+Blue) = 253+168+12=433 (57% of max value = 765). Red value is 253 (99.22% from 255 or 58.43% from 433); Green value is 168 (66.02% from 255 or 38.80% from 433); Blue value is 12 (5.08% from 255 or 2.77% from 433); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA80C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FDA80C is #0257F3. Grayscale: #B0B0B0. Windows color (decimal): -153588 or 829693. OLE color: 829693.
HSL color Cylindrical-coordinate representation of color #FDA80C: hue angle of 38.84º 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 #FDA80C is Cyan = 0, Magento = 0.34, Yellow = 0.95 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 168 | 12 | - |
| CMYK | 0 | 0.34 | 0.95 | 0.01 |
| HSL | 38.84º | 0.98% | 0.52% | - |
| HSV(B) | 38.84º | 0.95% | 0.99% | - |
| XYZ | 54.58 | 48.91 | 6.91 | - |
| YUV | 175.63 | 35.66 | 183.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 168 | 12 | 0 | 0.34 | 0.95 | 0.01 | 38.84 | 0.98 | 0.52 |
| Hex | FD | A8 | C | 0 | 22 | 5F | 1 | 27 | 62 | 34 |
| Octal | 375 | 250 | 14 | 0 | 42 | 137 | 1 | 47 | 142 | 64 |
| Binary | 11111101 | 10101000 | 1100 | 0 | 100010 | 1011111 | 1 | 100111 | 1100010 | 110100 |
Color Harmonies of #FDA80C
Complementary color
Monochromatic Colors of #FDA80C
Black with #FDA80C
Text Example
Text Example
White with #FDA80C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA80C; }
p { color: rgb(253,168,12); }
H1.HeaderClassName
{
color: #FDA80C;
}
.AnyTagClassName
{
color: #FDA80C;
}
</style>
background-color css
<style>
a { background-color: #FDA80C; }
a { background-color: rgb(253,168,12); }
div.DivClassName
{
background-color: #FDA80C;
}
.BgClassName
{
background-color: #FDA80C;
}
</style>
border-color css
<style>
span { border-color: #FDA80C; }
span { border-color: rgb(253,168,12); }
td.TdClassName
{
border-color: #FDA80C;
}
.TagClassName
{
border-color: #FDA80C;
}
</style>