Shades of Dark Tangerine #FDB11E
Tints of Dark Tangerine #FDB11E
RGB
CMYK
RGB Variations
Color information
#FDB11E (or 0xFDB11E) is known color: Dark Tangerine. HEX triplet: FD, B1 and 1E. RGB value is (253,177,30). Sum of RGB (Red+Green+Blue) = 253+177+30=460 (60% of max value = 765). Red value is 253 (99.22% from 255 or 55% from 460); Green value is 177 (69.53% from 255 or 38.48% from 460); Blue value is 30 (12.11% from 255 or 6.52% from 460); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB11E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FDB11E is #024EE1. Grayscale: #B7B7B7. Windows color (decimal): -151266 or 2011645. OLE color: 2011645.
HSL color Cylindrical-coordinate representation of color #FDB11E: hue angle of 39.55º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FDB11E is Cyan = 0, Magento = 0.30, Yellow = 0.88 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 177 | 30 | - |
| CMYK | 0 | 0.30 | 0.88 | 0.01 |
| HSL | 39.55º | 0.98% | 0.55% | - |
| HSV(B) | 39.55º | 0.88% | 0.99% | - |
| XYZ | 56.46 | 52.42 | 8.37 | - |
| YUV | 182.97 | 41.68 | 177.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 177 | 30 | 0 | 0.30 | 0.88 | 0.01 | 39.55 | 0.98 | 0.55 |
| Hex | FD | B1 | 1E | 0 | 1E | 58 | 1 | 28 | 62 | 37 |
| Octal | 375 | 261 | 36 | 0 | 36 | 130 | 1 | 50 | 142 | 67 |
| Binary | 11111101 | 10110001 | 11110 | 0 | 11110 | 1011000 | 1 | 101000 | 1100010 | 110111 |
Color Harmonies of #FDB11E
Complementary color
Monochromatic Colors of #FDB11E
Black with #FDB11E
Text Example
Text Example
White with #FDB11E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB11E; }
p { color: rgb(253,177,30); }
H1.HeaderClassName
{
color: #FDB11E;
}
.AnyTagClassName
{
color: #FDB11E;
}
</style>
background-color css
<style>
a { background-color: #FDB11E; }
a { background-color: rgb(253,177,30); }
div.DivClassName
{
background-color: #FDB11E;
}
.BgClassName
{
background-color: #FDB11E;
}
</style>
border-color css
<style>
span { border-color: #FDB11E; }
span { border-color: rgb(253,177,30); }
td.TdClassName
{
border-color: #FDB11E;
}
.TagClassName
{
border-color: #FDB11E;
}
</style>