Shades of Dark Tangerine #FDB222
Tints of Dark Tangerine #FDB222
RGB
CMYK
RGB Variations
Color information
#FDB222 (or 0xFDB222) is known color: Dark Tangerine. HEX triplet: FD, B2 and 22. RGB value is (253,178,34). Sum of RGB (Red+Green+Blue) = 253+178+34=465 (61% of max value = 765). Red value is 253 (99.22% from 255 or 54.41% from 465); Green value is 178 (69.92% from 255 or 38.28% from 465); Blue value is 34 (13.67% from 255 or 7.31% from 465); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB222 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FDB222 is #024DDD. Grayscale: #B8B8B8. Windows color (decimal): -151006 or 2274045. OLE color: 2274045.
HSL color Cylindrical-coordinate representation of color #FDB222: hue angle of 39.45º degrees, saturation: 0.98, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FDB222 is Cyan = 0, Magento = 0.30, Yellow = 0.87 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 178 | 34 | - |
| CMYK | 0 | 0.30 | 0.87 | 0.01 |
| HSL | 39.45º | 0.98% | 0.56% | - |
| HSV(B) | 39.45º | 0.87% | 0.99% | - |
| XYZ | 56.72 | 52.84 | 8.72 | - |
| YUV | 184.01 | 43.35 | 177.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 178 | 34 | 0 | 0.30 | 0.87 | 0.01 | 39.45 | 0.98 | 0.56 |
| Hex | FD | B2 | 22 | 0 | 1E | 57 | 1 | 27 | 62 | 38 |
| Octal | 375 | 262 | 42 | 0 | 36 | 127 | 1 | 47 | 142 | 70 |
| Binary | 11111101 | 10110010 | 100010 | 0 | 11110 | 1010111 | 1 | 100111 | 1100010 | 111000 |
Color Harmonies of #FDB222
Complementary color
Monochromatic Colors of #FDB222
Black with #FDB222
Text Example
Text Example
White with #FDB222
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB222; }
p { color: rgb(253,178,34); }
H1.HeaderClassName
{
color: #FDB222;
}
.AnyTagClassName
{
color: #FDB222;
}
</style>
background-color css
<style>
a { background-color: #FDB222; }
a { background-color: rgb(253,178,34); }
div.DivClassName
{
background-color: #FDB222;
}
.BgClassName
{
background-color: #FDB222;
}
</style>
border-color css
<style>
span { border-color: #FDB222; }
span { border-color: rgb(253,178,34); }
td.TdClassName
{
border-color: #FDB222;
}
.TagClassName
{
border-color: #FDB222;
}
</style>