Shades of Tangerine Yellow #FFCB12
Tints of Tangerine Yellow #FFCB12
RGB
CMYK
RGB Variations
Color information
#FFCB12 (or 0xFFCB12) is known color: Tangerine Yellow. HEX triplet: FF, CB and 12. RGB value is (255,203,18). Sum of RGB (Red+Green+Blue) = 255+203+18=476 (63% of max value = 765). Red value is 255 (100% from 255 or 53.57% from 476); Green value is 203 (79.69% from 255 or 42.65% from 476); Blue value is 18 (7.42% from 255 or 3.78% from 476); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCB12 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFCB12 is #0034ED. Grayscale: #C6C6C6. Windows color (decimal): -13550 or 1231871. OLE color: 1231871.
HSL color Cylindrical-coordinate representation of color #FFCB12: hue angle of 46.84º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FFCB12 is Cyan = 0, Magento = 0.20, Yellow = 0.93 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 203 | 18 | - |
| CMYK | 0 | 0.20 | 0.93 | 0 |
| HSL | 46.84º | 1% | 0.54% | - |
| HSV(B) | 46.84º | 0.93% | 1% | - |
| XYZ | 62.71 | 64.02 | 9.62 | - |
| YUV | 197.46 | 26.73 | 169.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 203 | 18 | 0 | 0.20 | 0.93 | 0 | 46.84 | 1 | 0.54 |
| Hex | FF | CB | 12 | 0 | 14 | 5D | 0 | 2F | 64 | 36 |
| Octal | 377 | 313 | 22 | 0 | 24 | 135 | 0 | 57 | 144 | 66 |
| Binary | 11111111 | 11001011 | 10010 | 0 | 10100 | 1011101 | 0 | 101111 | 1100100 | 110110 |
Color Harmonies of #FFCB12
Complementary color
Monochromatic Colors of #FFCB12
Black with #FFCB12
Text Example
Text Example
White with #FFCB12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCB12; }
p { color: rgb(255,203,18); }
H1.HeaderClassName
{
color: #FFCB12;
}
.AnyTagClassName
{
color: #FFCB12;
}
</style>
background-color css
<style>
a { background-color: #FFCB12; }
a { background-color: rgb(255,203,18); }
div.DivClassName
{
background-color: #FFCB12;
}
.BgClassName
{
background-color: #FFCB12;
}
</style>
border-color css
<style>
span { border-color: #FFCB12; }
span { border-color: rgb(255,203,18); }
td.TdClassName
{
border-color: #FFCB12;
}
.TagClassName
{
border-color: #FFCB12;
}
</style>