Shades of Dark Tangerine #FD9D1C
Tints of Dark Tangerine #FD9D1C
RGB
CMYK
RGB Variations
Color information
#FD9D1C (or 0xFD9D1C) is known color: Dark Tangerine. HEX triplet: FD, 9D and 1C. RGB value is (253,157,28). Sum of RGB (Red+Green+Blue) = 253+157+28=438 (58% of max value = 765). Red value is 253 (99.22% from 255 or 57.76% from 438); Green value is 157 (61.72% from 255 or 35.84% from 438); Blue value is 28 (11.33% from 255 or 6.39% from 438); Max value from RGB is 253 - color contains mainly: red. Hex color #FD9D1C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FD9D1C is #0262E3. Grayscale: #ABABAB. Windows color (decimal): -156388 or 1875453. OLE color: 1875453.
HSL color Cylindrical-coordinate representation of color #FD9D1C: hue angle of 34.4º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FD9D1C is Cyan = 0, Magento = 0.38, Yellow = 0.89 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 157 | 28 | - |
| CMYK | 0 | 0.38 | 0.89 | 0.01 |
| HSL | 34.4º | 0.98% | 0.55% | - |
| HSV(B) | 34.4º | 0.89% | 0.99% | - |
| XYZ | 52.77 | 45.08 | 7.02 | - |
| YUV | 171 | 47.3 | 186.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 157 | 28 | 0 | 0.38 | 0.89 | 0.01 | 34.4 | 0.98 | 0.55 |
| Hex | FD | 9D | 1C | 0 | 26 | 59 | 1 | 22 | 62 | 37 |
| Octal | 375 | 235 | 34 | 0 | 46 | 131 | 1 | 42 | 142 | 67 |
| Binary | 11111101 | 10011101 | 11100 | 0 | 100110 | 1011001 | 1 | 100010 | 1100010 | 110111 |
Color Harmonies of #FD9D1C
Complementary color
Monochromatic Colors of #FD9D1C
Black with #FD9D1C
Text Example
Text Example
White with #FD9D1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD9D1C; }
p { color: rgb(253,157,28); }
H1.HeaderClassName
{
color: #FD9D1C;
}
.AnyTagClassName
{
color: #FD9D1C;
}
</style>
background-color css
<style>
a { background-color: #FD9D1C; }
a { background-color: rgb(253,157,28); }
div.DivClassName
{
background-color: #FD9D1C;
}
.BgClassName
{
background-color: #FD9D1C;
}
</style>
border-color css
<style>
span { border-color: #FD9D1C; }
span { border-color: rgb(253,157,28); }
td.TdClassName
{
border-color: #FD9D1C;
}
.TagClassName
{
border-color: #FD9D1C;
}
</style>