Shades of Dark Tangerine #FDB513
Tints of Dark Tangerine #FDB513
RGB
CMYK
RGB Variations
Color information
#FDB513 (or 0xFDB513) is known color: Dark Tangerine. HEX triplet: FD, B5 and 13. RGB value is (253,181,19). Sum of RGB (Red+Green+Blue) = 253+181+19=453 (60% of max value = 765). Red value is 253 (99.22% from 255 or 55.85% from 453); Green value is 181 (71.09% from 255 or 39.96% from 453); Blue value is 19 (7.81% from 255 or 4.19% from 453); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB513 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDB513 is #024AEC. Grayscale: #B8B8B8. Windows color (decimal): -150253 or 1291773. OLE color: 1291773.
HSL color Cylindrical-coordinate representation of color #FDB513: hue angle of 41.54º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FDB513 is Cyan = 0, Magento = 0.28, Yellow = 0.92 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 181 | 19 | - |
| CMYK | 0 | 0.28 | 0.92 | 0.01 |
| HSL | 41.54º | 0.98% | 0.53% | - |
| HSV(B) | 41.54º | 0.92% | 0.99% | - |
| XYZ | 57.15 | 53.98 | 8.02 | - |
| YUV | 184.06 | 34.85 | 177.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 181 | 19 | 0 | 0.28 | 0.92 | 0.01 | 41.54 | 0.98 | 0.53 |
| Hex | FD | B5 | 13 | 0 | 1C | 5C | 1 | 2A | 62 | 35 |
| Octal | 375 | 265 | 23 | 0 | 34 | 134 | 1 | 52 | 142 | 65 |
| Binary | 11111101 | 10110101 | 10011 | 0 | 11100 | 1011100 | 1 | 101010 | 1100010 | 110101 |
Color Harmonies of #FDB513
Complementary color
Monochromatic Colors of #FDB513
Black with #FDB513
Text Example
Text Example
White with #FDB513
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB513; }
p { color: rgb(253,181,19); }
H1.HeaderClassName
{
color: #FDB513;
}
.AnyTagClassName
{
color: #FDB513;
}
</style>
background-color css
<style>
a { background-color: #FDB513; }
a { background-color: rgb(253,181,19); }
div.DivClassName
{
background-color: #FDB513;
}
.BgClassName
{
background-color: #FDB513;
}
</style>
border-color css
<style>
span { border-color: #FDB513; }
span { border-color: rgb(253,181,19); }
td.TdClassName
{
border-color: #FDB513;
}
.TagClassName
{
border-color: #FDB513;
}
</style>