Shades of Dark Tangerine #FDB60F
Tints of Dark Tangerine #FDB60F
RGB
CMYK
RGB Variations
Color information
#FDB60F (or 0xFDB60F) is known color: Dark Tangerine. HEX triplet: FD, B6 and 0F. RGB value is (253,182,15). Sum of RGB (Red+Green+Blue) = 253+182+15=450 (59% of max value = 765). Red value is 253 (99.22% from 255 or 56.22% from 450); Green value is 182 (71.48% from 255 or 40.44% from 450); Blue value is 15 (6.25% from 255 or 3.33% from 450); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB60F is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDB60F is #0249F0. Grayscale: #B8B8B8. Windows color (decimal): -150001 or 1029885. OLE color: 1029885.
HSL color Cylindrical-coordinate representation of color #FDB60F: hue angle of 42.1º 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 #FDB60F is Cyan = 0, Magento = 0.28, Yellow = 0.94 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 182 | 15 | - |
| CMYK | 0 | 0.28 | 0.94 | 0.01 |
| HSL | 42.1º | 0.98% | 0.53% | - |
| HSV(B) | 42.1º | 0.94% | 0.99% | - |
| XYZ | 57.32 | 54.37 | 7.93 | - |
| YUV | 184.19 | 32.52 | 177.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 182 | 15 | 0 | 0.28 | 0.94 | 0.01 | 42.1 | 0.98 | 0.53 |
| Hex | FD | B6 | F | 0 | 1C | 5E | 1 | 2A | 62 | 35 |
| Octal | 375 | 266 | 17 | 0 | 34 | 136 | 1 | 52 | 142 | 65 |
| Binary | 11111101 | 10110110 | 1111 | 0 | 11100 | 1011110 | 1 | 101010 | 1100010 | 110101 |
Color Harmonies of #FDB60F
Complementary color
Monochromatic Colors of #FDB60F
Black with #FDB60F
Text Example
Text Example
White with #FDB60F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB60F; }
p { color: rgb(253,182,15); }
H1.HeaderClassName
{
color: #FDB60F;
}
.AnyTagClassName
{
color: #FDB60F;
}
</style>
background-color css
<style>
a { background-color: #FDB60F; }
a { background-color: rgb(253,182,15); }
div.DivClassName
{
background-color: #FDB60F;
}
.BgClassName
{
background-color: #FDB60F;
}
</style>
border-color css
<style>
span { border-color: #FDB60F; }
span { border-color: rgb(253,182,15); }
td.TdClassName
{
border-color: #FDB60F;
}
.TagClassName
{
border-color: #FDB60F;
}
</style>