Shades of Dark Tangerine #FDB61A
Tints of Dark Tangerine #FDB61A
RGB
CMYK
RGB Variations
Color information
#FDB61A (or 0xFDB61A) is known color: Dark Tangerine. HEX triplet: FD, B6 and 1A. RGB value is (253,182,26). Sum of RGB (Red+Green+Blue) = 253+182+26=461 (61% of max value = 765). Red value is 253 (99.22% from 255 or 54.88% from 461); Green value is 182 (71.48% from 255 or 39.48% from 461); Blue value is 26 (10.55% from 255 or 5.64% from 461); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB61A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDB61A is #0249E5. Grayscale: #BABABA. Windows color (decimal): -149990 or 1750781. OLE color: 1750781.
HSL color Cylindrical-coordinate representation of color #FDB61A: hue angle of 41.23º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FDB61A is Cyan = 0, Magento = 0.28, Yellow = 0.90 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 182 | 26 | - |
| CMYK | 0 | 0.28 | 0.90 | 0.01 |
| HSL | 41.23º | 0.98% | 0.55% | - |
| HSV(B) | 41.23º | 0.9% | 0.99% | - |
| XYZ | 57.42 | 54.41 | 8.45 | - |
| YUV | 185.45 | 38.02 | 176.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 182 | 26 | 0 | 0.28 | 0.90 | 0.01 | 41.23 | 0.98 | 0.55 |
| Hex | FD | B6 | 1A | 0 | 1C | 5A | 1 | 29 | 62 | 37 |
| Octal | 375 | 266 | 32 | 0 | 34 | 132 | 1 | 51 | 142 | 67 |
| Binary | 11111101 | 10110110 | 11010 | 0 | 11100 | 1011010 | 1 | 101001 | 1100010 | 110111 |
Color Harmonies of #FDB61A
Complementary color
Monochromatic Colors of #FDB61A
Black with #FDB61A
Text Example
Text Example
White with #FDB61A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB61A; }
p { color: rgb(253,182,26); }
H1.HeaderClassName
{
color: #FDB61A;
}
.AnyTagClassName
{
color: #FDB61A;
}
</style>
background-color css
<style>
a { background-color: #FDB61A; }
a { background-color: rgb(253,182,26); }
div.DivClassName
{
background-color: #FDB61A;
}
.BgClassName
{
background-color: #FDB61A;
}
</style>
border-color css
<style>
span { border-color: #FDB61A; }
span { border-color: rgb(253,182,26); }
td.TdClassName
{
border-color: #FDB61A;
}
.TagClassName
{
border-color: #FDB61A;
}
</style>