Shades of Dark Tangerine #FFB20C
Tints of Dark Tangerine #FFB20C
RGB
CMYK
RGB Variations
Color information
#FFB20C (or 0xFFB20C) is known color: Dark Tangerine. HEX triplet: FF, B2 and 0C. RGB value is (255,178,12). Sum of RGB (Red+Green+Blue) = 255+178+12=445 (58% of max value = 765). Red value is 255 (100% from 255 or 57.30% from 445); Green value is 178 (69.92% from 255 or 40% from 445); Blue value is 12 (5.08% from 255 or 2.70% from 445); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB20C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FFB20C is #004DF3. Grayscale: #B6B6B6. Windows color (decimal): -19956 or 832255. OLE color: 832255.
HSL color Cylindrical-coordinate representation of color #FFB20C: hue angle of 40.99º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FFB20C is Cyan = 0, Magento = 0.30, Yellow = 0.95 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 178 | 12 | - |
| CMYK | 0 | 0.30 | 0.95 | 0 |
| HSL | 40.99º | 1% | 0.52% | - |
| HSV(B) | 40.99º | 0.95% | 1% | - |
| XYZ | 57.23 | 53.13 | 7.59 | - |
| YUV | 182.1 | 32.01 | 180 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 178 | 12 | 0 | 0.30 | 0.95 | 0 | 40.99 | 1 | 0.52 |
| Hex | FF | B2 | C | 0 | 1E | 5F | 0 | 29 | 64 | 34 |
| Octal | 377 | 262 | 14 | 0 | 36 | 137 | 0 | 51 | 144 | 64 |
| Binary | 11111111 | 10110010 | 1100 | 0 | 11110 | 1011111 | 0 | 101001 | 1100100 | 110100 |
Color Harmonies of #FFB20C
Complementary color
Monochromatic Colors of #FFB20C
Black with #FFB20C
Text Example
Text Example
White with #FFB20C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB20C; }
p { color: rgb(255,178,12); }
H1.HeaderClassName
{
color: #FFB20C;
}
.AnyTagClassName
{
color: #FFB20C;
}
</style>
background-color css
<style>
a { background-color: #FFB20C; }
a { background-color: rgb(255,178,12); }
div.DivClassName
{
background-color: #FFB20C;
}
.BgClassName
{
background-color: #FFB20C;
}
</style>
border-color css
<style>
span { border-color: #FFB20C; }
span { border-color: rgb(255,178,12); }
td.TdClassName
{
border-color: #FFB20C;
}
.TagClassName
{
border-color: #FFB20C;
}
</style>