Shades of Dark Tangerine #FFB008
Tints of Dark Tangerine #FFB008
RGB
CMYK
RGB Variations
Color information
#FFB008 (or 0xFFB008) is known color: Dark Tangerine. HEX triplet: FF, B0 and 08. RGB value is (255,176,8). Sum of RGB (Red+Green+Blue) = 255+176+8=439 (58% of max value = 765). Red value is 255 (100% from 255 or 58.09% from 439); Green value is 176 (69.14% from 255 or 40.09% from 439); Blue value is 8 (3.52% from 255 or 1.82% from 439); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB008 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FFB008 is #004FF7. Grayscale: #B5B5B5. Windows color (decimal): -20472 or 569599. OLE color: 569599.
HSL color Cylindrical-coordinate representation of color #FFB008: hue angle of 40.81º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FFB008 is Cyan = 0, Magento = 0.31, Yellow = 0.97 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 176 | 8 | - |
| CMYK | 0 | 0.31 | 0.97 | 0 |
| HSL | 40.81º | 1% | 0.52% | - |
| HSV(B) | 40.81º | 0.97% | 1% | - |
| XYZ | 56.81 | 52.33 | 7.34 | - |
| YUV | 180.47 | 30.67 | 181.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 176 | 8 | 0 | 0.31 | 0.97 | 0 | 40.81 | 1 | 0.52 |
| Hex | FF | B0 | 8 | 0 | 1F | 61 | 0 | 29 | 64 | 34 |
| Octal | 377 | 260 | 10 | 0 | 37 | 141 | 0 | 51 | 144 | 64 |
| Binary | 11111111 | 10110000 | 1000 | 0 | 11111 | 1100001 | 0 | 101001 | 1100100 | 110100 |
Color Harmonies of #FFB008
Complementary color
Monochromatic Colors of #FFB008
Black with #FFB008
Text Example
Text Example
White with #FFB008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB008; }
p { color: rgb(255,176,8); }
H1.HeaderClassName
{
color: #FFB008;
}
.AnyTagClassName
{
color: #FFB008;
}
</style>
background-color css
<style>
a { background-color: #FFB008; }
a { background-color: rgb(255,176,8); }
div.DivClassName
{
background-color: #FFB008;
}
.BgClassName
{
background-color: #FFB008;
}
</style>
border-color css
<style>
span { border-color: #FFB008; }
span { border-color: rgb(255,176,8); }
td.TdClassName
{
border-color: #FFB008;
}
.TagClassName
{
border-color: #FFB008;
}
</style>