Shades of Dark Tangerine #FDB41F
Tints of Dark Tangerine #FDB41F
RGB
CMYK
RGB Variations
Color information
#FDB41F (or 0xFDB41F) is known color: Dark Tangerine. HEX triplet: FD, B4 and 1F. RGB value is (253,180,31). Sum of RGB (Red+Green+Blue) = 253+180+31=464 (61% of max value = 765). Red value is 253 (99.22% from 255 or 54.53% from 464); Green value is 180 (70.70% from 255 or 38.79% from 464); Blue value is 31 (12.5% from 255 or 6.68% from 464); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB41F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDB41F is #024BE0. Grayscale: #B9B9B9. Windows color (decimal): -150497 or 2077949. OLE color: 2077949.
HSL color Cylindrical-coordinate representation of color #FDB41F: hue angle of 40.27º degrees, saturation: 0.98, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FDB41F is Cyan = 0, Magento = 0.29, Yellow = 0.88 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 180 | 31 | - |
| CMYK | 0 | 0.29 | 0.88 | 0.01 |
| HSL | 40.27º | 0.98% | 0.56% | - |
| HSV(B) | 40.27º | 0.88% | 0.99% | - |
| XYZ | 57.08 | 53.62 | 8.64 | - |
| YUV | 184.84 | 41.18 | 176.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 180 | 31 | 0 | 0.29 | 0.88 | 0.01 | 40.27 | 0.98 | 0.56 |
| Hex | FD | B4 | 1F | 0 | 1D | 58 | 1 | 28 | 62 | 38 |
| Octal | 375 | 264 | 37 | 0 | 35 | 130 | 1 | 50 | 142 | 70 |
| Binary | 11111101 | 10110100 | 11111 | 0 | 11101 | 1011000 | 1 | 101000 | 1100010 | 111000 |
Color Harmonies of #FDB41F
Complementary color
Monochromatic Colors of #FDB41F
Black with #FDB41F
Text Example
Text Example
White with #FDB41F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB41F; }
p { color: rgb(253,180,31); }
H1.HeaderClassName
{
color: #FDB41F;
}
.AnyTagClassName
{
color: #FDB41F;
}
</style>
background-color css
<style>
a { background-color: #FDB41F; }
a { background-color: rgb(253,180,31); }
div.DivClassName
{
background-color: #FDB41F;
}
.BgClassName
{
background-color: #FDB41F;
}
</style>
border-color css
<style>
span { border-color: #FDB41F; }
span { border-color: rgb(253,180,31); }
td.TdClassName
{
border-color: #FDB41F;
}
.TagClassName
{
border-color: #FDB41F;
}
</style>