Shades of Tangerine Yellow #FFCB05
Tints of Tangerine Yellow #FFCB05
RGB
CMYK
RGB Variations
Color information
#FFCB05 (or 0xFFCB05) is known color: Tangerine Yellow. HEX triplet: FF, CB and 05. RGB value is (255,203,5). Sum of RGB (Red+Green+Blue) = 255+203+5=463 (61% of max value = 765). Red value is 255 (100% from 255 or 55.08% from 463); Green value is 203 (79.69% from 255 or 43.84% from 463); Blue value is 5 (2.34% from 255 or 1.08% from 463); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCB05 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFCB05 is #0034FA. Grayscale: #C4C4C4. Windows color (decimal): -13563 or 379903. OLE color: 379903.
HSL color Cylindrical-coordinate representation of color #FFCB05: hue angle of 47.52º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FFCB05 is Cyan = 0, Magento = 0.20, Yellow = 0.98 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 203 | 5 | - |
| CMYK | 0 | 0.20 | 0.98 | 0 |
| HSL | 47.52º | 1% | 0.51% | - |
| HSV(B) | 47.52º | 0.98% | 1% | - |
| XYZ | 62.62 | 63.98 | 9.19 | - |
| YUV | 195.98 | 20.23 | 170.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 203 | 5 | 0 | 0.20 | 0.98 | 0 | 47.52 | 1 | 0.51 |
| Hex | FF | CB | 5 | 0 | 14 | 62 | 0 | 30 | 64 | 33 |
| Octal | 377 | 313 | 5 | 0 | 24 | 142 | 0 | 60 | 144 | 63 |
| Binary | 11111111 | 11001011 | 101 | 0 | 10100 | 1100010 | 0 | 110000 | 1100100 | 110011 |
Color Harmonies of #FFCB05
Complementary color
Monochromatic Colors of #FFCB05
Black with #FFCB05
Text Example
Text Example
White with #FFCB05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCB05; }
p { color: rgb(255,203,5); }
H1.HeaderClassName
{
color: #FFCB05;
}
.AnyTagClassName
{
color: #FFCB05;
}
</style>
background-color css
<style>
a { background-color: #FFCB05; }
a { background-color: rgb(255,203,5); }
div.DivClassName
{
background-color: #FFCB05;
}
.BgClassName
{
background-color: #FFCB05;
}
</style>
border-color css
<style>
span { border-color: #FFCB05; }
span { border-color: rgb(255,203,5); }
td.TdClassName
{
border-color: #FFCB05;
}
.TagClassName
{
border-color: #FFCB05;
}
</style>