Shades of Dark Tangerine #FFB413
Tints of Dark Tangerine #FFB413
RGB
CMYK
RGB Variations
Color information
#FFB413 (or 0xFFB413) is known color: Dark Tangerine. HEX triplet: FF, B4 and 13. RGB value is (255,180,19). Sum of RGB (Red+Green+Blue) = 255+180+19=454 (60% of max value = 765). Red value is 255 (100% from 255 or 56.17% from 454); Green value is 180 (70.70% from 255 or 39.65% from 454); Blue value is 19 (7.81% from 255 or 4.19% from 454); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB413 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFB413 is #004BEC. Grayscale: #B8B8B8. Windows color (decimal): -19437 or 1291519. OLE color: 1291519.
HSL color Cylindrical-coordinate representation of color #FFB413: hue angle of 40.93º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FFB413 is Cyan = 0, Magento = 0.29, Yellow = 0.93 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 180 | 19 | - |
| CMYK | 0 | 0.29 | 0.93 | 0 |
| HSL | 40.93º | 1% | 0.54% | - |
| HSV(B) | 40.93º | 0.93% | 1% | - |
| XYZ | 57.68 | 53.95 | 7.99 | - |
| YUV | 184.07 | 34.85 | 178.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 180 | 19 | 0 | 0.29 | 0.93 | 0 | 40.93 | 1 | 0.54 |
| Hex | FF | B4 | 13 | 0 | 1D | 5D | 0 | 29 | 64 | 36 |
| Octal | 377 | 264 | 23 | 0 | 35 | 135 | 0 | 51 | 144 | 66 |
| Binary | 11111111 | 10110100 | 10011 | 0 | 11101 | 1011101 | 0 | 101001 | 1100100 | 110110 |
Color Harmonies of #FFB413
Complementary color
Monochromatic Colors of #FFB413
Black with #FFB413
Text Example
Text Example
White with #FFB413
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB413; }
p { color: rgb(255,180,19); }
H1.HeaderClassName
{
color: #FFB413;
}
.AnyTagClassName
{
color: #FFB413;
}
</style>
background-color css
<style>
a { background-color: #FFB413; }
a { background-color: rgb(255,180,19); }
div.DivClassName
{
background-color: #FFB413;
}
.BgClassName
{
background-color: #FFB413;
}
</style>
border-color css
<style>
span { border-color: #FFB413; }
span { border-color: rgb(255,180,19); }
td.TdClassName
{
border-color: #FFB413;
}
.TagClassName
{
border-color: #FFB413;
}
</style>