Shades of Tangerine Yellow #FFCA07
Tints of Tangerine Yellow #FFCA07
RGB
CMYK
RGB Variations
Color information
#FFCA07 (or 0xFFCA07) is known color: Tangerine Yellow. HEX triplet: FF, CA and 07. RGB value is (255,202,7). Sum of RGB (Red+Green+Blue) = 255+202+7=464 (61% of max value = 765). Red value is 255 (100% from 255 or 54.96% from 464); Green value is 202 (79.30% from 255 or 43.53% from 464); Blue value is 7 (3.12% from 255 or 1.51% from 464); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCA07 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFCA07 is #0035F8. Grayscale: #C4C4C4. Windows color (decimal): -13817 or 510719. OLE color: 510719.
HSL color Cylindrical-coordinate representation of color #FFCA07: hue angle of 47.18º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FFCA07 is Cyan = 0, Magento = 0.21, Yellow = 0.97 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 202 | 7 | - |
| CMYK | 0 | 0.21 | 0.97 | 0 |
| HSL | 47.18º | 1% | 0.51% | - |
| HSV(B) | 47.18º | 0.97% | 1% | - |
| XYZ | 62.4 | 63.52 | 9.17 | - |
| YUV | 195.62 | 21.56 | 170.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 202 | 7 | 0 | 0.21 | 0.97 | 0 | 47.18 | 1 | 0.51 |
| Hex | FF | CA | 7 | 0 | 15 | 61 | 0 | 2F | 64 | 33 |
| Octal | 377 | 312 | 7 | 0 | 25 | 141 | 0 | 57 | 144 | 63 |
| Binary | 11111111 | 11001010 | 111 | 0 | 10101 | 1100001 | 0 | 101111 | 1100100 | 110011 |
Color Harmonies of #FFCA07
Complementary color
Monochromatic Colors of #FFCA07
Black with #FFCA07
Text Example
Text Example
White with #FFCA07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCA07; }
p { color: rgb(255,202,7); }
H1.HeaderClassName
{
color: #FFCA07;
}
.AnyTagClassName
{
color: #FFCA07;
}
</style>
background-color css
<style>
a { background-color: #FFCA07; }
a { background-color: rgb(255,202,7); }
div.DivClassName
{
background-color: #FFCA07;
}
.BgClassName
{
background-color: #FFCA07;
}
</style>
border-color css
<style>
span { border-color: #FFCA07; }
span { border-color: rgb(255,202,7); }
td.TdClassName
{
border-color: #FFCA07;
}
.TagClassName
{
border-color: #FFCA07;
}
</style>