Shades of Dark Tangerine #FFB81C
Tints of Dark Tangerine #FFB81C
RGB
CMYK
RGB Variations
Color information
#FFB81C (or 0xFFB81C) is known color: Dark Tangerine. HEX triplet: FF, B8 and 1C. RGB value is (255,184,28). Sum of RGB (Red+Green+Blue) = 255+184+28=467 (61% of max value = 765). Red value is 255 (100% from 255 or 54.60% from 467); Green value is 184 (72.27% from 255 or 39.40% from 467); Blue value is 28 (11.33% from 255 or 6.00% from 467); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB81C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFB81C is #0047E3. Grayscale: #BCBCBC. Windows color (decimal): -18404 or 1882367. OLE color: 1882367.
HSL color Cylindrical-coordinate representation of color #FFB81C: hue angle of 41.23º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FFB81C is Cyan = 0, Magento = 0.28, Yellow = 0.89 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 184 | 28 | - |
CMYK | 0 | 0.28 | 0.89 | 0 |
HSL | 41.23º | 1% | 0.55% | - |
HSV(B) | 41.23º | 0.89% | 1% | - |
XYZ | 58.59 | 55.62 | 8.75 | - |
YUV | 187.45 | 38.02 | 176.18 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 184 | 28 | 0 | 0.28 | 0.89 | 0 | 41.23 | 1 | 0.55 |
Hex | FF | B8 | 1C | 0 | 1C | 59 | 0 | 29 | 64 | 37 |
Octal | 377 | 270 | 34 | 0 | 34 | 131 | 0 | 51 | 144 | 67 |
Binary | 11111111 | 10111000 | 11100 | 0 | 11100 | 1011001 | 0 | 101001 | 1100100 | 110111 |
Color Harmonies of #FFB81C
Complementary color
Monochromatic Colors of #FFB81C
Black with #FFB81C
Text Example
Text Example
White with #FFB81C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB81C; }
p { color: rgb(255,184,28); }
H1.HeaderClassName
{
color: #FFB81C;
}
.AnyTagClassName
{
color: #FFB81C;
}
</style>
background-color css
<style>
a { background-color: #FFB81C; }
a { background-color: rgb(255,184,28); }
div.DivClassName
{
background-color: #FFB81C;
}
.BgClassName
{
background-color: #FFB81C;
}
</style>
border-color css
<style>
span { border-color: #FFB81C; }
span { border-color: rgb(255,184,28); }
td.TdClassName
{
border-color: #FFB81C;
}
.TagClassName
{
border-color: #FFB81C;
}
</style>