Shades of Dark Tangerine #FDB812
Tints of Dark Tangerine #FDB812
RGB
CMYK
RGB Variations
Color information
#FDB812 (or 0xFDB812) is known color: Dark Tangerine. HEX triplet: FD, B8 and 12. RGB value is (253,184,18). Sum of RGB (Red+Green+Blue) = 253+184+18=455 (60% of max value = 765). Red value is 253 (99.22% from 255 or 55.60% from 455); Green value is 184 (72.27% from 255 or 40.44% from 455); Blue value is 18 (7.42% from 255 or 3.96% from 455); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB812 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDB812 is #0247ED. Grayscale: #BABABA. Windows color (decimal): -149486 or 1227005. OLE color: 1227005.
HSL color Cylindrical-coordinate representation of color #FDB812: hue angle of 42.38º 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 #FDB812 is Cyan = 0, Magento = 0.27, Yellow = 0.93 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 184 | 18 | - |
| CMYK | 0 | 0.27 | 0.93 | 0.01 |
| HSL | 42.38º | 0.98% | 0.53% | - |
| HSV(B) | 42.38º | 0.93% | 0.99% | - |
| XYZ | 57.76 | 55.21 | 8.18 | - |
| YUV | 185.71 | 33.36 | 176 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 184 | 18 | 0 | 0.27 | 0.93 | 0.01 | 42.38 | 0.98 | 0.53 |
| Hex | FD | B8 | 12 | 0 | 1B | 5D | 1 | 2A | 62 | 35 |
| Octal | 375 | 270 | 22 | 0 | 33 | 135 | 1 | 52 | 142 | 65 |
| Binary | 11111101 | 10111000 | 10010 | 0 | 11011 | 1011101 | 1 | 101010 | 1100010 | 110101 |
Color Harmonies of #FDB812
Complementary color
Monochromatic Colors of #FDB812
Black with #FDB812
Text Example
Text Example
White with #FDB812
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB812; }
p { color: rgb(253,184,18); }
H1.HeaderClassName
{
color: #FDB812;
}
.AnyTagClassName
{
color: #FDB812;
}
</style>
background-color css
<style>
a { background-color: #FDB812; }
a { background-color: rgb(253,184,18); }
div.DivClassName
{
background-color: #FDB812;
}
.BgClassName
{
background-color: #FDB812;
}
</style>
border-color css
<style>
span { border-color: #FDB812; }
span { border-color: rgb(253,184,18); }
td.TdClassName
{
border-color: #FDB812;
}
.TagClassName
{
border-color: #FDB812;
}
</style>