Shades of Dark Tangerine #FDA812
Tints of Dark Tangerine #FDA812
RGB
CMYK
RGB Variations
Color information
#FDA812 (or 0xFDA812) is known color: Dark Tangerine. HEX triplet: FD, A8 and 12. RGB value is (253,168,18). Sum of RGB (Red+Green+Blue) = 253+168+18=439 (58% of max value = 765). Red value is 253 (99.22% from 255 or 57.63% from 439); Green value is 168 (66.02% from 255 or 38.27% from 439); Blue value is 18 (7.42% from 255 or 4.10% from 439); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA812 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FDA812 is #0257ED. Grayscale: #B0B0B0. Windows color (decimal): -153582 or 1222909. OLE color: 1222909.
HSL color Cylindrical-coordinate representation of color #FDA812: hue angle of 38.3º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FDA812 is Cyan = 0, Magento = 0.34, Yellow = 0.93 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 168 | 18 | - |
| CMYK | 0 | 0.34 | 0.93 | 0.01 |
| HSL | 38.3º | 0.98% | 0.53% | - |
| HSV(B) | 38.3º | 0.93% | 0.99% | - |
| XYZ | 54.62 | 48.93 | 7.14 | - |
| YUV | 176.32 | 38.66 | 182.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 168 | 18 | 0 | 0.34 | 0.93 | 0.01 | 38.3 | 0.98 | 0.53 |
| Hex | FD | A8 | 12 | 0 | 22 | 5D | 1 | 26 | 62 | 35 |
| Octal | 375 | 250 | 22 | 0 | 42 | 135 | 1 | 46 | 142 | 65 |
| Binary | 11111101 | 10101000 | 10010 | 0 | 100010 | 1011101 | 1 | 100110 | 1100010 | 110101 |
Color Harmonies of #FDA812
Complementary color
Monochromatic Colors of #FDA812
Black with #FDA812
Text Example
Text Example
White with #FDA812
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA812; }
p { color: rgb(253,168,18); }
H1.HeaderClassName
{
color: #FDA812;
}
.AnyTagClassName
{
color: #FDA812;
}
</style>
background-color css
<style>
a { background-color: #FDA812; }
a { background-color: rgb(253,168,18); }
div.DivClassName
{
background-color: #FDA812;
}
.BgClassName
{
background-color: #FDA812;
}
</style>
border-color css
<style>
span { border-color: #FDA812; }
span { border-color: rgb(253,168,18); }
td.TdClassName
{
border-color: #FDA812;
}
.TagClassName
{
border-color: #FDA812;
}
</style>