Shades of Dark Tangerine #FDB318
Tints of Dark Tangerine #FDB318
RGB
CMYK
RGB Variations
Color information
#FDB318 (or 0xFDB318) is known color: Dark Tangerine. HEX triplet: FD, B3 and 18. RGB value is (253,179,24). Sum of RGB (Red+Green+Blue) = 253+179+24=456 (60% of max value = 765). Red value is 253 (99.22% from 255 or 55.48% from 456); Green value is 179 (70.31% from 255 or 39.25% from 456); Blue value is 24 (9.77% from 255 or 5.26% from 456); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB318 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDB318 is #024CE7. Grayscale: #B8B8B8. Windows color (decimal): -150760 or 1618941. OLE color: 1618941.
HSL color Cylindrical-coordinate representation of color #FDB318: hue angle of 40.61º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FDB318 is Cyan = 0, Magento = 0.29, Yellow = 0.91 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 179 | 24 | - |
| CMYK | 0 | 0.29 | 0.91 | 0.01 |
| HSL | 40.61º | 0.98% | 0.54% | - |
| HSV(B) | 40.61º | 0.91% | 0.99% | - |
| XYZ | 56.79 | 53.19 | 8.14 | - |
| YUV | 183.46 | 38.02 | 177.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 179 | 24 | 0 | 0.29 | 0.91 | 0.01 | 40.61 | 0.98 | 0.54 |
| Hex | FD | B3 | 18 | 0 | 1D | 5B | 1 | 29 | 62 | 36 |
| Octal | 375 | 263 | 30 | 0 | 35 | 133 | 1 | 51 | 142 | 66 |
| Binary | 11111101 | 10110011 | 11000 | 0 | 11101 | 1011011 | 1 | 101001 | 1100010 | 110110 |
Color Harmonies of #FDB318
Complementary color
Monochromatic Colors of #FDB318
Black with #FDB318
Text Example
Text Example
White with #FDB318
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB318; }
p { color: rgb(253,179,24); }
H1.HeaderClassName
{
color: #FDB318;
}
.AnyTagClassName
{
color: #FDB318;
}
</style>
background-color css
<style>
a { background-color: #FDB318; }
a { background-color: rgb(253,179,24); }
div.DivClassName
{
background-color: #FDB318;
}
.BgClassName
{
background-color: #FDB318;
}
</style>
border-color css
<style>
span { border-color: #FDB318; }
span { border-color: rgb(253,179,24); }
td.TdClassName
{
border-color: #FDB318;
}
.TagClassName
{
border-color: #FDB318;
}
</style>