Shades of Dark Tangerine #F4A81D
Tints of Dark Tangerine #F4A81D
RGB
CMYK
RGB Variations
Color information
#F4A81D (or 0xF4A81D) is known color: Dark Tangerine. HEX triplet: F4, A8 and 1D. RGB value is (244,168,29). Sum of RGB (Red+Green+Blue) = 244+168+29=441 (58% of max value = 765). Red value is 244 (95.70% from 255 or 55.33% from 441); Green value is 168 (66.02% from 255 or 38.10% from 441); Blue value is 29 (11.72% from 255 or 6.58% from 441); Max value from RGB is 244 - color contains mainly: red. Hex color #F4A81D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F4A81D is #0B57E2. Grayscale: #AFAFAF. Windows color (decimal): -743395 or 1943796. OLE color: 1943796.
HSL color Cylindrical-coordinate representation of color #F4A81D: hue angle of 38.79º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F4A81D is Cyan = 0, Magento = 0.31, Yellow = 0.88 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 168 | 29 | - |
| CMYK | 0 | 0.31 | 0.88 | 0.04 |
| HSL | 38.79º | 0.91% | 0.54% | - |
| HSV(B) | 38.79º | 0.88% | 0.96% | - |
| XYZ | 51.53 | 47.33 | 7.58 | - |
| YUV | 174.88 | 45.68 | 177.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 168 | 29 | 0 | 0.31 | 0.88 | 0.04 | 38.79 | 0.91 | 0.54 |
| Hex | F4 | A8 | 1D | 0 | 1F | 58 | 4 | 27 | 5B | 36 |
| Octal | 364 | 250 | 35 | 0 | 37 | 130 | 4 | 47 | 133 | 66 |
| Binary | 11110100 | 10101000 | 11101 | 0 | 11111 | 1011000 | 100 | 100111 | 1011011 | 110110 |
Color Harmonies of #F4A81D
Complementary color
Monochromatic Colors of #F4A81D
Black with #F4A81D
Text Example
Text Example
White with #F4A81D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4A81D; }
p { color: rgb(244,168,29); }
H1.HeaderClassName
{
color: #F4A81D;
}
.AnyTagClassName
{
color: #F4A81D;
}
</style>
background-color css
<style>
a { background-color: #F4A81D; }
a { background-color: rgb(244,168,29); }
div.DivClassName
{
background-color: #F4A81D;
}
.BgClassName
{
background-color: #F4A81D;
}
</style>
border-color css
<style>
span { border-color: #F4A81D; }
span { border-color: rgb(244,168,29); }
td.TdClassName
{
border-color: #F4A81D;
}
.TagClassName
{
border-color: #F4A81D;
}
</style>