Shades of Tangerine #FD7A04
Tints of Tangerine #FD7A04
RGB
CMYK
RGB Variations
Color information
#FD7A04 (or 0xFD7A04) is known color: Tangerine. HEX triplet: FD, 7A and 04. RGB value is (253,122,4). Sum of RGB (Red+Green+Blue) = 253+122+4=379 (50% of max value = 765). Red value is 253 (99.22% from 255 or 66.75% from 379); Green value is 122 (48.05% from 255 or 32.19% from 379); Blue value is 4 (1.95% from 255 or 1.06% from 379); Max value from RGB is 253 - color contains mainly: red. Hex color #FD7A04 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FD7A04 is #0285FB. Grayscale: #949494. Windows color (decimal): -165372 or 293629. OLE color: 293629.
HSL color Cylindrical-coordinate representation of color #FD7A04: hue angle of 28.43º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FD7A04 is Cyan = 0, Magento = 0.52, Yellow = 0.98 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 122 | 4 | - |
| CMYK | 0 | 0.52 | 0.98 | 0.01 |
| HSL | 28.43º | 0.98% | 0.5% | - |
| HSV(B) | 28.43º | 0.98% | 0.99% | - |
| XYZ | 47.49 | 34.81 | 4.33 | - |
| YUV | 147.72 | 46.9 | 203.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 122 | 4 | 0 | 0.52 | 0.98 | 0.01 | 28.43 | 0.98 | 0.5 |
| Hex | FD | 7A | 4 | 0 | 34 | 62 | 1 | 1C | 62 | 32 |
| Octal | 375 | 172 | 4 | 0 | 64 | 142 | 1 | 34 | 142 | 62 |
| Binary | 11111101 | 1111010 | 100 | 0 | 110100 | 1100010 | 1 | 11100 | 1100010 | 110010 |
Color Harmonies of #FD7A04
Complementary color
Monochromatic Colors of #FD7A04
Black with #FD7A04
Text Example
Text Example
White with #FD7A04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD7A04; }
p { color: rgb(253,122,4); }
H1.HeaderClassName
{
color: #FD7A04;
}
.AnyTagClassName
{
color: #FD7A04;
}
</style>
background-color css
<style>
a { background-color: #FD7A04; }
a { background-color: rgb(253,122,4); }
div.DivClassName
{
background-color: #FD7A04;
}
.BgClassName
{
background-color: #FD7A04;
}
</style>
border-color css
<style>
span { border-color: #FD7A04; }
span { border-color: rgb(253,122,4); }
td.TdClassName
{
border-color: #FD7A04;
}
.TagClassName
{
border-color: #FD7A04;
}
</style>