Shades of Dark Tangerine #F4B31B
Tints of Dark Tangerine #F4B31B
RGB
CMYK
RGB Variations
Color information
#F4B31B (or 0xF4B31B) is known color: Dark Tangerine. HEX triplet: F4, B3 and 1B. RGB value is (244,179,27). Sum of RGB (Red+Green+Blue) = 244+179+27=450 (59% of max value = 765). Red value is 244 (95.70% from 255 or 54.22% from 450); Green value is 179 (70.31% from 255 or 39.78% from 450); Blue value is 27 (10.94% from 255 or 6% from 450); Max value from RGB is 244 - color contains mainly: red. Hex color #F4B31B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F4B31B is #0B4CE4. Grayscale: #B5B5B5. Windows color (decimal): -740581 or 1815540. OLE color: 1815540.
HSL color Cylindrical-coordinate representation of color #F4B31B: hue angle of 42.03º degrees, saturation: 0.91, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F4B31B is Cyan = 0, Magento = 0.27, Yellow = 0.89 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 179 | 27 | - |
| CMYK | 0 | 0.27 | 0.89 | 0.04 |
| HSL | 42.03º | 0.91% | 0.53% | - |
| HSV(B) | 42.03º | 0.89% | 0.96% | - |
| XYZ | 53.63 | 51.55 | 8.16 | - |
| YUV | 181.11 | 41.03 | 172.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 179 | 27 | 0 | 0.27 | 0.89 | 0.04 | 42.03 | 0.91 | 0.53 |
| Hex | F4 | B3 | 1B | 0 | 1B | 59 | 4 | 2A | 5B | 35 |
| Octal | 364 | 263 | 33 | 0 | 33 | 131 | 4 | 52 | 133 | 65 |
| Binary | 11110100 | 10110011 | 11011 | 0 | 11011 | 1011001 | 100 | 101010 | 1011011 | 110101 |
Color Harmonies of #F4B31B
Complementary color
Monochromatic Colors of #F4B31B
Black with #F4B31B
Text Example
Text Example
White with #F4B31B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4B31B; }
p { color: rgb(244,179,27); }
H1.HeaderClassName
{
color: #F4B31B;
}
.AnyTagClassName
{
color: #F4B31B;
}
</style>
background-color css
<style>
a { background-color: #F4B31B; }
a { background-color: rgb(244,179,27); }
div.DivClassName
{
background-color: #F4B31B;
}
.BgClassName
{
background-color: #F4B31B;
}
</style>
border-color css
<style>
span { border-color: #F4B31B; }
span { border-color: rgb(244,179,27); }
td.TdClassName
{
border-color: #F4B31B;
}
.TagClassName
{
border-color: #F4B31B;
}
</style>