Shades of Dark Tangerine #FFB20B
Tints of Dark Tangerine #FFB20B
RGB
CMYK
RGB Variations
Color information
#FFB20B (or 0xFFB20B) is known color: Dark Tangerine. HEX triplet: FF, B2 and 0B. RGB value is (255,178,11). Sum of RGB (Red+Green+Blue) = 255+178+11=444 (58% of max value = 765). Red value is 255 (100% from 255 or 57.43% from 444); Green value is 178 (69.92% from 255 or 40.09% from 444); Blue value is 11 (4.69% from 255 or 2.48% from 444); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB20B is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FFB20B is #004DF4. Grayscale: #B6B6B6. Windows color (decimal): -19957 or 766719. OLE color: 766719.
HSL color Cylindrical-coordinate representation of color #FFB20B: hue angle of 41.07º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FFB20B is Cyan = 0, Magento = 0.30, Yellow = 0.96 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 178 | 11 | - |
| CMYK | 0 | 0.30 | 0.96 | 0 |
| HSL | 41.07º | 1% | 0.52% | - |
| HSV(B) | 41.07º | 0.96% | 1% | - |
| XYZ | 57.22 | 53.12 | 7.55 | - |
| YUV | 181.99 | 31.51 | 180.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 178 | 11 | 0 | 0.30 | 0.96 | 0 | 41.07 | 1 | 0.52 |
| Hex | FF | B2 | B | 0 | 1E | 60 | 0 | 29 | 64 | 34 |
| Octal | 377 | 262 | 13 | 0 | 36 | 140 | 0 | 51 | 144 | 64 |
| Binary | 11111111 | 10110010 | 1011 | 0 | 11110 | 1100000 | 0 | 101001 | 1100100 | 110100 |
Color Harmonies of #FFB20B
Complementary color
Monochromatic Colors of #FFB20B
Black with #FFB20B
Text Example
Text Example
White with #FFB20B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB20B; }
p { color: rgb(255,178,11); }
H1.HeaderClassName
{
color: #FFB20B;
}
.AnyTagClassName
{
color: #FFB20B;
}
</style>
background-color css
<style>
a { background-color: #FFB20B; }
a { background-color: rgb(255,178,11); }
div.DivClassName
{
background-color: #FFB20B;
}
.BgClassName
{
background-color: #FFB20B;
}
</style>
border-color css
<style>
span { border-color: #FFB20B; }
span { border-color: rgb(255,178,11); }
td.TdClassName
{
border-color: #FFB20B;
}
.TagClassName
{
border-color: #FFB20B;
}
</style>