Shades of Dark Tangerine #FDAB1A
Tints of Dark Tangerine #FDAB1A
RGB
CMYK
RGB Variations
Color information
#FDAB1A (or 0xFDAB1A) is known color: Dark Tangerine. HEX triplet: FD, AB and 1A. RGB value is (253,171,26). Sum of RGB (Red+Green+Blue) = 253+171+26=450 (59% of max value = 765). Red value is 253 (99.22% from 255 or 56.22% from 450); Green value is 171 (67.19% from 255 or 38% from 450); Blue value is 26 (10.55% from 255 or 5.78% from 450); Max value from RGB is 253 - color contains mainly: red. Hex color #FDAB1A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FDAB1A is #0254E5. Grayscale: #B3B3B3. Windows color (decimal): -152806 or 1747965. OLE color: 1747965.
HSL color Cylindrical-coordinate representation of color #FDAB1A: hue angle of 38.33º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FDAB1A is Cyan = 0, Magento = 0.32, Yellow = 0.90 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 171 | 26 | - |
| CMYK | 0 | 0.32 | 0.90 | 0.01 |
| HSL | 38.33º | 0.98% | 0.55% | - |
| HSV(B) | 38.33º | 0.9% | 0.99% | - |
| XYZ | 55.26 | 50.08 | 7.73 | - |
| YUV | 178.99 | 41.67 | 180.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 171 | 26 | 0 | 0.32 | 0.90 | 0.01 | 38.33 | 0.98 | 0.55 |
| Hex | FD | AB | 1A | 0 | 20 | 5A | 1 | 26 | 62 | 37 |
| Octal | 375 | 253 | 32 | 0 | 40 | 132 | 1 | 46 | 142 | 67 |
| Binary | 11111101 | 10101011 | 11010 | 0 | 100000 | 1011010 | 1 | 100110 | 1100010 | 110111 |
Color Harmonies of #FDAB1A
Complementary color
Monochromatic Colors of #FDAB1A
Black with #FDAB1A
Text Example
Text Example
White with #FDAB1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDAB1A; }
p { color: rgb(253,171,26); }
H1.HeaderClassName
{
color: #FDAB1A;
}
.AnyTagClassName
{
color: #FDAB1A;
}
</style>
background-color css
<style>
a { background-color: #FDAB1A; }
a { background-color: rgb(253,171,26); }
div.DivClassName
{
background-color: #FDAB1A;
}
.BgClassName
{
background-color: #FDAB1A;
}
</style>
border-color css
<style>
span { border-color: #FDAB1A; }
span { border-color: rgb(253,171,26); }
td.TdClassName
{
border-color: #FDAB1A;
}
.TagClassName
{
border-color: #FDAB1A;
}
</style>