Shades of Dark Tangerine #FDB21F
Tints of Dark Tangerine #FDB21F
RGB
CMYK
RGB Variations
Color information
#FDB21F (or 0xFDB21F) is known color: Dark Tangerine. HEX triplet: FD, B2 and 1F. RGB value is (253,178,31). Sum of RGB (Red+Green+Blue) = 253+178+31=462 (61% of max value = 765). Red value is 253 (99.22% from 255 or 54.76% from 462); Green value is 178 (69.92% from 255 or 38.53% from 462); Blue value is 31 (12.5% from 255 or 6.71% from 462); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB21F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FDB21F is #024DE0. Grayscale: #B8B8B8. Windows color (decimal): -151009 or 2077437. OLE color: 2077437.
HSL color Cylindrical-coordinate representation of color #FDB21F: hue angle of 39.73º 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 #FDB21F is Cyan = 0, Magento = 0.30, Yellow = 0.88 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 178 | 31 | - |
| CMYK | 0 | 0.30 | 0.88 | 0.01 |
| HSL | 39.73º | 0.98% | 0.56% | - |
| HSV(B) | 39.73º | 0.88% | 0.99% | - |
| XYZ | 56.68 | 52.82 | 8.5 | - |
| YUV | 183.67 | 41.85 | 177.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 178 | 31 | 0 | 0.30 | 0.88 | 0.01 | 39.73 | 0.98 | 0.56 |
| Hex | FD | B2 | 1F | 0 | 1E | 58 | 1 | 28 | 62 | 38 |
| Octal | 375 | 262 | 37 | 0 | 36 | 130 | 1 | 50 | 142 | 70 |
| Binary | 11111101 | 10110010 | 11111 | 0 | 11110 | 1011000 | 1 | 101000 | 1100010 | 111000 |
Color Harmonies of #FDB21F
Complementary color
Monochromatic Colors of #FDB21F
Black with #FDB21F
Text Example
Text Example
White with #FDB21F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB21F; }
p { color: rgb(253,178,31); }
H1.HeaderClassName
{
color: #FDB21F;
}
.AnyTagClassName
{
color: #FDB21F;
}
</style>
background-color css
<style>
a { background-color: #FDB21F; }
a { background-color: rgb(253,178,31); }
div.DivClassName
{
background-color: #FDB21F;
}
.BgClassName
{
background-color: #FDB21F;
}
</style>
border-color css
<style>
span { border-color: #FDB21F; }
span { border-color: rgb(253,178,31); }
td.TdClassName
{
border-color: #FDB21F;
}
.TagClassName
{
border-color: #FDB21F;
}
</style>