Shades of Dark Tangerine #FFB41E
Tints of Dark Tangerine #FFB41E
RGB
CMYK
RGB Variations
Color information
#FFB41E (or 0xFFB41E) is known color: Dark Tangerine. HEX triplet: FF, B4 and 1E. RGB value is (255,180,30). Sum of RGB (Red+Green+Blue) = 255+180+30=465 (61% of max value = 765). Red value is 255 (100% from 255 or 54.84% from 465); Green value is 180 (70.70% from 255 or 38.71% from 465); Blue value is 30 (12.11% from 255 or 6.45% from 465); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB41E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFB41E is #004BE1. Grayscale: #BABABA. Windows color (decimal): -19426 or 2012415. OLE color: 2012415.
HSL color Cylindrical-coordinate representation of color #FFB41E: hue angle of 40º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FFB41E is Cyan = 0, Magento = 0.29, Yellow = 0.88 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 180 | 30 | - |
| CMYK | 0 | 0.29 | 0.88 | 0 |
| HSL | 40º | 1% | 0.56% | - |
| HSV(B) | 40º | 0.88% | 1% | - |
| XYZ | 57.8 | 54 | 8.6 | - |
| YUV | 185.33 | 40.35 | 177.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 180 | 30 | 0 | 0.29 | 0.88 | 0 | 40 | 1 | 0.56 |
| Hex | FF | B4 | 1E | 0 | 1D | 58 | 0 | 28 | 64 | 38 |
| Octal | 377 | 264 | 36 | 0 | 35 | 130 | 0 | 50 | 144 | 70 |
| Binary | 11111111 | 10110100 | 11110 | 0 | 11101 | 1011000 | 0 | 101000 | 1100100 | 111000 |
Color Harmonies of #FFB41E
Complementary color
Monochromatic Colors of #FFB41E
Black with #FFB41E
Text Example
Text Example
White with #FFB41E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB41E; }
p { color: rgb(255,180,30); }
H1.HeaderClassName
{
color: #FFB41E;
}
.AnyTagClassName
{
color: #FFB41E;
}
</style>
background-color css
<style>
a { background-color: #FFB41E; }
a { background-color: rgb(255,180,30); }
div.DivClassName
{
background-color: #FFB41E;
}
.BgClassName
{
background-color: #FFB41E;
}
</style>
border-color css
<style>
span { border-color: #FFB41E; }
span { border-color: rgb(255,180,30); }
td.TdClassName
{
border-color: #FFB41E;
}
.TagClassName
{
border-color: #FFB41E;
}
</style>