Shades of Tangerine Yellow #FFC90B
Tints of Tangerine Yellow #FFC90B
RGB
CMYK
RGB Variations
Color information
#FFC90B (or 0xFFC90B) is known color: Tangerine Yellow. HEX triplet: FF, C9 and 0B. RGB value is (255,201,11). Sum of RGB (Red+Green+Blue) = 255+201+11=467 (61% of max value = 765). Red value is 255 (100% from 255 or 54.60% from 467); Green value is 201 (78.91% from 255 or 43.04% from 467); Blue value is 11 (4.69% from 255 or 2.36% from 467); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC90B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFC90B is #0036F4. Grayscale: #C4C4C4. Windows color (decimal): -14069 or 772607. OLE color: 772607.
HSL color Cylindrical-coordinate representation of color #FFC90B: hue angle of 46.72º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FFC90B is Cyan = 0, Magento = 0.21, Yellow = 0.96 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 201 | 11 | - |
| CMYK | 0 | 0.21 | 0.96 | 0 |
| HSL | 46.72º | 1% | 0.52% | - |
| HSV(B) | 46.72º | 0.96% | 1% | - |
| XYZ | 62.19 | 63.06 | 9.21 | - |
| YUV | 195.49 | 23.89 | 170.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 201 | 11 | 0 | 0.21 | 0.96 | 0 | 46.72 | 1 | 0.52 |
| Hex | FF | C9 | B | 0 | 15 | 60 | 0 | 2F | 64 | 34 |
| Octal | 377 | 311 | 13 | 0 | 25 | 140 | 0 | 57 | 144 | 64 |
| Binary | 11111111 | 11001001 | 1011 | 0 | 10101 | 1100000 | 0 | 101111 | 1100100 | 110100 |
Color Harmonies of #FFC90B
Complementary color
Monochromatic Colors of #FFC90B
Black with #FFC90B
Text Example
Text Example
White with #FFC90B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC90B; }
p { color: rgb(255,201,11); }
H1.HeaderClassName
{
color: #FFC90B;
}
.AnyTagClassName
{
color: #FFC90B;
}
</style>
background-color css
<style>
a { background-color: #FFC90B; }
a { background-color: rgb(255,201,11); }
div.DivClassName
{
background-color: #FFC90B;
}
.BgClassName
{
background-color: #FFC90B;
}
</style>
border-color css
<style>
span { border-color: #FFC90B; }
span { border-color: rgb(255,201,11); }
td.TdClassName
{
border-color: #FFC90B;
}
.TagClassName
{
border-color: #FFC90B;
}
</style>