Shades of Dark Tangerine #FAB10F
Tints of Dark Tangerine #FAB10F
RGB
CMYK
RGB Variations
Color information
#FAB10F (or 0xFAB10F) is known color: Dark Tangerine. HEX triplet: FA, B1 and 0F. RGB value is (250,177,15). Sum of RGB (Red+Green+Blue) = 250+177+15=442 (58% of max value = 765). Red value is 250 (98.05% from 255 or 56.56% from 442); Green value is 177 (69.53% from 255 or 40.05% from 442); Blue value is 15 (6.25% from 255 or 3.39% from 442); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB10F is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FAB10F is #054EF0. Grayscale: #B5B5B5. Windows color (decimal): -347889 or 1028602. OLE color: 1028602.
HSL color Cylindrical-coordinate representation of color #FAB10F: hue angle of 41.36º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FAB10F is Cyan = 0, Magento = 0.29, Yellow = 0.94 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 177 | 15 | - |
| CMYK | 0 | 0.29 | 0.94 | 0.02 |
| HSL | 41.36º | 0.96% | 0.52% | - |
| HSV(B) | 41.36º | 0.94% | 0.98% | - |
| XYZ | 55.23 | 51.8 | 7.54 | - |
| YUV | 180.36 | 34.68 | 177.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 177 | 15 | 0 | 0.29 | 0.94 | 0.02 | 41.36 | 0.96 | 0.52 |
| Hex | FA | B1 | F | 0 | 1D | 5E | 2 | 29 | 60 | 34 |
| Octal | 372 | 261 | 17 | 0 | 35 | 136 | 2 | 51 | 140 | 64 |
| Binary | 11111010 | 10110001 | 1111 | 0 | 11101 | 1011110 | 10 | 101001 | 1100000 | 110100 |
Color Harmonies of #FAB10F
Complementary color
Monochromatic Colors of #FAB10F
Black with #FAB10F
Text Example
Text Example
White with #FAB10F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB10F; }
p { color: rgb(250,177,15); }
H1.HeaderClassName
{
color: #FAB10F;
}
.AnyTagClassName
{
color: #FAB10F;
}
</style>
background-color css
<style>
a { background-color: #FAB10F; }
a { background-color: rgb(250,177,15); }
div.DivClassName
{
background-color: #FAB10F;
}
.BgClassName
{
background-color: #FAB10F;
}
</style>
border-color css
<style>
span { border-color: #FAB10F; }
span { border-color: rgb(250,177,15); }
td.TdClassName
{
border-color: #FAB10F;
}
.TagClassName
{
border-color: #FAB10F;
}
</style>