Shades of Dark Tangerine #FDB312
Tints of Dark Tangerine #FDB312
RGB
CMYK
RGB Variations
Color information
#FDB312 (or 0xFDB312) is known color: Dark Tangerine. HEX triplet: FD, B3 and 12. RGB value is (253,179,18). Sum of RGB (Red+Green+Blue) = 253+179+18=450 (59% of max value = 765). Red value is 253 (99.22% from 255 or 56.22% from 450); Green value is 179 (70.31% from 255 or 39.78% from 450); Blue value is 18 (7.42% from 255 or 4% from 450); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB312 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDB312 is #024CED. Grayscale: #B7B7B7. Windows color (decimal): -150766 or 1225725. OLE color: 1225725.
HSL color Cylindrical-coordinate representation of color #FDB312: hue angle of 41.11º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FDB312 is Cyan = 0, Magento = 0.29, Yellow = 0.93 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 179 | 18 | - |
| CMYK | 0 | 0.29 | 0.93 | 0.01 |
| HSL | 41.11º | 0.98% | 0.53% | - |
| HSV(B) | 41.11º | 0.93% | 0.99% | - |
| XYZ | 56.74 | 53.17 | 7.84 | - |
| YUV | 182.77 | 35.02 | 178.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 179 | 18 | 0 | 0.29 | 0.93 | 0.01 | 41.11 | 0.98 | 0.53 |
| Hex | FD | B3 | 12 | 0 | 1D | 5D | 1 | 29 | 62 | 35 |
| Octal | 375 | 263 | 22 | 0 | 35 | 135 | 1 | 51 | 142 | 65 |
| Binary | 11111101 | 10110011 | 10010 | 0 | 11101 | 1011101 | 1 | 101001 | 1100010 | 110101 |
Color Harmonies of #FDB312
Complementary color
Monochromatic Colors of #FDB312
Black with #FDB312
Text Example
Text Example
White with #FDB312
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB312; }
p { color: rgb(253,179,18); }
H1.HeaderClassName
{
color: #FDB312;
}
.AnyTagClassName
{
color: #FDB312;
}
</style>
background-color css
<style>
a { background-color: #FDB312; }
a { background-color: rgb(253,179,18); }
div.DivClassName
{
background-color: #FDB312;
}
.BgClassName
{
background-color: #FDB312;
}
</style>
border-color css
<style>
span { border-color: #FDB312; }
span { border-color: rgb(253,179,18); }
td.TdClassName
{
border-color: #FDB312;
}
.TagClassName
{
border-color: #FDB312;
}
</style>