Shades of Tangerine Yellow #FACB0E
Tints of Tangerine Yellow #FACB0E
RGB
CMYK
RGB Variations
Color information
#FACB0E (or 0xFACB0E) is known color: Tangerine Yellow. HEX triplet: FA, CB and 0E. RGB value is (250,203,14). Sum of RGB (Red+Green+Blue) = 250+203+14=467 (61% of max value = 765). Red value is 250 (98.05% from 255 or 53.53% from 467); Green value is 203 (79.69% from 255 or 43.47% from 467); Blue value is 14 (5.86% from 255 or 3.00% from 467); Max value from RGB is 250 - color contains mainly: red. Hex color #FACB0E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FACB0E is #0534F1. Grayscale: #C4C4C4. Windows color (decimal): -341234 or 969722. OLE color: 969722.
HSL color Cylindrical-coordinate representation of color #FACB0E: hue angle of 48.05º 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 #FACB0E is Cyan = 0, Magento = 0.19, Yellow = 0.94 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 203 | 14 | - |
| CMYK | 0 | 0.19 | 0.94 | 0.02 |
| HSL | 48.05º | 0.96% | 0.52% | - |
| HSV(B) | 48.05º | 0.94% | 0.98% | - |
| XYZ | 60.86 | 63.07 | 9.38 | - |
| YUV | 195.51 | 25.57 | 166.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 203 | 14 | 0 | 0.19 | 0.94 | 0.02 | 48.05 | 0.96 | 0.52 |
| Hex | FA | CB | E | 0 | 13 | 5E | 2 | 30 | 60 | 34 |
| Octal | 372 | 313 | 16 | 0 | 23 | 136 | 2 | 60 | 140 | 64 |
| Binary | 11111010 | 11001011 | 1110 | 0 | 10011 | 1011110 | 10 | 110000 | 1100000 | 110100 |
Color Harmonies of #FACB0E
Complementary color
Monochromatic Colors of #FACB0E
Black with #FACB0E
Text Example
Text Example
White with #FACB0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FACB0E; }
p { color: rgb(250,203,14); }
H1.HeaderClassName
{
color: #FACB0E;
}
.AnyTagClassName
{
color: #FACB0E;
}
</style>
background-color css
<style>
a { background-color: #FACB0E; }
a { background-color: rgb(250,203,14); }
div.DivClassName
{
background-color: #FACB0E;
}
.BgClassName
{
background-color: #FACB0E;
}
</style>
border-color css
<style>
span { border-color: #FACB0E; }
span { border-color: rgb(250,203,14); }
td.TdClassName
{
border-color: #FACB0E;
}
.TagClassName
{
border-color: #FACB0E;
}
</style>