Shades of Tangerine Yellow #FFCB10
Tints of Tangerine Yellow #FFCB10
RGB
CMYK
RGB Variations
Color information
#FFCB10 (or 0xFFCB10) is known color: Tangerine Yellow. HEX triplet: FF, CB and 10. RGB value is (255,203,16). Sum of RGB (Red+Green+Blue) = 255+203+16=474 (62% of max value = 765). Red value is 255 (100% from 255 or 53.80% from 474); Green value is 203 (79.69% from 255 or 42.83% from 474); Blue value is 16 (6.64% from 255 or 3.38% from 474); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCB10 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFCB10 is #0034EF. Grayscale: #C6C6C6. Windows color (decimal): -13552 or 1100799. OLE color: 1100799.
HSL color Cylindrical-coordinate representation of color #FFCB10: hue angle of 46.95º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FFCB10 is Cyan = 0, Magento = 0.20, Yellow = 0.94 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 203 | 16 | - |
| CMYK | 0 | 0.20 | 0.94 | 0 |
| HSL | 46.95º | 1% | 0.53% | - |
| HSV(B) | 46.95º | 0.94% | 1% | - |
| XYZ | 62.69 | 64.01 | 9.54 | - |
| YUV | 197.23 | 25.73 | 169.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 203 | 16 | 0 | 0.20 | 0.94 | 0 | 46.95 | 1 | 0.53 |
| Hex | FF | CB | 10 | 0 | 14 | 5E | 0 | 2F | 64 | 35 |
| Octal | 377 | 313 | 20 | 0 | 24 | 136 | 0 | 57 | 144 | 65 |
| Binary | 11111111 | 11001011 | 10000 | 0 | 10100 | 1011110 | 0 | 101111 | 1100100 | 110101 |
Color Harmonies of #FFCB10
Complementary color
Monochromatic Colors of #FFCB10
Black with #FFCB10
Text Example
Text Example
White with #FFCB10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCB10; }
p { color: rgb(255,203,16); }
H1.HeaderClassName
{
color: #FFCB10;
}
.AnyTagClassName
{
color: #FFCB10;
}
</style>
background-color css
<style>
a { background-color: #FFCB10; }
a { background-color: rgb(255,203,16); }
div.DivClassName
{
background-color: #FFCB10;
}
.BgClassName
{
background-color: #FFCB10;
}
</style>
border-color css
<style>
span { border-color: #FFCB10; }
span { border-color: rgb(255,203,16); }
td.TdClassName
{
border-color: #FFCB10;
}
.TagClassName
{
border-color: #FFCB10;
}
</style>