Shades of Dark Tangerine #FFB223
Tints of Dark Tangerine #FFB223
RGB
CMYK
RGB Variations
Color information
#FFB223 (or 0xFFB223) is known color: Dark Tangerine. HEX triplet: FF, B2 and 23. RGB value is (255,178,35). Sum of RGB (Red+Green+Blue) = 255+178+35=468 (61% of max value = 765). Red value is 255 (100% from 255 or 54.49% from 468); Green value is 178 (69.92% from 255 or 38.03% from 468); Blue value is 35 (14.06% from 255 or 7.48% from 468); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB223 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFB223 is #004DDC. Grayscale: #B9B9B9. Windows color (decimal): -19933 or 2339583. OLE color: 2339583.
HSL color Cylindrical-coordinate representation of color #FFB223: hue angle of 39º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FFB223 is Cyan = 0, Magento = 0.30, Yellow = 0.86 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 178 | 35 | - |
| CMYK | 0 | 0.30 | 0.86 | 0 |
| HSL | 39º | 1% | 0.57% | - |
| HSV(B) | 39º | 0.86% | 1% | - |
| XYZ | 57.46 | 53.22 | 8.83 | - |
| YUV | 184.72 | 43.51 | 178.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 178 | 35 | 0 | 0.30 | 0.86 | 0 | 39 | 1 | 0.57 |
| Hex | FF | B2 | 23 | 0 | 1E | 56 | 0 | 27 | 64 | 39 |
| Octal | 377 | 262 | 43 | 0 | 36 | 126 | 0 | 47 | 144 | 71 |
| Binary | 11111111 | 10110010 | 100011 | 0 | 11110 | 1010110 | 0 | 100111 | 1100100 | 111001 |
Color Harmonies of #FFB223
Complementary color
Monochromatic Colors of #FFB223
Black with #FFB223
Text Example
Text Example
White with #FFB223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB223; }
p { color: rgb(255,178,35); }
H1.HeaderClassName
{
color: #FFB223;
}
.AnyTagClassName
{
color: #FFB223;
}
</style>
background-color css
<style>
a { background-color: #FFB223; }
a { background-color: rgb(255,178,35); }
div.DivClassName
{
background-color: #FFB223;
}
.BgClassName
{
background-color: #FFB223;
}
</style>
border-color css
<style>
span { border-color: #FFB223; }
span { border-color: rgb(255,178,35); }
td.TdClassName
{
border-color: #FFB223;
}
.TagClassName
{
border-color: #FFB223;
}
</style>