Shades of Dark Tangerine #FDB01F
Tints of Dark Tangerine #FDB01F
RGB
CMYK
RGB Variations
Color information
#FDB01F (or 0xFDB01F) is known color: Dark Tangerine. HEX triplet: FD, B0 and 1F. RGB value is (253,176,31). Sum of RGB (Red+Green+Blue) = 253+176+31=460 (60% of max value = 765). Red value is 253 (99.22% from 255 or 55% from 460); Green value is 176 (69.14% from 255 or 38.26% from 460); Blue value is 31 (12.5% from 255 or 6.74% from 460); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB01F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FDB01F is #024FE0. Grayscale: #B7B7B7. Windows color (decimal): -151521 or 2076925. OLE color: 2076925.
HSL color Cylindrical-coordinate representation of color #FDB01F: hue angle of 39.19º degrees, saturation: 0.98, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FDB01F is Cyan = 0, Magento = 0.30, Yellow = 0.88 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 176 | 31 | - |
| CMYK | 0 | 0.30 | 0.88 | 0.01 |
| HSL | 39.19º | 0.98% | 0.56% | - |
| HSV(B) | 39.19º | 0.88% | 0.99% | - |
| XYZ | 56.28 | 52.03 | 8.37 | - |
| YUV | 182.49 | 42.51 | 178.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 176 | 31 | 0 | 0.30 | 0.88 | 0.01 | 39.19 | 0.98 | 0.56 |
| Hex | FD | B0 | 1F | 0 | 1E | 58 | 1 | 27 | 62 | 38 |
| Octal | 375 | 260 | 37 | 0 | 36 | 130 | 1 | 47 | 142 | 70 |
| Binary | 11111101 | 10110000 | 11111 | 0 | 11110 | 1011000 | 1 | 100111 | 1100010 | 111000 |
Color Harmonies of #FDB01F
Complementary color
Monochromatic Colors of #FDB01F
Black with #FDB01F
Text Example
Text Example
White with #FDB01F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB01F; }
p { color: rgb(253,176,31); }
H1.HeaderClassName
{
color: #FDB01F;
}
.AnyTagClassName
{
color: #FDB01F;
}
</style>
background-color css
<style>
a { background-color: #FDB01F; }
a { background-color: rgb(253,176,31); }
div.DivClassName
{
background-color: #FDB01F;
}
.BgClassName
{
background-color: #FDB01F;
}
</style>
border-color css
<style>
span { border-color: #FDB01F; }
span { border-color: rgb(253,176,31); }
td.TdClassName
{
border-color: #FDB01F;
}
.TagClassName
{
border-color: #FDB01F;
}
</style>