Shades of Dark Tangerine #F2AD1B
Tints of Dark Tangerine #F2AD1B
RGB
CMYK
RGB Variations
Color information
#F2AD1B (or 0xF2AD1B) is known color: Dark Tangerine. HEX triplet: F2, AD and 1B. RGB value is (242,173,27). Sum of RGB (Red+Green+Blue) = 242+173+27=442 (58% of max value = 765). Red value is 242 (94.92% from 255 or 54.75% from 442); Green value is 173 (67.97% from 255 or 39.14% from 442); Blue value is 27 (10.94% from 255 or 6.11% from 442); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AD1B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F2AD1B is #0D52E4. Grayscale: #B1B1B1. Windows color (decimal): -873189 or 1814002. OLE color: 1814002.
HSL color Cylindrical-coordinate representation of color #F2AD1B: hue angle of 40.74º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F2AD1B is Cyan = 0, Magento = 0.29, Yellow = 0.89 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 173 | 27 | - |
| CMYK | 0 | 0.29 | 0.89 | 0.05 |
| HSL | 40.74º | 0.89% | 0.53% | - |
| HSV(B) | 40.74º | 0.89% | 0.95% | - |
| XYZ | 51.76 | 48.84 | 7.74 | - |
| YUV | 176.99 | 43.36 | 174.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 173 | 27 | 0 | 0.29 | 0.89 | 0.05 | 40.74 | 0.89 | 0.53 |
| Hex | F2 | AD | 1B | 0 | 1D | 59 | 5 | 29 | 59 | 35 |
| Octal | 362 | 255 | 33 | 0 | 35 | 131 | 5 | 51 | 131 | 65 |
| Binary | 11110010 | 10101101 | 11011 | 0 | 11101 | 1011001 | 101 | 101001 | 1011001 | 110101 |
Color Harmonies of #F2AD1B
Complementary color
Monochromatic Colors of #F2AD1B
Black with #F2AD1B
Text Example
Text Example
White with #F2AD1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2AD1B; }
p { color: rgb(242,173,27); }
H1.HeaderClassName
{
color: #F2AD1B;
}
.AnyTagClassName
{
color: #F2AD1B;
}
</style>
background-color css
<style>
a { background-color: #F2AD1B; }
a { background-color: rgb(242,173,27); }
div.DivClassName
{
background-color: #F2AD1B;
}
.BgClassName
{
background-color: #F2AD1B;
}
</style>
border-color css
<style>
span { border-color: #F2AD1B; }
span { border-color: rgb(242,173,27); }
td.TdClassName
{
border-color: #F2AD1B;
}
.TagClassName
{
border-color: #F2AD1B;
}
</style>