Shades of Dark Tangerine #FDB122
Tints of Dark Tangerine #FDB122
RGB
CMYK
RGB Variations
Color information
#FDB122 (or 0xFDB122) is known color: Dark Tangerine. HEX triplet: FD, B1 and 22. RGB value is (253,177,34). Sum of RGB (Red+Green+Blue) = 253+177+34=464 (61% of max value = 765). Red value is 253 (99.22% from 255 or 54.53% from 464); Green value is 177 (69.53% from 255 or 38.15% from 464); Blue value is 34 (13.67% from 255 or 7.33% from 464); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB122 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FDB122 is #024EDD. Grayscale: #B8B8B8. Windows color (decimal): -151262 or 2273789. OLE color: 2273789.
HSL color Cylindrical-coordinate representation of color #FDB122: hue angle of 39.18º 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 #FDB122 is Cyan = 0, Magento = 0.30, Yellow = 0.87 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 177 | 34 | - |
| CMYK | 0 | 0.30 | 0.87 | 0.01 |
| HSL | 39.18º | 0.98% | 0.56% | - |
| HSV(B) | 39.18º | 0.87% | 0.99% | - |
| XYZ | 56.52 | 52.44 | 8.66 | - |
| YUV | 183.42 | 43.68 | 177.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 177 | 34 | 0 | 0.30 | 0.87 | 0.01 | 39.18 | 0.98 | 0.56 |
| Hex | FD | B1 | 22 | 0 | 1E | 57 | 1 | 27 | 62 | 38 |
| Octal | 375 | 261 | 42 | 0 | 36 | 127 | 1 | 47 | 142 | 70 |
| Binary | 11111101 | 10110001 | 100010 | 0 | 11110 | 1010111 | 1 | 100111 | 1100010 | 111000 |
Color Harmonies of #FDB122
Complementary color
Monochromatic Colors of #FDB122
Black with #FDB122
Text Example
Text Example
White with #FDB122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB122; }
p { color: rgb(253,177,34); }
H1.HeaderClassName
{
color: #FDB122;
}
.AnyTagClassName
{
color: #FDB122;
}
</style>
background-color css
<style>
a { background-color: #FDB122; }
a { background-color: rgb(253,177,34); }
div.DivClassName
{
background-color: #FDB122;
}
.BgClassName
{
background-color: #FDB122;
}
</style>
border-color css
<style>
span { border-color: #FDB122; }
span { border-color: rgb(253,177,34); }
td.TdClassName
{
border-color: #FDB122;
}
.TagClassName
{
border-color: #FDB122;
}
</style>