Shades of Dark Tangerine #FDA80F
Tints of Dark Tangerine #FDA80F
RGB
CMYK
RGB Variations
Color information
#FDA80F (or 0xFDA80F) is known color: Dark Tangerine. HEX triplet: FD, A8 and 0F. RGB value is (253,168,15). Sum of RGB (Red+Green+Blue) = 253+168+15=436 (57% of max value = 765). Red value is 253 (99.22% from 255 or 58.03% from 436); Green value is 168 (66.02% from 255 or 38.53% from 436); Blue value is 15 (6.25% from 255 or 3.44% from 436); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA80F is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FDA80F is #0257F0. Grayscale: #B0B0B0. Windows color (decimal): -153585 or 1026301. OLE color: 1026301.
HSL color Cylindrical-coordinate representation of color #FDA80F: hue angle of 38.57º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FDA80F is Cyan = 0, Magento = 0.34, Yellow = 0.94 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 168 | 15 | - |
| CMYK | 0 | 0.34 | 0.94 | 0.01 |
| HSL | 38.57º | 0.98% | 0.53% | - |
| HSV(B) | 38.57º | 0.94% | 0.99% | - |
| XYZ | 54.6 | 48.92 | 7.02 | - |
| YUV | 175.97 | 37.16 | 182.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 168 | 15 | 0 | 0.34 | 0.94 | 0.01 | 38.57 | 0.98 | 0.53 |
| Hex | FD | A8 | F | 0 | 22 | 5E | 1 | 27 | 62 | 35 |
| Octal | 375 | 250 | 17 | 0 | 42 | 136 | 1 | 47 | 142 | 65 |
| Binary | 11111101 | 10101000 | 1111 | 0 | 100010 | 1011110 | 1 | 100111 | 1100010 | 110101 |
Color Harmonies of #FDA80F
Complementary color
Monochromatic Colors of #FDA80F
Black with #FDA80F
Text Example
Text Example
White with #FDA80F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA80F; }
p { color: rgb(253,168,15); }
H1.HeaderClassName
{
color: #FDA80F;
}
.AnyTagClassName
{
color: #FDA80F;
}
</style>
background-color css
<style>
a { background-color: #FDA80F; }
a { background-color: rgb(253,168,15); }
div.DivClassName
{
background-color: #FDA80F;
}
.BgClassName
{
background-color: #FDA80F;
}
</style>
border-color css
<style>
span { border-color: #FDA80F; }
span { border-color: rgb(253,168,15); }
td.TdClassName
{
border-color: #FDA80F;
}
.TagClassName
{
border-color: #FDA80F;
}
</style>