Shades of Dark Tangerine #FFB20E
Tints of Dark Tangerine #FFB20E
RGB
CMYK
RGB Variations
Color information
#FFB20E (or 0xFFB20E) is known color: Dark Tangerine. HEX triplet: FF, B2 and 0E. RGB value is (255,178,14). Sum of RGB (Red+Green+Blue) = 255+178+14=447 (59% of max value = 765). Red value is 255 (100% from 255 or 57.05% from 447); Green value is 178 (69.92% from 255 or 39.82% from 447); Blue value is 14 (5.86% from 255 or 3.13% from 447); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB20E is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FFB20E is #004DF1. Grayscale: #B7B7B7. Windows color (decimal): -19954 or 963327. OLE color: 963327.
HSL color Cylindrical-coordinate representation of color #FFB20E: hue angle of 40.83º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FFB20E is Cyan = 0, Magento = 0.30, Yellow = 0.95 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 178 | 14 | - |
| CMYK | 0 | 0.30 | 0.95 | 0 |
| HSL | 40.83º | 1% | 0.53% | - |
| HSV(B) | 40.83º | 0.95% | 1% | - |
| XYZ | 57.24 | 53.13 | 7.65 | - |
| YUV | 182.33 | 33.01 | 179.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 178 | 14 | 0 | 0.30 | 0.95 | 0 | 40.83 | 1 | 0.53 |
| Hex | FF | B2 | E | 0 | 1E | 5F | 0 | 29 | 64 | 35 |
| Octal | 377 | 262 | 16 | 0 | 36 | 137 | 0 | 51 | 144 | 65 |
| Binary | 11111111 | 10110010 | 1110 | 0 | 11110 | 1011111 | 0 | 101001 | 1100100 | 110101 |
Color Harmonies of #FFB20E
Complementary color
Monochromatic Colors of #FFB20E
Black with #FFB20E
Text Example
Text Example
White with #FFB20E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB20E; }
p { color: rgb(255,178,14); }
H1.HeaderClassName
{
color: #FFB20E;
}
.AnyTagClassName
{
color: #FFB20E;
}
</style>
background-color css
<style>
a { background-color: #FFB20E; }
a { background-color: rgb(255,178,14); }
div.DivClassName
{
background-color: #FFB20E;
}
.BgClassName
{
background-color: #FFB20E;
}
</style>
border-color css
<style>
span { border-color: #FFB20E; }
span { border-color: rgb(255,178,14); }
td.TdClassName
{
border-color: #FFB20E;
}
.TagClassName
{
border-color: #FFB20E;
}
</style>