Shades of Dark Tangerine #FD9A1A
Tints of Dark Tangerine #FD9A1A
RGB
CMYK
RGB Variations
Color information
#FD9A1A (or 0xFD9A1A) is known color: Dark Tangerine. HEX triplet: FD, 9A and 1A. RGB value is (253,154,26). Sum of RGB (Red+Green+Blue) = 253+154+26=433 (57% of max value = 765). Red value is 253 (99.22% from 255 or 58.43% from 433); Green value is 154 (60.55% from 255 or 35.57% from 433); Blue value is 26 (10.55% from 255 or 6.00% from 433); Max value from RGB is 253 - color contains mainly: red. Hex color #FD9A1A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FD9A1A is #0265E5. Grayscale: #A9A9A9. Windows color (decimal): -157158 or 1743613. OLE color: 1743613.
HSL color Cylindrical-coordinate representation of color #FD9A1A: hue angle of 33.83º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FD9A1A is Cyan = 0, Magento = 0.39, Yellow = 0.90 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 154 | 26 | - |
| CMYK | 0 | 0.39 | 0.90 | 0.01 |
| HSL | 33.83º | 0.98% | 0.55% | - |
| HSV(B) | 33.83º | 0.9% | 0.99% | - |
| XYZ | 52.25 | 44.07 | 6.73 | - |
| YUV | 169.01 | 47.3 | 187.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 154 | 26 | 0 | 0.39 | 0.90 | 0.01 | 33.83 | 0.98 | 0.55 |
| Hex | FD | 9A | 1A | 0 | 27 | 5A | 1 | 22 | 62 | 37 |
| Octal | 375 | 232 | 32 | 0 | 47 | 132 | 1 | 42 | 142 | 67 |
| Binary | 11111101 | 10011010 | 11010 | 0 | 100111 | 1011010 | 1 | 100010 | 1100010 | 110111 |
Color Harmonies of #FD9A1A
Complementary color
Monochromatic Colors of #FD9A1A
Black with #FD9A1A
Text Example
Text Example
White with #FD9A1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD9A1A; }
p { color: rgb(253,154,26); }
H1.HeaderClassName
{
color: #FD9A1A;
}
.AnyTagClassName
{
color: #FD9A1A;
}
</style>
background-color css
<style>
a { background-color: #FD9A1A; }
a { background-color: rgb(253,154,26); }
div.DivClassName
{
background-color: #FD9A1A;
}
.BgClassName
{
background-color: #FD9A1A;
}
</style>
border-color css
<style>
span { border-color: #FD9A1A; }
span { border-color: rgb(253,154,26); }
td.TdClassName
{
border-color: #FD9A1A;
}
.TagClassName
{
border-color: #FD9A1A;
}
</style>