Shades of Dark Tangerine #FDB31A
Tints of Dark Tangerine #FDB31A
RGB
CMYK
RGB Variations
Color information
#FDB31A (or 0xFDB31A) is known color: Dark Tangerine. HEX triplet: FD, B3 and 1A. RGB value is (253,179,26). Sum of RGB (Red+Green+Blue) = 253+179+26=458 (60% of max value = 765). Red value is 253 (99.22% from 255 or 55.24% from 458); Green value is 179 (70.31% from 255 or 39.08% from 458); Blue value is 26 (10.55% from 255 or 5.68% from 458); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB31A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDB31A is #024CE5. Grayscale: #B8B8B8. Windows color (decimal): -150758 or 1750013. OLE color: 1750013.
HSL color Cylindrical-coordinate representation of color #FDB31A: hue angle of 40.44º 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 #FDB31A is Cyan = 0, Magento = 0.29, Yellow = 0.90 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 179 | 26 | - |
| CMYK | 0 | 0.29 | 0.90 | 0.01 |
| HSL | 40.44º | 0.98% | 0.55% | - |
| HSV(B) | 40.44º | 0.9% | 0.99% | - |
| XYZ | 56.81 | 53.2 | 8.25 | - |
| YUV | 183.68 | 39.02 | 177.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 179 | 26 | 0 | 0.29 | 0.90 | 0.01 | 40.44 | 0.98 | 0.55 |
| Hex | FD | B3 | 1A | 0 | 1D | 5A | 1 | 28 | 62 | 37 |
| Octal | 375 | 263 | 32 | 0 | 35 | 132 | 1 | 50 | 142 | 67 |
| Binary | 11111101 | 10110011 | 11010 | 0 | 11101 | 1011010 | 1 | 101000 | 1100010 | 110111 |
Color Harmonies of #FDB31A
Complementary color
Monochromatic Colors of #FDB31A
Black with #FDB31A
Text Example
Text Example
White with #FDB31A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB31A; }
p { color: rgb(253,179,26); }
H1.HeaderClassName
{
color: #FDB31A;
}
.AnyTagClassName
{
color: #FDB31A;
}
</style>
background-color css
<style>
a { background-color: #FDB31A; }
a { background-color: rgb(253,179,26); }
div.DivClassName
{
background-color: #FDB31A;
}
.BgClassName
{
background-color: #FDB31A;
}
</style>
border-color css
<style>
span { border-color: #FDB31A; }
span { border-color: rgb(253,179,26); }
td.TdClassName
{
border-color: #FDB31A;
}
.TagClassName
{
border-color: #FDB31A;
}
</style>