Shades of Dark Tangerine #F99D1D
Tints of Dark Tangerine #F99D1D
RGB
CMYK
RGB Variations
Color information
#F99D1D (or 0xF99D1D) is known color: Dark Tangerine. HEX triplet: F9, 9D and 1D. RGB value is (249,157,29). Sum of RGB (Red+Green+Blue) = 249+157+29=435 (57% of max value = 765). Red value is 249 (97.66% from 255 or 57.24% from 435); Green value is 157 (61.72% from 255 or 36.09% from 435); Blue value is 29 (11.72% from 255 or 6.67% from 435); Max value from RGB is 249 - color contains mainly: red. Hex color #F99D1D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F99D1D is #0662E2. Grayscale: #AAAAAA. Windows color (decimal): -418531 or 1940985. OLE color: 1940985.
HSL color Cylindrical-coordinate representation of color #F99D1D: hue angle of 34.91º degrees, saturation: 0.95, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F99D1D is Cyan = 0, Magento = 0.37, Yellow = 0.88 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 157 | 29 | - |
| CMYK | 0 | 0.37 | 0.88 | 0.02 |
| HSL | 34.91º | 0.95% | 0.55% | - |
| HSV(B) | 34.91º | 0.88% | 0.98% | - |
| XYZ | 51.35 | 44.34 | 7.02 | - |
| YUV | 169.92 | 48.48 | 184.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 157 | 29 | 0 | 0.37 | 0.88 | 0.02 | 34.91 | 0.95 | 0.55 |
| Hex | F9 | 9D | 1D | 0 | 25 | 58 | 2 | 23 | 5F | 37 |
| Octal | 371 | 235 | 35 | 0 | 45 | 130 | 2 | 43 | 137 | 67 |
| Binary | 11111001 | 10011101 | 11101 | 0 | 100101 | 1011000 | 10 | 100011 | 1011111 | 110111 |
Color Harmonies of #F99D1D
Complementary color
Monochromatic Colors of #F99D1D
Black with #F99D1D
Text Example
Text Example
White with #F99D1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F99D1D; }
p { color: rgb(249,157,29); }
H1.HeaderClassName
{
color: #F99D1D;
}
.AnyTagClassName
{
color: #F99D1D;
}
</style>
background-color css
<style>
a { background-color: #F99D1D; }
a { background-color: rgb(249,157,29); }
div.DivClassName
{
background-color: #F99D1D;
}
.BgClassName
{
background-color: #F99D1D;
}
</style>
border-color css
<style>
span { border-color: #F99D1D; }
span { border-color: rgb(249,157,29); }
td.TdClassName
{
border-color: #F99D1D;
}
.TagClassName
{
border-color: #F99D1D;
}
</style>