Shades of Dark Tangerine #FDB515
Tints of Dark Tangerine #FDB515
RGB
CMYK
RGB Variations
Color information
#FDB515 (or 0xFDB515) is known color: Dark Tangerine. HEX triplet: FD, B5 and 15. RGB value is (253,181,21). Sum of RGB (Red+Green+Blue) = 253+181+21=455 (60% of max value = 765). Red value is 253 (99.22% from 255 or 55.60% from 455); Green value is 181 (71.09% from 255 or 39.78% from 455); Blue value is 21 (8.59% from 255 or 4.62% from 455); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB515 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDB515 is #024AEA. Grayscale: #B9B9B9. Windows color (decimal): -150251 or 1422845. OLE color: 1422845.
HSL color Cylindrical-coordinate representation of color #FDB515: hue angle of 41.38º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FDB515 is Cyan = 0, Magento = 0.28, Yellow = 0.92 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 181 | 21 | - |
CMYK | 0 | 0.28 | 0.92 | 0.01 |
HSL | 41.38º | 0.98% | 0.54% | - |
HSV(B) | 41.38º | 0.92% | 0.99% | - |
XYZ | 57.17 | 53.98 | 8.12 | - |
YUV | 184.29 | 35.85 | 177.01 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 181 | 21 | 0 | 0.28 | 0.92 | 0.01 | 41.38 | 0.98 | 0.54 |
Hex | FD | B5 | 15 | 0 | 1C | 5C | 1 | 29 | 62 | 36 |
Octal | 375 | 265 | 25 | 0 | 34 | 134 | 1 | 51 | 142 | 66 |
Binary | 11111101 | 10110101 | 10101 | 0 | 11100 | 1011100 | 1 | 101001 | 1100010 | 110110 |
Color Harmonies of #FDB515
Complementary color
Monochromatic Colors of #FDB515
Black with #FDB515
Text Example
Text Example
White with #FDB515
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB515; }
p { color: rgb(253,181,21); }
H1.HeaderClassName
{
color: #FDB515;
}
.AnyTagClassName
{
color: #FDB515;
}
</style>
background-color css
<style>
a { background-color: #FDB515; }
a { background-color: rgb(253,181,21); }
div.DivClassName
{
background-color: #FDB515;
}
.BgClassName
{
background-color: #FDB515;
}
</style>
border-color css
<style>
span { border-color: #FDB515; }
span { border-color: rgb(253,181,21); }
td.TdClassName
{
border-color: #FDB515;
}
.TagClassName
{
border-color: #FDB515;
}
</style>