Shades of Dark Tangerine #FDB00A
Tints of Dark Tangerine #FDB00A
RGB
CMYK
RGB Variations
Color information
#FDB00A (or 0xFDB00A) is known color: Dark Tangerine. HEX triplet: FD, B0 and 0A. RGB value is (253,176,10). Sum of RGB (Red+Green+Blue) = 253+176+10=439 (58% of max value = 765). Red value is 253 (99.22% from 255 or 57.63% from 439); Green value is 176 (69.14% from 255 or 40.09% from 439); Blue value is 10 (4.30% from 255 or 2.28% from 439); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB00A is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FDB00A is #024FF5. Grayscale: #B4B4B4. Windows color (decimal): -151542 or 700669. OLE color: 700669.
HSL color Cylindrical-coordinate representation of color #FDB00A: hue angle of 40.99º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FDB00A is Cyan = 0, Magento = 0.30, Yellow = 0.96 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 176 | 10 | - |
CMYK | 0 | 0.30 | 0.96 | 0.01 |
HSL | 40.99º | 0.98% | 0.52% | - |
HSV(B) | 40.99º | 0.96% | 0.99% | - |
XYZ | 56.09 | 51.96 | 7.36 | - |
YUV | 180.1 | 32.01 | 180 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 176 | 10 | 0 | 0.30 | 0.96 | 0.01 | 40.99 | 0.98 | 0.52 |
Hex | FD | B0 | A | 0 | 1E | 60 | 1 | 29 | 62 | 34 |
Octal | 375 | 260 | 12 | 0 | 36 | 140 | 1 | 51 | 142 | 64 |
Binary | 11111101 | 10110000 | 1010 | 0 | 11110 | 1100000 | 1 | 101001 | 1100010 | 110100 |
Color Harmonies of #FDB00A
Complementary color
Monochromatic Colors of #FDB00A
Black with #FDB00A
Text Example
Text Example
White with #FDB00A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB00A; }
p { color: rgb(253,176,10); }
H1.HeaderClassName
{
color: #FDB00A;
}
.AnyTagClassName
{
color: #FDB00A;
}
</style>
background-color css
<style>
a { background-color: #FDB00A; }
a { background-color: rgb(253,176,10); }
div.DivClassName
{
background-color: #FDB00A;
}
.BgClassName
{
background-color: #FDB00A;
}
</style>
border-color css
<style>
span { border-color: #FDB00A; }
span { border-color: rgb(253,176,10); }
td.TdClassName
{
border-color: #FDB00A;
}
.TagClassName
{
border-color: #FDB00A;
}
</style>