Shades of Dark Tangerine #FFB318
Tints of Dark Tangerine #FFB318
RGB
CMYK
RGB Variations
Color information
#FFB318 (or 0xFFB318) is known color: Dark Tangerine. HEX triplet: FF, B3 and 18. RGB value is (255,179,24). Sum of RGB (Red+Green+Blue) = 255+179+24=458 (60% of max value = 765). Red value is 255 (100% from 255 or 55.68% from 458); Green value is 179 (70.31% from 255 or 39.08% from 458); Blue value is 24 (9.77% from 255 or 5.24% from 458); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB318 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFB318 is #004CE7. Grayscale: #B8B8B8. Windows color (decimal): -19688 or 1618943. OLE color: 1618943.
HSL color Cylindrical-coordinate representation of color #FFB318: hue angle of 40.26º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FFB318 is Cyan = 0, Magento = 0.30, Yellow = 0.91 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 179 | 24 | - |
| CMYK | 0 | 0.30 | 0.91 | 0 |
| HSL | 40.26º | 1% | 0.55% | - |
| HSV(B) | 40.26º | 0.91% | 1% | - |
| XYZ | 57.52 | 53.57 | 8.17 | - |
| YUV | 184.05 | 37.68 | 178.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 179 | 24 | 0 | 0.30 | 0.91 | 0 | 40.26 | 1 | 0.55 |
| Hex | FF | B3 | 18 | 0 | 1E | 5B | 0 | 28 | 64 | 37 |
| Octal | 377 | 263 | 30 | 0 | 36 | 133 | 0 | 50 | 144 | 67 |
| Binary | 11111111 | 10110011 | 11000 | 0 | 11110 | 1011011 | 0 | 101000 | 1100100 | 110111 |
Color Harmonies of #FFB318
Complementary color
Monochromatic Colors of #FFB318
Black with #FFB318
Text Example
Text Example
White with #FFB318
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB318; }
p { color: rgb(255,179,24); }
H1.HeaderClassName
{
color: #FFB318;
}
.AnyTagClassName
{
color: #FFB318;
}
</style>
background-color css
<style>
a { background-color: #FFB318; }
a { background-color: rgb(255,179,24); }
div.DivClassName
{
background-color: #FFB318;
}
.BgClassName
{
background-color: #FFB318;
}
</style>
border-color css
<style>
span { border-color: #FFB318; }
span { border-color: rgb(255,179,24); }
td.TdClassName
{
border-color: #FFB318;
}
.TagClassName
{
border-color: #FFB318;
}
</style>