Shades of Dark Tangerine #FDB31F
Tints of Dark Tangerine #FDB31F
RGB
CMYK
RGB Variations
Color information
#FDB31F (or 0xFDB31F) is known color: Dark Tangerine. HEX triplet: FD, B3 and 1F. RGB value is (253,179,31). Sum of RGB (Red+Green+Blue) = 253+179+31=463 (61% of max value = 765). Red value is 253 (99.22% from 255 or 54.64% from 463); Green value is 179 (70.31% from 255 or 38.66% from 463); Blue value is 31 (12.5% from 255 or 6.70% from 463); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB31F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDB31F is #024CE0. Grayscale: #B8B8B8. Windows color (decimal): -150753 or 2077693. OLE color: 2077693.
HSL color Cylindrical-coordinate representation of color #FDB31F: hue angle of 40º 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 #FDB31F is Cyan = 0, Magento = 0.29, Yellow = 0.88 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 179 | 31 | - |
| CMYK | 0 | 0.29 | 0.88 | 0.01 |
| HSL | 40º | 0.98% | 0.56% | - |
| HSV(B) | 40º | 0.88% | 0.99% | - |
| XYZ | 56.88 | 53.22 | 8.57 | - |
| YUV | 184.25 | 41.52 | 177.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 179 | 31 | 0 | 0.29 | 0.88 | 0.01 | 40 | 0.98 | 0.56 |
| Hex | FD | B3 | 1F | 0 | 1D | 58 | 1 | 28 | 62 | 38 |
| Octal | 375 | 263 | 37 | 0 | 35 | 130 | 1 | 50 | 142 | 70 |
| Binary | 11111101 | 10110011 | 11111 | 0 | 11101 | 1011000 | 1 | 101000 | 1100010 | 111000 |
Color Harmonies of #FDB31F
Complementary color
Monochromatic Colors of #FDB31F
Black with #FDB31F
Text Example
Text Example
White with #FDB31F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB31F; }
p { color: rgb(253,179,31); }
H1.HeaderClassName
{
color: #FDB31F;
}
.AnyTagClassName
{
color: #FDB31F;
}
</style>
background-color css
<style>
a { background-color: #FDB31F; }
a { background-color: rgb(253,179,31); }
div.DivClassName
{
background-color: #FDB31F;
}
.BgClassName
{
background-color: #FDB31F;
}
</style>
border-color css
<style>
span { border-color: #FDB31F; }
span { border-color: rgb(253,179,31); }
td.TdClassName
{
border-color: #FDB31F;
}
.TagClassName
{
border-color: #FDB31F;
}
</style>