Shades of Dark Tangerine #FFB618
Tints of Dark Tangerine #FFB618
RGB
CMYK
RGB Variations
Color information
#FFB618 (or 0xFFB618) is known color: Dark Tangerine. HEX triplet: FF, B6 and 18. RGB value is (255,182,24). Sum of RGB (Red+Green+Blue) = 255+182+24=461 (61% of max value = 765). Red value is 255 (100% from 255 or 55.31% from 461); Green value is 182 (71.48% from 255 or 39.48% from 461); Blue value is 24 (9.77% from 255 or 5.21% from 461); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB618 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFB618 is #0049E7. Grayscale: #BABABA. Windows color (decimal): -18920 or 1619711. OLE color: 1619711.
HSL color Cylindrical-coordinate representation of color #FFB618: hue angle of 41.04º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FFB618 is Cyan = 0, Magento = 0.29, Yellow = 0.91 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 182 | 24 | - |
| CMYK | 0 | 0.29 | 0.91 | 0 |
| HSL | 41.04º | 1% | 0.55% | - |
| HSV(B) | 41.04º | 0.91% | 1% | - |
| XYZ | 58.13 | 54.78 | 8.37 | - |
| YUV | 185.82 | 36.68 | 177.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 182 | 24 | 0 | 0.29 | 0.91 | 0 | 41.04 | 1 | 0.55 |
| Hex | FF | B6 | 18 | 0 | 1D | 5B | 0 | 29 | 64 | 37 |
| Octal | 377 | 266 | 30 | 0 | 35 | 133 | 0 | 51 | 144 | 67 |
| Binary | 11111111 | 10110110 | 11000 | 0 | 11101 | 1011011 | 0 | 101001 | 1100100 | 110111 |
Color Harmonies of #FFB618
Complementary color
Monochromatic Colors of #FFB618
Black with #FFB618
Text Example
Text Example
White with #FFB618
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB618; }
p { color: rgb(255,182,24); }
H1.HeaderClassName
{
color: #FFB618;
}
.AnyTagClassName
{
color: #FFB618;
}
</style>
background-color css
<style>
a { background-color: #FFB618; }
a { background-color: rgb(255,182,24); }
div.DivClassName
{
background-color: #FFB618;
}
.BgClassName
{
background-color: #FFB618;
}
</style>
border-color css
<style>
span { border-color: #FFB618; }
span { border-color: rgb(255,182,24); }
td.TdClassName
{
border-color: #FFB618;
}
.TagClassName
{
border-color: #FFB618;
}
</style>