Shades of Dark Tangerine #FFA40B
Tints of Dark Tangerine #FFA40B
RGB
CMYK
RGB Variations
Color information
#FFA40B (or 0xFFA40B) is known color: Dark Tangerine. HEX triplet: FF, A4 and 0B. RGB value is (255,164,11). Sum of RGB (Red+Green+Blue) = 255+164+11=430 (56% of max value = 765). Red value is 255 (100% from 255 or 59.30% from 430); Green value is 164 (64.45% from 255 or 38.14% from 430); Blue value is 11 (4.69% from 255 or 2.56% from 430); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA40B is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FFA40B is #005BF4. Grayscale: #AEAEAE. Windows color (decimal): -23541 or 763135. OLE color: 763135.
HSL color Cylindrical-coordinate representation of color #FFA40B: hue angle of 37.62º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FFA40B is Cyan = 0, Magento = 0.36, Yellow = 0.96 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 164 | 11 | - |
| CMYK | 0 | 0.36 | 0.96 | 0 |
| HSL | 37.62º | 1% | 0.52% | - |
| HSV(B) | 37.62º | 0.96% | 1% | - |
| XYZ | 54.58 | 47.84 | 6.67 | - |
| YUV | 173.77 | 36.15 | 185.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 164 | 11 | 0 | 0.36 | 0.96 | 0 | 37.62 | 1 | 0.52 |
| Hex | FF | A4 | B | 0 | 24 | 60 | 0 | 26 | 64 | 34 |
| Octal | 377 | 244 | 13 | 0 | 44 | 140 | 0 | 46 | 144 | 64 |
| Binary | 11111111 | 10100100 | 1011 | 0 | 100100 | 1100000 | 0 | 100110 | 1100100 | 110100 |
Color Harmonies of #FFA40B
Complementary color
Monochromatic Colors of #FFA40B
Black with #FFA40B
Text Example
Text Example
White with #FFA40B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA40B; }
p { color: rgb(255,164,11); }
H1.HeaderClassName
{
color: #FFA40B;
}
.AnyTagClassName
{
color: #FFA40B;
}
</style>
background-color css
<style>
a { background-color: #FFA40B; }
a { background-color: rgb(255,164,11); }
div.DivClassName
{
background-color: #FFA40B;
}
.BgClassName
{
background-color: #FFA40B;
}
</style>
border-color css
<style>
span { border-color: #FFA40B; }
span { border-color: rgb(255,164,11); }
td.TdClassName
{
border-color: #FFA40B;
}
.TagClassName
{
border-color: #FFA40B;
}
</style>