Shades of Tangerine Yellow #FFC90D
Tints of Tangerine Yellow #FFC90D
RGB
CMYK
RGB Variations
Color information
#FFC90D (or 0xFFC90D) is known color: Tangerine Yellow. HEX triplet: FF, C9 and 0D. RGB value is (255,201,13). Sum of RGB (Red+Green+Blue) = 255+201+13=469 (62% of max value = 765). Red value is 255 (100% from 255 or 54.37% from 469); Green value is 201 (78.91% from 255 or 42.86% from 469); Blue value is 13 (5.47% from 255 or 2.77% from 469); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC90D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFC90D is #0036F2. Grayscale: #C4C4C4. Windows color (decimal): -14067 or 903679. OLE color: 903679.
HSL color Cylindrical-coordinate representation of color #FFC90D: hue angle of 46.61º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FFC90D is Cyan = 0, Magento = 0.21, Yellow = 0.95 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 201 | 13 | - |
| CMYK | 0 | 0.21 | 0.95 | 0 |
| HSL | 46.61º | 1% | 0.53% | - |
| HSV(B) | 46.61º | 0.95% | 1% | - |
| XYZ | 62.2 | 63.06 | 9.27 | - |
| YUV | 195.71 | 24.89 | 170.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 201 | 13 | 0 | 0.21 | 0.95 | 0 | 46.61 | 1 | 0.53 |
| Hex | FF | C9 | D | 0 | 15 | 5F | 0 | 2F | 64 | 35 |
| Octal | 377 | 311 | 15 | 0 | 25 | 137 | 0 | 57 | 144 | 65 |
| Binary | 11111111 | 11001001 | 1101 | 0 | 10101 | 1011111 | 0 | 101111 | 1100100 | 110101 |
Color Harmonies of #FFC90D
Complementary color
Monochromatic Colors of #FFC90D
Black with #FFC90D
Text Example
Text Example
White with #FFC90D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC90D; }
p { color: rgb(255,201,13); }
H1.HeaderClassName
{
color: #FFC90D;
}
.AnyTagClassName
{
color: #FFC90D;
}
</style>
background-color css
<style>
a { background-color: #FFC90D; }
a { background-color: rgb(255,201,13); }
div.DivClassName
{
background-color: #FFC90D;
}
.BgClassName
{
background-color: #FFC90D;
}
</style>
border-color css
<style>
span { border-color: #FFC90D; }
span { border-color: rgb(255,201,13); }
td.TdClassName
{
border-color: #FFC90D;
}
.TagClassName
{
border-color: #FFC90D;
}
</style>