Shades of Tangerine Yellow #FFCA0B
Tints of Tangerine Yellow #FFCA0B
RGB
CMYK
RGB Variations
Color information
#FFCA0B (or 0xFFCA0B) is known color: Tangerine Yellow. HEX triplet: FF, CA and 0B. RGB value is (255,202,11). Sum of RGB (Red+Green+Blue) = 255+202+11=468 (61% of max value = 765). Red value is 255 (100% from 255 or 54.49% from 468); Green value is 202 (79.30% from 255 or 43.16% from 468); Blue value is 11 (4.69% from 255 or 2.35% from 468); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCA0B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFCA0B is #0035F4. Grayscale: #C4C4C4. Windows color (decimal): -13813 or 772863. OLE color: 772863.
HSL color Cylindrical-coordinate representation of color #FFCA0B: hue angle of 46.97º 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 #FFCA0B is Cyan = 0, Magento = 0.21, Yellow = 0.96 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 202 | 11 | - |
| CMYK | 0 | 0.21 | 0.96 | 0 |
| HSL | 46.97º | 1% | 0.52% | - |
| HSV(B) | 46.97º | 0.96% | 1% | - |
| XYZ | 62.42 | 63.53 | 9.29 | - |
| YUV | 196.07 | 23.56 | 170.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 202 | 11 | 0 | 0.21 | 0.96 | 0 | 46.97 | 1 | 0.52 |
| Hex | FF | CA | B | 0 | 15 | 60 | 0 | 2F | 64 | 34 |
| Octal | 377 | 312 | 13 | 0 | 25 | 140 | 0 | 57 | 144 | 64 |
| Binary | 11111111 | 11001010 | 1011 | 0 | 10101 | 1100000 | 0 | 101111 | 1100100 | 110100 |
Color Harmonies of #FFCA0B
Complementary color
Monochromatic Colors of #FFCA0B
Black with #FFCA0B
Text Example
Text Example
White with #FFCA0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCA0B; }
p { color: rgb(255,202,11); }
H1.HeaderClassName
{
color: #FFCA0B;
}
.AnyTagClassName
{
color: #FFCA0B;
}
</style>
background-color css
<style>
a { background-color: #FFCA0B; }
a { background-color: rgb(255,202,11); }
div.DivClassName
{
background-color: #FFCA0B;
}
.BgClassName
{
background-color: #FFCA0B;
}
</style>
border-color css
<style>
span { border-color: #FFCA0B; }
span { border-color: rgb(255,202,11); }
td.TdClassName
{
border-color: #FFCA0B;
}
.TagClassName
{
border-color: #FFCA0B;
}
</style>