Shades of Dark Tangerine #FFB30D
Tints of Dark Tangerine #FFB30D
RGB
CMYK
RGB Variations
Color information
#FFB30D (or 0xFFB30D) is known color: Dark Tangerine. HEX triplet: FF, B3 and 0D. RGB value is (255,179,13). Sum of RGB (Red+Green+Blue) = 255+179+13=447 (59% of max value = 765). Red value is 255 (100% from 255 or 57.05% from 447); Green value is 179 (70.31% from 255 or 40.04% from 447); Blue value is 13 (5.47% from 255 or 2.91% from 447); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB30D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFB30D is #004CF2. Grayscale: #B7B7B7. Windows color (decimal): -19699 or 898047. OLE color: 898047.
HSL color Cylindrical-coordinate representation of color #FFB30D: hue angle of 41.16º 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 #FFB30D is Cyan = 0, Magento = 0.30, Yellow = 0.95 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 179 | 13 | - |
| CMYK | 0 | 0.30 | 0.95 | 0 |
| HSL | 41.16º | 1% | 0.53% | - |
| HSV(B) | 41.16º | 0.95% | 1% | - |
| XYZ | 57.43 | 53.53 | 7.69 | - |
| YUV | 182.8 | 32.18 | 179.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 179 | 13 | 0 | 0.30 | 0.95 | 0 | 41.16 | 1 | 0.53 |
| Hex | FF | B3 | D | 0 | 1E | 5F | 0 | 29 | 64 | 35 |
| Octal | 377 | 263 | 15 | 0 | 36 | 137 | 0 | 51 | 144 | 65 |
| Binary | 11111111 | 10110011 | 1101 | 0 | 11110 | 1011111 | 0 | 101001 | 1100100 | 110101 |
Color Harmonies of #FFB30D
Complementary color
Monochromatic Colors of #FFB30D
Black with #FFB30D
Text Example
Text Example
White with #FFB30D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB30D; }
p { color: rgb(255,179,13); }
H1.HeaderClassName
{
color: #FFB30D;
}
.AnyTagClassName
{
color: #FFB30D;
}
</style>
background-color css
<style>
a { background-color: #FFB30D; }
a { background-color: rgb(255,179,13); }
div.DivClassName
{
background-color: #FFB30D;
}
.BgClassName
{
background-color: #FFB30D;
}
</style>
border-color css
<style>
span { border-color: #FFB30D; }
span { border-color: rgb(255,179,13); }
td.TdClassName
{
border-color: #FFB30D;
}
.TagClassName
{
border-color: #FFB30D;
}
</style>