Shades of Dark Tangerine #FDB11D
Tints of Dark Tangerine #FDB11D
RGB
CMYK
RGB Variations
Color information
#FDB11D (or 0xFDB11D) is known color: Dark Tangerine. HEX triplet: FD, B1 and 1D. RGB value is (253,177,29). Sum of RGB (Red+Green+Blue) = 253+177+29=459 (60% of max value = 765). Red value is 253 (99.22% from 255 or 55.12% from 459); Green value is 177 (69.53% from 255 or 38.56% from 459); Blue value is 29 (11.72% from 255 or 6.32% from 459); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB11D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FDB11D is #024EE2. Grayscale: #B7B7B7. Windows color (decimal): -151267 or 1946109. OLE color: 1946109.
HSL color Cylindrical-coordinate representation of color #FDB11D: hue angle of 39.64º 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 #FDB11D is Cyan = 0, Magento = 0.30, Yellow = 0.89 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 177 | 29 | - |
| CMYK | 0 | 0.30 | 0.89 | 0.01 |
| HSL | 39.64º | 0.98% | 0.55% | - |
| HSV(B) | 39.64º | 0.89% | 0.99% | - |
| XYZ | 56.45 | 52.42 | 8.3 | - |
| YUV | 182.85 | 41.18 | 178.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 177 | 29 | 0 | 0.30 | 0.89 | 0.01 | 39.64 | 0.98 | 0.55 |
| Hex | FD | B1 | 1D | 0 | 1E | 59 | 1 | 28 | 62 | 37 |
| Octal | 375 | 261 | 35 | 0 | 36 | 131 | 1 | 50 | 142 | 67 |
| Binary | 11111101 | 10110001 | 11101 | 0 | 11110 | 1011001 | 1 | 101000 | 1100010 | 110111 |
Color Harmonies of #FDB11D
Complementary color
Monochromatic Colors of #FDB11D
Black with #FDB11D
Text Example
Text Example
White with #FDB11D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB11D; }
p { color: rgb(253,177,29); }
H1.HeaderClassName
{
color: #FDB11D;
}
.AnyTagClassName
{
color: #FDB11D;
}
</style>
background-color css
<style>
a { background-color: #FDB11D; }
a { background-color: rgb(253,177,29); }
div.DivClassName
{
background-color: #FDB11D;
}
.BgClassName
{
background-color: #FDB11D;
}
</style>
border-color css
<style>
span { border-color: #FDB11D; }
span { border-color: rgb(253,177,29); }
td.TdClassName
{
border-color: #FDB11D;
}
.TagClassName
{
border-color: #FDB11D;
}
</style>