Shades of Dark Tangerine #FDB31B
Tints of Dark Tangerine #FDB31B
RGB
CMYK
RGB Variations
Color information
#FDB31B (or 0xFDB31B) is known color: Dark Tangerine. HEX triplet: FD, B3 and 1B. RGB value is (253,179,27). Sum of RGB (Red+Green+Blue) = 253+179+27=459 (60% of max value = 765). Red value is 253 (99.22% from 255 or 55.12% from 459); Green value is 179 (70.31% from 255 or 39.00% from 459); Blue value is 27 (10.94% from 255 or 5.88% from 459); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB31B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDB31B is #024CE4. Grayscale: #B8B8B8. Windows color (decimal): -150757 or 1815549. OLE color: 1815549.
HSL color Cylindrical-coordinate representation of color #FDB31B: hue angle of 40.35º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FDB31B is Cyan = 0, Magento = 0.29, Yellow = 0.89 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 179 | 27 | - |
| CMYK | 0 | 0.29 | 0.89 | 0.01 |
| HSL | 40.35º | 0.98% | 0.55% | - |
| HSV(B) | 40.35º | 0.89% | 0.99% | - |
| XYZ | 56.83 | 53.2 | 8.31 | - |
| YUV | 183.8 | 39.52 | 177.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 179 | 27 | 0 | 0.29 | 0.89 | 0.01 | 40.35 | 0.98 | 0.55 |
| Hex | FD | B3 | 1B | 0 | 1D | 59 | 1 | 28 | 62 | 37 |
| Octal | 375 | 263 | 33 | 0 | 35 | 131 | 1 | 50 | 142 | 67 |
| Binary | 11111101 | 10110011 | 11011 | 0 | 11101 | 1011001 | 1 | 101000 | 1100010 | 110111 |
Color Harmonies of #FDB31B
Complementary color
Monochromatic Colors of #FDB31B
Black with #FDB31B
Text Example
Text Example
White with #FDB31B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB31B; }
p { color: rgb(253,179,27); }
H1.HeaderClassName
{
color: #FDB31B;
}
.AnyTagClassName
{
color: #FDB31B;
}
</style>
background-color css
<style>
a { background-color: #FDB31B; }
a { background-color: rgb(253,179,27); }
div.DivClassName
{
background-color: #FDB31B;
}
.BgClassName
{
background-color: #FDB31B;
}
</style>
border-color css
<style>
span { border-color: #FDB31B; }
span { border-color: rgb(253,179,27); }
td.TdClassName
{
border-color: #FDB31B;
}
.TagClassName
{
border-color: #FDB31B;
}
</style>