Shades of Dark Tangerine #FDB01A
Tints of Dark Tangerine #FDB01A
RGB
CMYK
RGB Variations
Color information
#FDB01A (or 0xFDB01A) is known color: Dark Tangerine. HEX triplet: FD, B0 and 1A. RGB value is (253,176,26). Sum of RGB (Red+Green+Blue) = 253+176+26=455 (60% of max value = 765). Red value is 253 (99.22% from 255 or 55.60% from 455); Green value is 176 (69.14% from 255 or 38.68% from 455); Blue value is 26 (10.55% from 255 or 5.71% from 455); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB01A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FDB01A is #024FE5. Grayscale: #B6B6B6. Windows color (decimal): -151526 or 1749245. OLE color: 1749245.
HSL color Cylindrical-coordinate representation of color #FDB01A: hue angle of 39.65º 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 #FDB01A is Cyan = 0, Magento = 0.30, Yellow = 0.90 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 176 | 26 | - |
| CMYK | 0 | 0.30 | 0.90 | 0.01 |
| HSL | 39.65º | 0.98% | 0.55% | - |
| HSV(B) | 39.65º | 0.9% | 0.99% | - |
| XYZ | 56.22 | 52.01 | 8.05 | - |
| YUV | 181.92 | 40.01 | 178.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 176 | 26 | 0 | 0.30 | 0.90 | 0.01 | 39.65 | 0.98 | 0.55 |
| Hex | FD | B0 | 1A | 0 | 1E | 5A | 1 | 28 | 62 | 37 |
| Octal | 375 | 260 | 32 | 0 | 36 | 132 | 1 | 50 | 142 | 67 |
| Binary | 11111101 | 10110000 | 11010 | 0 | 11110 | 1011010 | 1 | 101000 | 1100010 | 110111 |
Color Harmonies of #FDB01A
Complementary color
Monochromatic Colors of #FDB01A
Black with #FDB01A
Text Example
Text Example
White with #FDB01A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB01A; }
p { color: rgb(253,176,26); }
H1.HeaderClassName
{
color: #FDB01A;
}
.AnyTagClassName
{
color: #FDB01A;
}
</style>
background-color css
<style>
a { background-color: #FDB01A; }
a { background-color: rgb(253,176,26); }
div.DivClassName
{
background-color: #FDB01A;
}
.BgClassName
{
background-color: #FDB01A;
}
</style>
border-color css
<style>
span { border-color: #FDB01A; }
span { border-color: rgb(253,176,26); }
td.TdClassName
{
border-color: #FDB01A;
}
.TagClassName
{
border-color: #FDB01A;
}
</style>