Shades of Dark Tangerine #FB9A1A
Tints of Dark Tangerine #FB9A1A
RGB
CMYK
RGB Variations
Color information
#FB9A1A (or 0xFB9A1A) is known color: Dark Tangerine. HEX triplet: FB, 9A and 1A. RGB value is (251,154,26). Sum of RGB (Red+Green+Blue) = 251+154+26=431 (57% of max value = 765). Red value is 251 (98.44% from 255 or 58.24% from 431); Green value is 154 (60.55% from 255 or 35.73% from 431); Blue value is 26 (10.55% from 255 or 6.03% from 431); Max value from RGB is 251 - color contains mainly: red. Hex color #FB9A1A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FB9A1A is #0465E5. Grayscale: #A9A9A9. Windows color (decimal): -288230 or 1743611. OLE color: 1743611.
HSL color Cylindrical-coordinate representation of color #FB9A1A: hue angle of 34.13º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FB9A1A is Cyan = 0, Magento = 0.39, Yellow = 0.90 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 154 | 26 | - |
| CMYK | 0 | 0.39 | 0.90 | 0.02 |
| HSL | 34.13º | 0.97% | 0.54% | - |
| HSV(B) | 34.13º | 0.9% | 0.98% | - |
| XYZ | 51.53 | 43.7 | 6.7 | - |
| YUV | 168.41 | 47.64 | 186.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 154 | 26 | 0 | 0.39 | 0.90 | 0.02 | 34.13 | 0.97 | 0.54 |
| Hex | FB | 9A | 1A | 0 | 27 | 5A | 2 | 22 | 61 | 36 |
| Octal | 373 | 232 | 32 | 0 | 47 | 132 | 2 | 42 | 141 | 66 |
| Binary | 11111011 | 10011010 | 11010 | 0 | 100111 | 1011010 | 10 | 100010 | 1100001 | 110110 |
Color Harmonies of #FB9A1A
Complementary color
Monochromatic Colors of #FB9A1A
Black with #FB9A1A
Text Example
Text Example
White with #FB9A1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB9A1A; }
p { color: rgb(251,154,26); }
H1.HeaderClassName
{
color: #FB9A1A;
}
.AnyTagClassName
{
color: #FB9A1A;
}
</style>
background-color css
<style>
a { background-color: #FB9A1A; }
a { background-color: rgb(251,154,26); }
div.DivClassName
{
background-color: #FB9A1A;
}
.BgClassName
{
background-color: #FB9A1A;
}
</style>
border-color css
<style>
span { border-color: #FB9A1A; }
span { border-color: rgb(251,154,26); }
td.TdClassName
{
border-color: #FB9A1A;
}
.TagClassName
{
border-color: #FB9A1A;
}
</style>